Hello all,

I got a Reliance Netconnect USB CDMA modem.  They gave me a Huawei EC-121.
I am trying to get it work in my Ubuntu Hardy laprop, but no success yet.



---------------As soon as I plug in, this what dmesg shows :

<snip>
[   95.755347] usb 5-1: new full speed USB device using uhci_hcd and address
2
[   99.240856] usb 5-1: configuration #1 chosen from 1 choice
[   99.392502] usbcore: registered new interface driver libusual
[   99.411583] Initializing USB Mass Storage driver...
[   99.413132] scsi5 : SCSI emulation for USB Mass Storage devices
[   99.414980] usbcore: registered new interface driver usb-storage
[   99.414985] USB Mass Storage support registered.
[   99.415105] usb-storage: device found at 2
[   99.415108] usb-storage: waiting for device to settle before scanning
[  101.307049] usb-storage: device scan complete
[  101.310052] scsi 5:0:0:0: CD-ROM            HUAWEI   Mass Storage
2.31 PQ: 0 ANSI: 2
[  101.350011] sr1: scsi-1 drive
[  101.350071] sr 5:0:0:0: Attached scsi CD-ROM sr1
[  101.350115] sr 5:0:0:0: Attached scsi generic sg2 type 5
[  106.800142] ISO 9660 Extensions: Microsoft Joliet Level 3
[  106.804110] ISOFS: changing to secondary root

Actually, an iso9660 filesystem gets mounted - probably to autoinstall the
dialer in windows.

Then, I unmount whatever that was mounded like a CD-ROM.  And then, from
lsusb, I get the vendor id and product id and :

[EMAIL PROTECTED]:~$ sudo modprobe -v usbserial vendor=0x12d1
product=0x1411
[sudo] password for prasanna:
insmod /lib/modules/2.6.24-19-generic/kernel/drivers/usb/serial/usbserial.ko
vendor=0x12d1 product=0x1411


[EMAIL PROTECTED]:~$ dmesg
<snip>
[  122.181673] usbcore: registered new interface driver usbserial
[  122.181702] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c:
USB Serial support registered for generic
[  122.181733] usbcore: registered new interface driver usbserial_generic
[  122.181736] /build/buildd/linux-2.6.24/drivers/usb/serial/usb-serial.c:
USB Serial Driver core
[EMAIL PROTECTED]:~$


Most of the writeups on the net shows that dmesg itself will show
/dev/ttyUSB0 created.  But, I couldn't find any /dev/ttyUSB0.
So, looking at somewhere, I typed the following two lines...


[EMAIL PROTECTED]:~$ sudo mknod /dev/ttyUSB0 c 188 0
[EMAIL PROTECTED]:~$ sudo mknod /dev/ttyUSB1 c 188 1
[EMAIL PROTECTED]:~$ ls -l /dev/ttyUSB*
crw-r--r-- 1 root root 188, 0 2008-10-09 11:56 /dev/ttyUSB0
crw-r--r-- 1 root root 188, 1 2008-10-09 11:56 /dev/ttyUSB1
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ cat /etc/wvdial.conf

[Dialer cdma]
Stupid Mode = 1
Inherits = Modem0
Password = 1111111111 (believe me, I gave the correct number in this place)
Username = 1111111111
Phone = #777

[Modem0]
Init1 = ATZ
SetVolume = 0
Modem = /dev/ttyUSB0
Baud = 115200
FlowControl = Hardware (CRTSCTS)
Dial Command = ATDT



[EMAIL PROTECTED]:~$ wvdial cdma
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/ttyUSB0: Permission denied
--> Cannot open /dev/ttyUSB0: Permission denied
--> Cannot open /dev/ttyUSB0: Permission denied
[EMAIL PROTECTED]:~$
[EMAIL PROTECTED]:~$
[EMAIL PROTECTED]:~$ sudo wvdial cdma
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/ttyUSB0: No such device
--> Cannot open /dev/ttyUSB0: No such device
--> Cannot open /dev/ttyUSB0: No such device
[EMAIL PROTECTED]:~$


Am I missing something ?  How can I get modprobe create the device file
automatically ?  Or, is the device that I created correct ?
Please help me.

regards,
Prasanna David
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to