First of all, I'm using Ubuntu 8.10 but I think this should work for whatever version of ubuntu. Bare in mind, this solution is only for model E220 HSDPA modem.
1. Applications -----> Accessories -----> Terminal
sudo gedit /etc/wvdial.confPress ENTER & input your password if neccessary
2. gedit application will pop out end edit it with this
[Dialer Defaults]Save & Close..
Phone = *99***1#
Stupid Mode = 1
Modem = /dev/ttyUSB0
Username = user
Password = pass
ISDN = 0
New PPPD = yes
Baud = 1843200
Init2 = ATZ
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
3. Restart
4. Applications -----> Accessories -----> Terminal
sudo wvdial
Press Enter
----------------------------------------------------------------------
If u're getting this for ur last few lines, meaning that u are connected
--> Carrier detected. Starting PPP immediately.5. Final step.. Open your firefox..
--> Starting pppd at Fri Apr 24 09:37:23 2009
--> Pid of pppd: 7864
--> Using interface ppp0
--> local IP address 10.21.3.71
--> remote IP address 10.64.64.64
--> primary DNS address 123.136.100.2
--> secondary DNS address 123.136.100.3
Press File option and uncheck 'work offline' checkbox. You can now start surfing
-------------------------------------------------------------------------
If you're getting this error message
--> Cannot open /dev/ttyUSB0: No such file or directory
--> Cannot open /dev/ttyUSB0: No such file or directory
--> Cannot open /dev/ttyUSB0: No such file or directory
Plug off your modem and plug in back.. wait for 10 seconds and start redialing again. Everything should works fine..
2 comments:
I did everything that you stated above, but i'm still receiving error messages.
It was something like "sudo: wvdial no such command line", or something similar. Do you know how to fix it?
Hi, I also did everything but similarly, also got this message: sudo: wvdial no such command line
So what should I do :(
Post a Comment