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 
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 1b1a:0000
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 002: ID 05c6:9004 Qualcomm, Inc.             <------ this our modem
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 064e:a103 Suyin Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
3. Setting smart driver module with the following command :
       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

Popular posts from this blog

Grabbing Proxy With Selenium and Python

Authorization Testing

Bypass HTML Field Restrictions