Results 1 to 10 of 10

Thread: Just installed 13.10 and The internet is not working

  1. #1
    Join Date
    Apr 2012
    Beans
    6

    Just installed 13.10 and The internet is not working

    When I demoed 13.10 the wireless worked fine but then once I installed it it no longer worked It says I am connected but I can not access anything. I ran the Wireless script and attached it here. Any thoughts?
    Attached Files Attached Files
    Last edited by razorccatu; October 31st, 2013 at 06:33 PM.

  2. #2
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Just installed 13.10 and The internet is not working

    Hi,

    there is a wrong Broadcom driver loaded. Additionally, deactivate the hardware encryption of the Atheros driver:
    Code:
    sudo modprobe -rfv brcmsmac
    echo "options ath9k nohwcrypt=1" | sudo tee -a /etc/modprobe.d/ath9k.conf
    sudo modprobe -rfv ath9k
    sudo modprobe -v ath9k

  3. #3
    Join Date
    Apr 2012
    Beans
    6

    Re: Just installed 13.10 and The internet is not working

    I followed your commands (as seen in the screen shot) and it reset the wireless when it was over but I still can not access the internet. I attempted to ping my router (192.168.0.1) and the message was that the network is unreachable. I attached the new wireless info after I ran your code. I appreciate your help. Thank you!
    Attached Images Attached Images
    Attached Files Attached Files

  4. #4
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Just installed 13.10 and The internet is not working

    You need nameservers in your /etc/resolv.conf:
    Code:
    echo -e "nameserver 8.8.8.8\nnameserver 8.8.4.4" | sudo tee -a /etc/resolv.conf
    sudo service network-manager restart

  5. #5
    Join Date
    Apr 2012
    Beans
    6

    Re: Just installed 13.10 and The internet is not working

    Same thing. Still no internet access. Network is unreachable when I ping.
    Attached Images Attached Images
    Attached Files Attached Files

  6. #6
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Just installed 13.10 and The internet is not working

    The icon and the outputs show connection. Lets check
    Code:
    iwlist chan
    sudo iwlist scan

  7. #7
    Join Date
    Apr 2012
    Beans
    6

    Re: Just installed 13.10 and The internet is not working

    Following is the terminal text. I attached the new Wireless info. Still no working internets
    Code:
    razorccatu@HP-G62:~$ iwlist chan
    
    wlan0 11 channels in total; available frequencies :
    Channel 01 : 2.412 GHz
    Channel 02 : 2.417 GHz
    Channel 03 : 2.422 GHz
    Channel 04 : 2.427 GHz
    Channel 05 : 2.432 GHz
    Channel 06 : 2.437 GHz
    Channel 07 : 2.442 GHz
    Channel 08 : 2.447 GHz
    Channel 09 : 2.452 GHz
    Channel 10 : 2.457 GHz
    Channel 11 : 2.462 GHz
    Current Frequency:2.412 GHz (Channel 1)
    lo no frequency information.
    eth0 no frequency information.
    razorccatu@HP-G62:~$ sudo iwlist chan
    [sudo] password for razorccatu:
    wlan0 11 channels in total; available frequencies :
    Channel 01 : 2.412 GHz
    Channel 02 : 2.417 GHz
    Channel 03 : 2.422 GHz
    Channel 04 : 2.427 GHz
    Channel 05 : 2.432 GHz
    Channel 06 : 2.437 GHz
    Channel 07 : 2.442 GHz
    Channel 08 : 2.447 GHz
    Channel 09 : 2.452 GHz
    Channel 10 : 2.457 GHz
    Channel 11 : 2.462 GHz
    Current Frequency:2.412 GHz (Channel 1)
    lo no frequency information.
    eth0 no frequency information.
    Attached Files Attached Files
    Last edited by wildmanne39; November 2nd, 2013 at 12:28 AM. Reason: added code tags

  8. #8
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Just installed 13.10 and The internet is not working

    /etc/resolv.conf is empty again.

    Only 11 channels are supported, check using a fixed one between 1-11 and pure WPA2-AES encryption.

    MAC-address filter in your router is off?

  9. #9
    Join Date
    Apr 2012
    Beans
    6

    Re: Just installed 13.10 and The internet is not working

    Thank you Praseodym for all of your help.

    I tried all of the channels and went through all of the setting on my router to no avail. I'm not blocking any MAC addresses and I am using a pure WPA2 connection (have all along). At this point I just need a working computer so I'm going to revert back to 12.04 because I know that works. Thanks again for all of your help.

    -Razor

  10. #10
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Just installed 13.10 and The internet is not working

    Code:
    echo -e "nameserver 8.8.8.8\nnameserver 8.8.4.4" | sudo tee -a /etc/resolv.conf
    sudo service network-manager restart
    Try it again. You may want to try uninstalling the package "resolvconf" and reboot.

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
  •