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

Re: Strange Device name in Infocenter of KDE



Hamid said:
> Hi
>
> I am trying to make my winmodem alive under Debian. I have done the
> necessary steps and loaded the lt_modem and lt_serial modules.
> And when the system boots up, I get the message:
> "ttyLT00 at 0xfc00 ( irq = 10 ) is a Lucent Modem"
> But I can not find such a directory/device in /dev folder.
> But to my surprise, when I check the info center of KDE3.1, I can see a
> character device named "62 tts/LT%d"
> Can anyone help me ?
> Thanks
> Hamid

did the modules load successfully? I have only used 1 system that
used the lt_modem/lt_serial drivers and I had to use isapnp to get
it working(it was an ISA device on that laptop, most of them are PCI),
in my case I believe the driver automatically mapped itself to one
of the serial ports

try

setserial /dev/ttyS0

(repeat for ttyS1, ttyS2, ttyS3)

and see what it says, the best clue is the UART it detects, if it
says UNKNOWN then it doesn't detect a port there(most likely), also
try specifying i/o and irq addresses for the modules and using setserial
to hard configure a port for the addresses you specify(be sure they
are not in use by checking /proc/interrupts and /proc/ioports)

nate





Reply to: