Asked By
digitalwork
0 points
N/A
Posted on - 07/17/2011
Hello Everyone,
I am a new user of Ubuntu But For internet Connection here is no broadband connection in my area.
So I am depend on USB Modem. But I don't know how to configure USB Modem With Ubuntu OS.
So Please Help me with my Problem.
I will wait for your response.
Thanks
Answered By
johan
0 points
N/A
#84083
How Can I use USB Modem with Ubuntu?
Hi you want to install USB Modem in ubunu.
When you connect the USB Modem with the ubuntu.
* First enter this command
“sudo gedit /etc/wvdial.conf”
-
A file will open after entering the command you need to replace all the contents with these.
[Modem0]
Modem = /dev/ttyUSB0
Baud = 115200
Set Volume = 0
Dial Command = ATDT
Init1 = ATZ
Flow control = Hardware (CRTSCTS)
[Dialer Command]
Username = your phone no
Password = your phone no
Phone= 00000
Stupid mode = 1
Inherit = Modem0
-
After this your system is ready for connection.
-
In Terminal enter these commands
“sudo modprobe usbserial vendor=0x19d2 product=0xfffd”.
Enter your administrator password and then type ”sudo wvdial cdma”
Your connection has been made and its ready to use.
Every time you will enter this command to make connection.
Sudo wvdial cdma
Answered By
aspire
0 points
N/A
#84084
How Can I use USB Modem with Ubuntu?
Hi this is a simple tip on configuring your USB modem:
-
Make sure that the USB modem is properly plugged
-
Go to "system/ administration/ networking"
-
Select the name of the USB modem on the list of available connections and then click on "properties" then "enable this connection"
-
Click on "ok" then Walla! you can now use your USB modem to connect to the internet.
HAPPY SURFING!
Answered By
khokho
10 points
N/A
#84085
How Can I use USB Modem with Ubuntu?
some modern USB modems work automatically without installation and/ or configuration. however for some old fashioned USB modem you can use wvdial to connect. wvdial use /etc/wvdial.conf as configuration file. most ubuntu derivatives have wvdial pre-installed. however the configuration depends on your telecommunication carrier. /etc/wvdial.conf that matches my carrier in Indonesia looks like this
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2
Init3 = AT+CGDCONT=1, "IP", "telkomsel"
stupid mode = yes
Modem Type = USB Modem
ISDN = 0
New PPPD = yes
Phone = *99**1*1#
Modem = /dev/ttyACM0
Username = wap
Password = wap123
Baud = 460800