Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: fresh 12.04 install. Wireless can view and connect to a network, but no internet

  1. #11
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: fresh 12.04 install. Wireless can view and connect to a network, but no internet

    Hi, please do:
    Code:
    echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
    sudo modprobe -rfv iwlwifi
    sudo modprobe -v iwlwifi
    Then:
    Code:
    gksudo gedit /etc/pm/power.d/wireless
    (this will create or edit a configuration file that will override the default powermanagement behavior) and enter the following:
    Code:
    #!/bin/sh
    
    /sbin/iwconfig wlan0 power off
    above exit0, then save gedit and close.

    Also go into your router settings and change wpa to just wpa2 encryption.
    Reboot
    Thanks

  2. #12
    Join Date
    Oct 2007
    Location
    MA
    Beans
    32
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: fresh 12.04 install. Wireless can view and connect to a network, but no internet

    Quote Originally Posted by wildmanne39 View Post
    Hi, please do:
    Code:
    echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
    sudo modprobe -rfv iwlwifi
    sudo modprobe -v iwlwifi
    Then:
    Code:
    gksudo gedit /etc/pm/power.d/wireless
    (this will create or edit a configuration file that will override the default powermanagement behavior) and enter the following:
    Code:
    #!/bin/sh
    
    /sbin/iwconfig wlan0 power off
    above exit0, then save gedit and close.

    Also go into your router settings and change wpa to just wpa2 encryption.
    Reboot
    Thanks
    Dude I could hug you, worked like a charm. xD

    Srsly...dunno how you were able to figure that out just like that...Im pretty jelly of your ka-nowledge.

  3. #13
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: fresh 12.04 install. Wireless can view and connect to a network, but no internet

    Hi, glad it worked, please use thread tools at the top of the page to mark the thread solved.
    Thanks

Page 2 of 2 FirstFirst 12

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
  •