Page 1 of 5 123 ... LastLast
Results 1 to 10 of 44

Thread: Karmic: Wlan Atheros AR928X ath9k: no fix works

  1. #1
    Join Date
    Jul 2006
    Beans
    109

    Karmic: Wlan Atheros AR928X ath9k: no fix works

    Hello

    I've been looking around since yesterday for a fix and tried several fixes to get my wireless ath9k to work on Karmic but in vain

    -Tried removing ath from blacklist
    -Tried to use wicd

    In all cases, the wireless disconnects after something like 10 minutes and I can't reconnect. None of this happens on Jaunty.

    So I can't install Karmic because I can't install the language packages nor use it (and I don't have wires everywhere in the house). So I'm stuck with Jaunty.

    Other than recompiling the kernel with ath9k, is there any other way?

    Thanks

  2. #2
    Join Date
    Apr 2009
    Location
    Mangalore India
    Beans
    840
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Quote Originally Posted by Prosis View Post
    Hello

    I've been looking around since yesterday for a fix and tried several fixes to get my wireless ath9k to work on Karmic but in vain

    -Tried removing ath from blacklist
    -Tried to use wicd

    In all cases, the wireless disconnects after something like 10 minutes and I can't reconnect. None of this happens on Jaunty.

    So I can't install Karmic because I can't install the language packages nor use it (and I don't have wires everywhere in the house). So I'm stuck with Jaunty.

    Other than recompiling the kernel with ath9k, is there any other way?

    Thanks
    Hi

    Please visit my thread
    http://ubuntuforums.org/showthread.php?t=1309072
    It might help you.

    Best of luck
    Dr kurian
    Last edited by drpjkurian; November 1st, 2009 at 06:17 PM.

  3. #3
    Join Date
    Jul 2006
    Beans
    109

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Is it supposed to work on the liveCD? Because it didn't so, I want to make sure that, if I install it again this trick could work.

  4. #4
    Join Date
    Jul 2006
    Beans
    109

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    After doing this, I can't even turn my wireless card on...

    Help?

  5. #5
    Join Date
    Jul 2006
    Beans
    109

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Someone named sebz_ posted a solution that worked fine!

    I commented the ath_pci blacklist in /etc/modprobe.d/blacklist-ath_pci.conf.

    You check if ath9k (or ath5k) is loaded in /etc/modules

    echo ath9k | sudo tee -a /etc/modules

    Then you install

    linux-backports-modules-karmic and linux-backports-modules-wireless-karmic-generic (and linux-backports-modules-wireless-karmic-generic-pae if you can but I didn't need it)

    Reboot and all should be fine!

  6. #6
    Join Date
    Dec 2008
    Beans
    46

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Quote Originally Posted by Prosis View Post
    Someone named sebz_ posted a solution that worked fine!

    I commented the ath_pci blacklist in /etc/modprobe.d/blacklist-ath_pci.conf.

    You check if ath9k (or ath5k) is loaded in /etc/modules

    echo ath9k | sudo tee -a /etc/modules

    Then you install

    linux-backports-modules-karmic and linux-backports-modules-wireless-karmic-generic (and linux-backports-modules-wireless-karmic-generic-pae if you can but I didn't need it)

    Reboot and all should be fine!
    This seemed to work for me with Karmic Koala on an eeePC 1000HE. (I assumed "commented" meant "commented out.")

  7. #7
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Quote Originally Posted by Prosis View Post
    Someone named sebz_ posted a solution that worked fine!

    I commented the ath_pci blacklist in /etc/modprobe.d/blacklist-ath_pci.conf.

    You check if ath9k (or ath5k) is loaded in /etc/modules

    echo ath9k | sudo tee -a /etc/modules

    Then you install

    linux-backports-modules-karmic and linux-backports-modules-wireless-karmic-generic (and linux-backports-modules-wireless-karmic-generic-pae if you can but I didn't need it)

    Reboot and all should be fine!
    Simply installing the two backports-modules worked for me on this Acer laptop with:

    Code:
    06:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
    It was using ath9k, and still is (presumably a newer version), so I didn't bother with the system file edits. Working so far....

    Famous last words.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  8. #8
    Join Date
    Nov 2009
    Beans
    7
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Hi Prosis,

    I was having the same problem with my Sony Vaio X111. I had tried everything I could (installing madwifi, ndiswrapper, turning of WPA, etc) but couldn't fix it.

    I installed the 2 backport packages as you said, and it is much better.

    Before the update:

    - signal strenght was always between 20% and 65%, even if I was only a couple of meters from the base station
    - hundreds off log messages from wpa_supplicant (disconnecting, searching, negotiating, reconnecting)
    - needed to kill / restart my connection manually every hour or so.

    After the update:

    - signal strenght is 100%
    - no more error messages on log files
    - the connection is stable.

    Thank you!

  9. #9
    Join Date
    Apr 2009
    Beans
    13

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Quote Originally Posted by Prosis View Post
    Someone named sebz_ posted a solution that worked fine!

    I commented the ath_pci blacklist in /etc/modprobe.d/blacklist-ath_pci.conf.

    You check if ath9k (or ath5k) is loaded in /etc/modules

    echo ath9k | sudo tee -a /etc/modules

    Then you install

    linux-backports-modules-karmic and linux-backports-modules-wireless-karmic-generic (and linux-backports-modules-wireless-karmic-generic-pae if you can but I didn't need it)

    Reboot and all should be fine!
    I also tried the "solution" from drpjkurian, and it also shut down my WiFi. I then tried the solution you give here. During the install process, there was a warning message and a suggestion to install one additional package. At first - my WiFi was working great - but I had to boot in low-graphics mode. After I installed the additional recommended package - everything was fine. My WiFi no longer cuts out on me, but I must say that my page load times seem a bit longer. Anyway - things are MUCH better now. Thanks for your post.

  10. #10
    Join Date
    Jun 2009
    Location
    Denmark
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Karmic: Wlan Atheros AR928X ath9k: no fix works

    Quote Originally Posted by Prosis View Post
    Someone named sebz_ posted a solution that worked fine!

    I commented the ath_pci blacklist in /etc/modprobe.d/blacklist-ath_pci.conf.

    You check if ath9k (or ath5k) is loaded in /etc/modules

    echo ath9k | sudo tee -a /etc/modules

    Then you install

    linux-backports-modules-karmic and linux-backports-modules-wireless-karmic-generic (and linux-backports-modules-wireless-karmic-generic-pae if you can but I didn't need it)

    Reboot and all should be fine!
    Thank you for this, it saved my laptop from getting Windows back.

    It work just perfect on my Acer Aspire 5536 with the Atheros 928X ath9k. Now signal strength is about 80% (before it maxed out at about 30%). Now I just need to see if the dropped connections problem goes away.

    Cheers,
    Nikolaj

Page 1 of 5 123 ... LastLast

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
  •