[ubuntu-in] How to Setup a Reliance ZT 880 data card on Ubuntu 8.10

Shakthi Kannan shakthimaan at gmail.com
Tue Dec 9 09:37:22 GMT 2008


Hi,

--- On Tue, Dec 9, 2008 at 1:33 PM, ramnarayan.k at gmail.com
<ramnarayan.k at gmail.com> wrote:
| 1. *mknod's* (it might already be there but making it again won't do any
| harm)
|
| -$ mknod /dev/ttyUSB0 c 188 0
| ...
| ...
| 3. *Run "dmesg"* to see if the device is attached to usb port
| -$ dmesg
|
| [  570.256642] usbcore: registered new interface driver usbserial
| [  570.256670] usbserial: USB Serial support registered for generic
| [  570.256689] usbserial_generic 1-1:1.0: generic converter detected
| [  570.256878] usb 1-1: generic converter now attached to ttyUSB0
\--

dmesg should be run to check for detection of USB drivers before you
decide to use mknod. With udev on Ubuntu, and on detection of drivers,
the device files are automatically created.

If driver does not get detected, there is no point in creating the
device node with mknod in the first place because the application will
not know what device to talk to.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com



More information about the ubuntu-in mailing list