Results 1 to 2 of 2

Thread: [Solved] Qualcomm Atheros AR9285 frequent disconnect and reconnect UBUNTU 18.04 lts

  1. #1
    Join Date
    May 2014
    Beans
    1

    [Solved] Qualcomm Atheros AR9285 frequent disconnect and reconnect UBUNTU 18.04 lts

    Hi guys, I just happened to solve my wireless card frequent disconnection issue. i'm using a Z570 Lenovo laptop and running UBUNTU 18.04.

    1. navigate to modprobe.d directory as shown below
    cd /etc/modprobe.d/

    2. create a new file ath9k.conf as shown below
    sudo nano ath9k.conf

    3 paste the below

    options ath9k nohwcrypt=1

    4. run modprobe

    sudo modprobe -rfv ath9k
    sudo modprobe -v ath9k

    5. run the below command

    sudo nano /etc/default/crda

    REGDOMAIN=IN

    *Note: im in India so i would preferably use IN, you should be using the country code you livein.... for country code, please check the below wiki page

    https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

    Save and exit. reboot your computer.

    you may try this for other Qualcomm Atheros wireless cards aswell.it wont hurt as you can always delete the file in case it doesn't solve your problem.
    Last edited by subhadeep-sengupta; July 27th, 2018 at 03:34 PM.

  2. #2
    Join Date
    Aug 2018
    Beans
    1

    Re: [Solved] Qualcomm Atheros AR9285 frequent disconnect and reconnect UBUNTU 18.04 l

    Thank you Subadeep, seems same problem solved here to. All best, Chris

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
  •