---------- Forwarded Message ----------
Subject: Re: [plug] USB modem on Linux? Date: Thu, 7 Nov 2002 10:24:56 +0800 From: "Glynn S. Condez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> From: "eeyan - Systems Admin" <[EMAIL PROTECTED]> > How can I get my Cnet USB modem to work on my Redhat 7.1 machine? have you tried to compile the USB modem support in kernel option? if you build as modules, you will have to install the acm.o option. You need to setup the device nodes entried for various modems. the command is something like this: mknod /dev/usb/ttyACM0 c 166 0 this has beed tested on some usb modems and if your modem doesn't comply with CDC(communication device class) specification and ACM(abstract control model) sub-class it will not work with this driver. try attaching to this device using minicom or some terminal emu and see if it works. HTH, glynn > I pointed minicom to /dev/ttyUSB0 but it didn't see anything.. I tried > /dev/input/ttyACM0 but still nothing.. "no such device" I checked with > dmesg and the kernel did detect the device in usb port 1/2. > > > any ideas? thanks! > > _ > Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph > To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > > Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph > To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED] _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED] ------------------------------------------------------- _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
