[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: configuring serial port



On Tue, Jan 05, 1999 at 10:57:25AM +0100, CUNO wrote:
> Hello,
Hi Cuno,
> 
> I have installed Debian one week ago. Everything is working fine, except
> my modem (Trust Communicator e56K).
> When I boot my system the following serial ports are configured, ttyS0
> and ttyS1.
> 
> /dev/ttyS0 at 0x03f8 (irq = 4) is a 16550A
this means serial ort one
> /dev/ttyS1 at 0x02f8 (irq = 3) is a 16550A
this means serial port two
if this messages are the only booting-messages
for serial-devices when the system is comming up
it looks like Your box have only 2 serial ports

usually port 1 = ttyS0 is the connector for mice
usually port 2 = ttyS1 is the connector for modem or terminal

> 
> Debian cant't find ttyS2 and my modem is on this serial port.
thats right, ttyS2 is the 3. serial port which the box does'nt have
> How can I configure ttyS2, so that I can use my modem.
if sure You have this port and the bootmessage show it have a look 
at
'/etc/inittab'
search for a line like
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
change it to
T2:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS2
#                                 ^^^^^
#note You must add Your modemspecific parameters here
save the inittab and execute
init  q
thats all

-- 
   Peter


Reply to: