Tuesday, January 12, 2010

Configure Reliance ZTE CDMA 1x Netconnect on RHEL 5

From many days i was trying to use my Reliance ZTE CDMA 1x Modem on Linux finally get succeded in firing google.com on Red Hat Enterprise Linux 5...

  • Many peoples already configured these before me am nt first one to do so..
  • So why to read this ? coz here i will publish my own experiance of configuring it which may help you some way...
Now lets start with it :
  1. Fireup your terminal on Red Hat
  2. go to /proc/bus/usb/
  3. Here you wil see a file named "devices" which contains information about usb devices attached...
  4. fireup command : cat devices
  5. Now you wil see contents of this file in which u need to search for ur device name
  6. o/p
    :P: Vendor=19d2 ProdID=fffd Rev= 0.00
    S: Manufacturer=ZTE, Incorporated
    S: Product=ZTE CDMA Tech
    S: SerialNumber=Serial Number
  7. Now we r interested in first line here..which we wil use for modprobe
  8. fireup command : modprobe usbserial vendor=0x19d2 product=0xfffd
  9. now u need make wvdial.conf
  10. fireup command : vi wvdial.conf
  11. type :
  12. [Modem0]
    Modem = /dev/ttyUSB0
    Baud = 115200
    SetVolume = 0
    Dial Command = ATDT
    Init1 = ATZ
    Init3 = ATM0
    FlowControl = CRTSCTS
    [Dialer zte]
    Username = 9324185495
    Password = 9324185495
    Phone = #777
    Stupid Mode = 1
    Init1 = ATZ
    Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
    Inherits = Modem0
  13. fireup command : wvdial zte
  14. Thats it you wil get connected and wil display Ip address and DNS server ip
  15. Thats it Enjoy Surfing On LinuX!
Alterate way : (Using GUI)
  1. fireup command : system-config-network
  2. Click on New
  3. Select Modem connection
  4. Go on clickin next
  5. It wil ask for Phone number and Login id , password
  6. Phone number : #777
  7. Login ID : Device phone number
  8. password : Devide phone number
  9. click on next....
  10. Enjoy Surfin on LinuX!

No comments:

Post a Comment