[ubuntu-in] How to setup ZTE AC8700 EVDO on Ubuntu
Ramnarayan.K
ramnarayan.k at gmail.com
Fri Nov 6 16:51:31 GMT 2009
Hi
Just laid my hands on a 3G ! ZTE AC8700 EVDO data card from BSNL.
I thought it would be simple to setup and run but ran into snags.
Checked the net but there are bug reports but no real nice how to's
The resources available are from BSNL (surprise surprise) but not good enough
http://www.bsnlevdo.in/evdo/setup-bsnl-evdo-usb-modem-in-linux/
and from
http://satish.playdrupal.com/?q=node/41
***
I tried the following
1. Inserted the device and this is the dmesg (snipped to relevant sections only)
[ 76.817632] usbserial: USB Serial Driver core
[ 76.834853] usbserial: USB Serial support registered for GSM modem (1-port)
[ 76.835493] option 1-2:1.0: GSM modem (1-port) converter detected
[ 76.836178] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB0
[ 76.836748] option 1-2:1.1: GSM modem (1-port) converter detected
[ 76.837360] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB1
[ 76.837916] option 1-2:1.2: GSM modem (1-port) converter detected
[ 76.838480] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB2
[ 76.839034] option 1-2:1.3: GSM modem (1-port) converter detected
[ 76.839593] usb 1-2: GSM modem (1-port) converter now attached to ttyUSB3
[ 76.840143] usbcore: registered new interface driver option
[ 76.840147] option: USB Driver for GSM modems: v0.7.2
Here the question is why is it showing up as a GSm modem ??
lsusb
Bus 001 Device 010: ID 19d2:fffe
lsusb -v (snipped)
Bus 001 Device 010: ID 19d2:fffe
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x19d2
idProduct 0xfffe
bcdDevice 0.00
iManufacturer 1 ZTE, Incorporated
iProduct 2 ZTE CDMA Tech
iSerial 0
this is my wvdial.conf
[Dialer m0]
# New 3g GSM CDMA device
Modem = /dev/ttyUSB0
Baud = 230400
Phone = #777
Init1 = ATZ
Stupid Mode = 1
Dial Command = ATDT
Username = xxxxx (phone number)
Password = xxxxx (phone number as above)
Phone = #777
Stupid Mode = 1
# Inherits = Modem0
PPPD Options = lock noauth refuse-eap refuse-chap refuse-mschap
nobsdcomp nodeflate
results of wvdial
$ sudo wvdial m0
ATDT#777
NO CARRIER
--> No Carrier! Trying again.
--> Sending: ATDT#777
--> Waiting for carrier.
***
my OS is Ubuntu 8.10 with kernel as below
uname -a
Linux ram-laptop 2.6.27-15-generic #1 SMP Tue Oct 20 06:52:09 UTC 2009
i686 GNU/Linux
***
any idea what i need to do set up this device, *will be very grateful*
ram
More information about the ubuntu-in
mailing list