Currently Browsing: AR242x

Wpa_supplicant in /etc/network/interfaces and Karmic Koala 9.10

Most of you know that Karmic Koala 9.10 released on the 29th October.  I noticed during my test run with Alpha’s and Beta’s of Karmic that my use of wpa_supplicant as described in this article didn’t work any more.

The lines in /etc/network/interfaces have changed from:

wpa-conf /etc/wpa_supplicant.conf
wpa-driver wext

to:

pre-up wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf -B
post-down killall -q wpa_supplicant

Also if you where using :

wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf -B

then this now has to be changed to:

How To Get Atheros AR242x To Work on 8.10 Intrepid Ibex

Updates

**02-24-2009** Instructions for fix after update to kernel 2.6.27-11-generic below.  This how to uses compat-wireless-2009-02-24.tar.bz2. It was tested on (K)Ubuntu 8.10 KDE 4.1.2. Kernel version 2.6.27-7-generic & 2.6.27-9-generic

For instructions on getting the AR242x to work on 8.04 click here.

Introduction

You could see this as part 3 in the series: How To Get Atheros AR242x Wireless To Work
It’s with disappointment that I have to report the following:

I started with a fresh install of Kubuntu 8.10, the reason for this is simple I wanted to make sure that nobody could say “you should have done a clean install”. On a clean install out of the box the AR242x doesn’t work.

What I Tried First

So I started to search for solutions. There a several solutions out there here is a quick list:

  • Install linux-backports-modules-intrepid. This works but you would have to reload the driver every time you log on.
  • Blacklist ath_hal and ath_pci. This didn’t work for me. The idea behind this is that the madwifi module will not load and instead ath5k is used.
  • Download and install the new wireless driver which uses the newest version of ath5k.
  • The last option worked the best for me so that is what I’ll go with for this how to. Let me clarify that ath_hal, ath5k and ath9k are all developed by madwifi so props to them for doing such a great job of developing the drivers that make wireless for the AR242x work under Linux.

    AR242x The saga continues

    Here is the Solution currently used on 8.04: How To Get The Atheros AR242X Wireless To Work 2
    Here is the Solution currently used on 8.10: How To Get Atheros AR242x To Work On 8.10 Intrepid Ibex

    Some good news for AR424x users. Intrepid Ibex the new version of (K)Ubuntu will support the AR242x natively. This means non of the work a rounds are necessary any more. At least we hope that they will not be.

    How to get Atheros AR242x wireless to work. 2

    **11-07-2008** Here is the Solution currently used on 8.10: How To Get Atheros AR242x To Work On 8.10 Intrepid Ibex

    **10-23-2008** This how to still uses madwifi-hal-0.10.5.6-current.tar.gz And has been tested by me and works for (K)Ubuntu 8.0.4.1(both x86-64 and i686) with kernel 2.6.24-21-generic. And once again every one who has problems please re-try the how to.

    **09-17-2008** Thanks to Gideon, who told me the links weren’t working any more. This how to now uses madwifi-hal-0.10.5.6-current.tar.gz As always this revision has been tested by me and works for (K)Ubuntu 8.0.4.1(both x86-64 and i686) with kernel 2.6.24-19-generic. And once again every one who has problems please re-try the how to.

    **09-03-2008** This How to now uses the newest snapshot madwifi-hal-2008-08-15-r3862-20080903.tar.gz. As always this revision has been tested by me and works for (K)Ubuntu 8.0.4.1(both x86-64 and i686) with kernel 2.6.24-19-generic.

    **09-01-2008** This How to now uses the newest snapshot madwifi-hal-2008-08-15-r3851-20080829.tar.gz. If you posted a comment to say it isn’t working then please re-run everything. And report back to verify that the solution is now working for you. As always this revision has been tested by me and works for (K)Ubuntu 8.0.4.1 with kernel 2.6.24-19-generic.

    This is a revision of my original post using the solution provided by Madwifi it’s been tested by me and it works.

    Windows drivers are here

    If you own the same laptop as I do, a Toshiba A205-S5825, then you probably have the same problem, if you are using Hardy or Gutsy with the newest Kernel(2.6.24-19-generic) or older, the wireless doesn’t work out of the box.

    It cost me about an hour to solve this mainly because no one knew anything about this particular chipset.

    So here is the solution for the AR242x. If you have a chipset in the A5700 series then this could work for you too.

    The solution is quite simple and only takes you a couple of minutes to apply and then you can use your wireless.

    For this How to you do need wired internet to the computer.

    How to get Atheros AR242x wireless to work.

    Windows drivers are here

    Aug 18 2008: This is a The old version and this solution isn’t recommended anymore please use: the solution in my new post it’s been tested by me and it works.

    If you own the same laptop as I do, a Toshiba A205-S5825, then you probably have the same problem, if you are using Hardy or Gutsy with the newest Kernel(2.6.24-19-generic) or older, the wireless doesn’t work out of the box.

    It cost me about an hour to solve this mainly because no one knew anything about this particular chipset.

    So here is the solution for the AR242x. If you have a chipset in the A5700 series then this could work for you too.

    The solution is quite simple and only takes you a couple of minutes to apply and then you can use your wireless.

    For this How to you do need wired internet to the computer.