/dev/ttyACM0 in Hardware Info, but not present in /dev list
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
/dev/ttyACM0 in Hardware Info, but not present in /dev list
Hello,
I'm trying to detect my phone modem (Reliance - rconnect) on my SuSe 10.0 os (for accessing internet).
The phone model is LG LSI 110. It is a fixed wireless phone that has an in-built modem.
On Windows XP, the internet works just fine.
This phone is connected to my laptop using a USB cable.
However, on installing the rconnect software on linux, the device is not listed in /dev.
The rconnect.conf file needs an entry of the /dev/*xyz* which points to my phone.
Funnily, when I look into hardware info - the USB section list my LG CDMA WLL phone with device name as /dev/ttyACM0. But this name '/dev/ttyACM0' does not exists in /dev list!
I would like to create this device listing using mknod command. But then, how do I know the "major & minor" number of this device?? I've checked Hardware Info, /proc, /sys to get these details for the usb device - but to vain.
Thanks
Last edited by linuxdreamz; 05-05-2006 at 11:40 PM.
I have much the same problem with a ZTE fixed wireless phone. It works when using Suse 9 LiveCd, but not in any other linux flavor. I'm guessing that the kernel doesn't have the correct modules loaded. I know cdc-acm is the important one, with ftdi-sio, usbserial and either uhci or ohci (posibly both) also needed - but there must be more cause it doesn't exist in /dev as you said. Someone out there, please give a full list of modules required!
/dev/ttyACM0 in Hardware Info, but not present in /dev list
I am using a Palm Treo 700p and have been working on connecting Linux to the internet using this phone. It has an internal modem that works fine under windoze, but the ttyUSB0 modem interface on Linux would crash the phone. Then I found a program, mobile-stream.com/usbmodem.html, that used the ttyACM0 interface. My problem was when I plugged in the phone all I got was the ttyUSB* devices. Doing links and mknod commands don't work, because the ttyUSB* device is through the "usbserial" module, not the "cdc-acm" module. Even when the cdc-acm module was loaded, the usbserial connected with the phone first. I found that I had to rmmod the usbserial module, and load cdc-acm first, and then when I plugged in the phone it created the ttyACM0 device.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.