Announcement

Collapse
No announcement yet.

Internet Connection Problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Internet Connection Problem

    It's my first time with linux generally, my friends advise me to use Kubuntu I'm really install it throw windows and when I start my laptop((LENOVO G570 i3 with intell hd family graphics)) I have two boot options windows 7 or kubuntu both are 64 bit.
    after installation I tried to connect to Internet from my USB Modem(ZTE MF 626)
    I Enabled broadband connection then managed connections. after them all it's connected to the internet the USB modem gives lights that it's connected when I started the Browser it couldn't surf the web"any webpage" I tried to install MOZILLA but it gives me this message after I press install (the package "Firefox kde-support) hasn't been found among you software, therefore, it can't be install)...Plz help, what should I do?

    #2
    Re: Internet Connection Problem

    execute all these in konsole:

    sudo apt-get install wvdial
    sudo gedit /etc/wvdial.conf

    then add these lines at the end

    [Dialer ZTE]
    Modem = /dev/ttyUSB0
    Phone = #777
    Username = yourusername
    Password = yourpassword, which is almost always the same as your username

    save and exit

    wvdial ZTE (if it says permissin denied, try sudo wvdial ZTE

    It should then connect to the internet. log out and login.. probably u'll also have mobile broadband option in managre connections

    Comment

    Working...
    X