On Sun, 2009-10-25 at 17:22 +0530, Sudhir Gandotra wrote: > On 10/12/09, kuldeep gmail <[email protected]> wrote: > > Hi all, > > > > I am also getting problem with install Tata photon on my Ubuntu. Till > > now I using tata plug2surf, which is work without no problem. > > I seek help on google, But It seems very little help there and that is > > insufficient. I check with lsusb but no detection for that usb stick. > > So no further step worked also. Now I have no idea if that hardware is > > incompatible with current linux kernel drivers. If so, then there is any > > way to get around this. > > (Reliance netconnect is detected in lsusb) > Have you been able to use the Reliance Netconnect (3.1 Mbps) successfully ? How to do that ?
For REd Hat and Cent Os - this doc might be useful. Compiled by our team of engineers => i) First, check reliance data card vendor and product by lsusb command. @@ Output look like a below lines and first high light word is vendor and second is product. In, my case 12d1 is vendor and 140b is product. # lsusb Bus 003 Device 004: ID 12d1:140b Huawei Technologies Co., Ltd. Bus 003 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 005 Device 001: ID 0000:0000 @@ ii) Now, load usbserial module by the help of below modprobe and depmod command. @@ Again replace vendor and product with your vendor and product,, # modprobe usbserial vendor=0x12d1 product=0x140b # depmod -a @@ iii) Reliance data card detect as a USB modem @@ usb_modeswitch is not default bundled in Redhat. You have to download it source ( usb_modeswitch-1.0.5.tar.bz2 ) and copy usb_modeswitch binary from usb_modeswitch-1.0.5 to /usr/sbin directory. # usb_modeswitch -v 0x12d1 -p 0x140b -d 1 # usb_modeswitch -v 0x12d1 -p 0x140b -H 1 @@ iv) Edit, dailer configuration, You only have to change Username and Password parameters. Replace first XXXXXXXXXX with username ( it may be your data number ) and second XXXXXXXXXX with your passowrd ( it also may be same as Username ). Note :- I am not sure /etc/wvdial.conf file exists or not. @@ # vim /etc/wvdial.conf [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Stupid Mode = 1 Modem Type = USB Modem ISDN = 0 Phone = #777 New PPPD = yes Modem = /dev/ttyUSB2 Username = XXXXXXXXXX Password = XXXXXXXXXX @@ v) Finally, start dial,,,, # wvdial Regards > Varad Gupta Keen & Able Computers Pvt Ltd FOSTERing Linux New Delhi & Gurgaon [email protected] www.keenable.com fl.keenable.com +91-11-30880046/7/8/9 +91-124-4080880 FAX +91-11-41808565 +91-124-4268187 _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
