Results 1 to 4 of 4

Thread: Ubuntu 12.04 connects to wifi network, can't access internet

  1. #1
    Join Date
    May 2013
    Beans
    2

    Ubuntu 12.04 connects to wifi network, can't access internet

    Hi everyone,

    I'm rather new to Ubuntu and I am have a few problems accessing the internet through Ubuntu 12.04 installed on my desktop.

    I've managed to install the drivers for the USB wifi (Netgear WNDA3100v2, entirely through the help of a few Ubuntu forum posts), and it has successfully connected to my wifi network. However, I can't for the life of me get it to access any webpages which I need to install a few applications. I am currently accessing this forum page via a laptop (with Windows 7) connected to the same wifi network, so I am fairly certain it is not a general internet access issue

    Curiously, when I try to load a webpage, it doesn't immediately say "Firefox can't find the server at start.ubuntu.com", it hangs for a while (around 20 seconds) on the loading stage, and then displays the error message

    I was hoping someone could help me?

    Thank you,
    Will

  2. #2
    Join Date
    Mar 2012
    Beans
    11

    Re: Ubuntu 12.04 connects to wifi network, can't access internet


  3. #3
    Join Date
    May 2013
    Beans
    2

    Re: Ubuntu 12.04 connects to wifi network, can't access internet

    Thanks for the reply!

    I tried both methods on that site. I wasn't quite sure how to find my ISP's DNS though, and when I went into:
    Code:
    nano /etc/resolv.conf
    It said any changes I made would be overwritten.

    Would you be able to advise?

    Thank you

  4. #4
    Join Date
    Mar 2012
    Beans
    11

    Re: Ubuntu 12.04 connects to wifi network, can't access internet

    Quote Originally Posted by cowfish13 View Post
    Thanks for the reply!

    I tried both methods on that site. I wasn't quite sure how to find my ISP's DNS though, and when I went into:
    Code:
    nano /etc/resolv.conf
    It said any changes I made would be overwritten.

    Would you be able to advise?

    Thank you

    Sorry for the late reply. Yes, go ahead, don't worry about that message.

    If you wanna be safe, make a copy of that file:

    Code:
    sudo cp /etc/resolv.conf /etc/resolv.conf.COPY
    and in case, to restore it:

    Code:
    sudo rm /etc/resolv.conf
    sudo mv /etc/resolv.conf.COPY /etc/resolv.conf
    Remember to restart the network after changes:

    Code:
    sudo service networking restart

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •