Setting Modem smart c700 on Backtrack
1. Before installing we need to "wvdial" which can be obtained by:
apt-get install wvdial
2. if wvdial is installed, now we find out about the vendor and product of the usb device with the command:
lsusb
modprobe usbserial vendor=0x05c6 product=0×9004
4. Now create a configuration in wvdial.conf in / etc / wvdial.conf . we can create by vi editar or nano or other editor text. remove existing and replace with the following configuration :
[Dialer smart777]
Modem = /dev/ttyUSB1
Modem Type = Analog Modem
Init1 = ATZE0Q0V1
Init2 = ATE0Q0V1
Init3 = AT
Init4 = ATQ0 V1 E1 S0=0 +FCLASS=0
Baud = 230400
FlowControl = CRTSCTS
ISDN = 0
Dial Command = ATDT
Phone = #777
Ask Password = 0
Username = smart
Password = smart
Stupid Mode = 1
Auto DNS = 1
New PPPD = yes
Compuserve = 0
5. The last check with the command :
wvdialconf
and then run this commant to connenting :
wvdial
Happy surving in cyberspace ...........................................
apt-get install wvdial
2. if wvdial is installed, now we find out about the vendor and product of the usb device with the command:
lsusb
3. Setting smart driver module with the following command :Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 005 Device 002: ID 1b1a:0000Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 003 Device 002: ID 05c6:9004 Qualcomm, Inc. <------ this our modemBus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubBus 002 Device 002: ID 064e:a103 Suyin Corp.Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
modprobe usbserial vendor=0x05c6 product=0×9004
4. Now create a configuration in wvdial.conf in / etc / wvdial.conf . we can create by vi editar or nano or other editor text. remove existing and replace with the following configuration :
[Dialer smart777]
Modem = /dev/ttyUSB1
Modem Type = Analog Modem
Init1 = ATZE0Q0V1
Init2 = ATE0Q0V1
Init3 = AT
Init4 = ATQ0 V1 E1 S0=0 +FCLASS=0
Baud = 230400
FlowControl = CRTSCTS
ISDN = 0
Dial Command = ATDT
Phone = #777
Ask Password = 0
Username = smart
Password = smart
Stupid Mode = 1
Auto DNS = 1
New PPPD = yes
Compuserve = 0
5. The last check with the command :
wvdialconf
and then run this commant to connenting :
wvdial
Happy surving in cyberspace ...........................................
Comments
Post a Comment