Results 1 to 7 of 7

Thread: Internet not connecting (Just hangs)

  1. #1
    Join Date
    Jun 2015
    Beans
    20

    Internet not connecting (Just hangs)

    post deleted by author.
    Last edited by James_Ryan_Stortz; August 2nd, 2015 at 09:04 PM.

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

    Re: Internet not connecting (Just hangs)

    Please run the wireless-script from the sticky thread and show the outputs.

  3. #3
    Join Date
    Jun 2015
    Beans
    20

    Re: Internet not connecting (Just hangs)

    post deleted by author.
    Last edited by James_Ryan_Stortz; August 2nd, 2015 at 09:04 PM.

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

    Re: Internet not connecting (Just hangs)

    First: 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
    Second:

    Add the mtu value of your ISP (mostly 1500) as number instead of "Automatic" in the network-manager profile. Now try to re-connect. If it is not enough then deactivate the hardware encryption of the driver
    Code:
    echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
    sudo modprobe -rfv ath9k
    sudo modprobe -v ath9k

  5. #5
    Join Date
    Jun 2015
    Beans
    20

    Re: Internet not connecting (Just hangs)

    post deleted by author.
    Last edited by James_Ryan_Stortz; August 2nd, 2015 at 09:05 PM.

  6. #6
    Join Date
    Jun 2015
    Beans
    20

    Re: Internet not connecting (Just hangs)

    post deleted by author.
    Last edited by James_Ryan_Stortz; August 2nd, 2015 at 09:04 PM.

  7. #7
    Join Date
    Jun 2015
    Beans
    20

    Re: Internet not connecting (Just hangs)

    post deleted by author.
    Last edited by James_Ryan_Stortz; August 2nd, 2015 at 09:04 PM.

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
  •