Results 1 to 7 of 7

Thread: Ubuntu 15.04 extremely weak wifi signal

  1. #1
    Join Date
    Aug 2015
    Beans
    4

    Ubuntu 15.04 extremely weak wifi signal

    New to Linux Systems, so help would be much appreciated.
    Wireless Test Script Code: http://paste.ubuntu.com/12131270/
    Thank you!

  2. #2
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Ubuntu 15.04 extremely weak wifi signal

    Hi, please change your router settings from tkip to wpa2
    then please do
    Code:
    sudo modprobe -rf rt2800pci
     sudo modprobe rt2800pci nohwcrypt=1
    this is good to the first boot..so try it...if it improves then
    do..
    Code:
    echo options rt2800pci nohwcrypt=1 | sudo tee -a /etc/modprobe.d/rt2800pci.conf
    Last edited by Hadaka; August 20th, 2015 at 02:13 AM.
    Craving anchovy, herring and squid pizza.....with clam sauce

  3. #3
    Join Date
    Aug 2015
    Beans
    4

    Re: Ubuntu 15.04 extremely weak wifi signal

    Does this matter if I will be connected to my college's network? As I will not have access to change the router setting.

    Thank you.

  4. #4
    Join Date
    Aug 2015
    Beans
    4

    Unhappy Ubuntu 14.04 Terrible Wireless Signal

    I'm connected to my College's wifi connection. The signal strength on Ubuntu is terrible. My other devices connected to the network receives full strength.

    My wireless information is pasted in the following link : http://paste.ubuntu.com/12215647/

    Thank you for the support!

  5. #5
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Ubuntu 15.04 extremely weak wifi signal

    Duplicate threads merged.

  6. #6
    Join Date
    Aug 2015
    Beans
    10

    Re: Ubuntu 15.04 extremely weak wifi signal

    I would try disabling IPv6 first.

    Deactivate IPv6 support:
    Code:
    $ sudo su
    # echo "#disable ipv6" >> /etc/sysctl.conf
    # echo "net.ipv6.conf.all.disable_ipv6 = 1" >> /etc/sysctl.conf
    # echo "net.ipv6.conf.default.disable_ipv6 = 1" >> /etc/sysctl.conf
    # echo "net.ipv6.conf.lo.disable_ipv6 = 1" >> /etc/sysctl.conf
    Last edited by PaulW2U; August 31st, 2015 at 04:07 PM. Reason: Fonts reset to default and code tags added

  7. #7
    Join Date
    Aug 2015
    Beans
    4

    Re: Ubuntu 15.04 extremely weak wifi signal

    Disabling IPv6 had no improvements in network connection strength. Any other suggestions to to fix the change? Thank you!

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
  •