LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to create /dev/ttyLT0? (https://www.linuxquestions.org/questions/linux-general-1/how-to-create-dev-ttylt0-156945/)

TheOneAndOnlySM 03-12-2004 09:12 PM

How to create /dev/ttyLT0?
 
i am trying to get my win(lin)modem working; i have compiled and been able to modprobe the lucent winmodem driver modules in my 2.6.3 kernel; dmesg recognizes the new modules and says that ttyLT0 is Luncent Winmodem (irq 9)

however, i see no such device in my /dev directory; the MAKEDEV script doesn't know how to build that device either; the instructions for installing the driver on the 2.6 kernel says that the modem must be accessed through ttyLT0, but how can i access this, build it, or find it?

TheOneAndOnlySM 03-12-2004 10:19 PM

i made the device with mknod... but still not luck with the winmodem

it seems i may have to do a kernel recompile to put in some extra serial options :( and it hasn't been 2 weeks since my last one... o well

darn family just won't get rid of aol, arghh...

/bin/bash 03-13-2004 05:20 AM

You need to download the ltmodem driver from here http://www.heby.de/ltmodem and build it. Once it is built you would run the ./ltinst2 script which loads the driver and makes the /dev/ttyLT0. Then the ./autoload script will setup your /etc/modules.conf file.
More info here.

alexmurray 03-15-2004 05:00 PM

winmodem in kernel 2.6 (Mdk10)
 
I also can't get them working...
Am running Mdk10.0 Community with kernel 2.6.3-4mdk...
Has anyone been able to get these drivers going??

lachlan 03-15-2004 09:05 PM

With Mandrake 9.1 you can set up kppp > devices > /dev/ttyLTO and as long as you have the lt_modem and lt_serial modules loaded it should work.

Lachlan


All times are GMT -5. The time now is 11:22 PM.