Posting info from this month's LFY (with corrections and modifications):
Plug the modem (data card?) into the usb port and doand check the name of the device the modem attaches to - ttyUSB0, whatever. Then open the /etc/wvdial.conf file in a text editor usingCode:dmesg | grep ttyUSB
Now add the following lines to the fileCode:sudo gedit /etc/wvdial.conf
Replace you_phone_number with your mobile number, and your_device_name with /dev/ttyUSB0 or /dev/ttyUSB1 or whatever name you find.Code:[Dialer Defaults] Modem = your_device_name Baud = 115200 Set Volume = 0 Init1 = ATZ Phone = #777 Username = your_phone_number Password = your_phone_number Ask Password = 0 Dial Command = ATDT Stupid Mode = 1 Compuserve = 0 Idle Seconds = 300 ISDN = 0 Auto DNS = 1
Save the file.
You can now dial using thecommand.Code:wvdial
You can also try these tips-
Just another Blog: How to get Reliance ZTE MG880 working with Ubuntu Linux 7.04
Reliance USB Data Card (Huawei) on Ubuntu HowTo FreedomYug




Reply With Quote
