USB Modem in linux.
if u r running a debian version of linux goto the terminal and type
gedit /etc/wvdial.conf
this will open gedit to edit the configuration file copy paste the following code and save it.You need root privelages for that.
[Modem0]
Modem= /dev/ttyACM0
Baud= 115200
SetVolume=0
DialCommand= ATDT
FlowControl= Hardware(CRTSCTS)
[Dialer R]
Username= phone number
Password= phone number
Phone= #777
Stupid Mode= 1
Inherits= Modem0

