To intall Citycell ZTE Modem in linux you should follow following steps
- Plug Modem to PC
- open terminal and use lsusb command which will show usb device plugged at the time in my case I get following out put
#lsusb
Bus 007 Device 002: ID 0a5c:2101 Broadcom Corp. Bluetooth Controller
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 15d9:0a4c Trust International B.V.
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 003: ID 19d2:fff1 ONDA Communication S.p.A.
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 064e:a101 Suyin Corp. Acer CrystalEye Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bold line is my ZTE Modem from that output I get vendor is 19d2 and product id fff1
- now load driver using modprobe command# sudo modprobe usbserial vendor=0x19d2 product=0xfff
- now edit wvdial config#sudo gedit /etc/wvdial.confinsert followin lines[Dialer Defaults]Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0Modem Type = Analog ModemISDN = 0Init1 = ATZModem = /dev/ttyUSB0Baud = 9600[Modem0]Init1 = ATZSetVolume = 0Modem = /dev/ttyUSB0Baud = 230400FlowControl = Hardware (CRTSCTS)Dial Command = ATDT[Dialer citycell]Stupid Mode = 1Inherits = Modem0Password = wapsUsername = wapsPhone = #777
- now dial you moden using following command#sudo wvdial citycell
If you do not have wvdial installed in you pc then install follwing:
- wvdial_1.60.1
- libxplc0.3.13_0.3.13-1
- libwvstreams4.4-base
- libwvstreams
- libuniconf