Posting info from this month's LFY (with corrections and modifications):
Plug the modem (data card?) into the usb port and do Code:
dmesg | grep ttyUSB
and check the name of the device the modem attaches to - ttyUSB0, whatever. Then open the /etc/wvdial.conf file in a text editor using
Code:
sudo gedit /etc/wvdial.conf
Now add the following lines to the file
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
Replace you_phone_number with your mobile number, and your_device_name with /dev/ttyUSB0 or /dev/ttyUSB1 or whatever name you find.
Save the file.
You can now dial using the command.
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