Linux How to Connect EVDO in Ubuntu 8.10 ???

Status
Not open for further replies.

rahulyo

Contributor
Hello Friends ...

Need ur help about BSNL EVDO to connect in Ubuntu 8.10 ...

I connect EVDO in Ubuntu but not detected ....

So friends what i do now ???
 
prakashan said:

Type lsusb

Bus 001 Device 005: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Bus 001 Device 004: ID 05c6:6000 Qualcomm, Inc.(Here i get fffe instead of Qualcomm) :@
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 064e:a101 Suyin Corp.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
 
rahulyo said:
Type lsusb

Bus 001 Device 005: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Bus 001 Device 004: ID 05c6:6000 Qualcomm, Inc.(Here i get fffe instead of Qualcomm) :@
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 064e:a101 Suyin Corp.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]

i am also having same issue. any idea how to fix it?
 
Ok I haven't played with anyof the devices but one of my frnd got it working but it was Tata device.. Here is what I suggested himm.. It might work..

1'st command is for Ubuntu and 2nd for Mandriva

Code:
sudo apt-get install wvdial 

urpmi wvdial

Now you can edit /etc/wvdial.conf but before that try getting settings for modem..Use this incase its not detected by lsusb

Code:
dmseg

This will give you your modem product code and vendor id .. Once you got it from lsusb/dmesg do modprobing

Code:
modprobe usbserial vendor=0x<vendor idhere> product=0x<product id here>

Now run this to create wvdial.conf
Code:
wvdialconf /etc/wvdial.conf

Now add these

Code:
[Modem0]

Modem = /dev/ttyUSB0

Baud = 115200

SetVolume = 0

Dial Command = ATDT

Init1 = ATZ

FlowControl = Hardware (CRTSCTS)

[Dialer bsnl]

[B]Username = <your username>

Password = <your password>[/B]

Phone = #XXX //Enter the Number

Stupid Mode = 1

Inherits = Modem0

Now run wvdial

Code:
wvdial bsnl

I don't know if it will work or not as I have tried this with Tata not sure if it works with Reliance and BSNL.. But it should as the working is more or less same..
 
Status
Not open for further replies.