Hi, --- On Fri, Nov 28, 2008 at 11:19 AM, Senthil Sundaram (sensunda) <[EMAIL PROTECTED]> wrote: | This is due to the | fact that device has usb storage to store windows driver etc. as well as | modem. Due to this Linux kernel drivers get confused. \--
Linux kernel driver doesn't get confused. The device first presents itself as a USB mass storage device, and the Linux kernel should detect it properly. Check in /var/log/messages output. --- | We tried using USB mode switch too, but it didnt work. \-- What did you try? What was the output? --- | Bus 004 Device 004: ID 12d1:1411 Huawei Technologies Co., Ltd. \-- You need to use usb_modeswitch as: sudo /path/to/usb_modeswitch-0.9.5/usb_modeswitch -v 0x12d1 -p 0x1411 -H 1 Now, it should switch to modem configuration. Check in /var/log/messages. --- | [EMAIL PROTECTED]:/home/leena# modprobe usbserial vendor=0x12d1 | product=0x1411 | [EMAIL PROTECTED]:/home/leena# | but gving me nothing. \-- It won't give you anything. Just that usbserial module will be loaded. Check in /bin/lsmod output. --- | I updated wvdial.conf with following info | [Modem0] | Modem = /dev/ttyUSB0 \-- You have used Modem0 here. --- | $ wvdial cdma (gives me following) \-- So, why are you dialing for cdma? Hence, the following output: --- | --> WvDial: Internet dialer version 1.60 | --> Warning: section [Dialer cdma] does not exist in wvdial.conf. | --> Cannot open /dev/modem: No such file or directory \-- In Modem0 configuration you have chosen /dev/ttyUSB0, but cdma configuration is looking for /dev/modem. Regards, SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ 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
