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 :
- Fireup your terminal on Red Hat
- go to /proc/bus/usb/
- Here you wil see a file named "devices" which contains information about usb devices attached...
- fireup command : cat devices
- Now you wil see contents of this file in which u need to search for ur device name
- o/p
:P: Vendor=19d2 ProdID=fffd Rev= 0.00
S: Manufacturer=ZTE, Incorporated
S: Product=ZTE CDMA Tech
S: SerialNumber=Serial Number - Now we r interested in first line here..which we wil use for modprobe
- fireup command : modprobe usbserial vendor=0x19d2 product=0xfffd
- now u need make wvdial.conf
- fireup command : vi wvdial.conf
- type :
- [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 - fireup command : wvdial zte
- Thats it you wil get connected and wil display Ip address and DNS server ip
- Thats it Enjoy Surfing On LinuX!
Alterate way : (Using GUI)
- fireup command : system-config-network
- Click on New
- Select Modem connection
- Go on clickin next
- It wil ask for Phone number and Login id , password
- Phone number : #777
- Login ID : Device phone number
- password : Devide phone number
- click on next....
- Enjoy Surfin on LinuX!
0 comments:
Post a Comment