Leaving the release of Jaunty Jackalope behind. It’s time to welcome our new baby to the stage. This new version will be called Karmic Koala and will carry version number 9.10.
Today Alpha One is released and traditionally this is only an alternate. No live cd’s yet.
For Karmic Koala the cloud concept will be worked out more and Canocial is promising an OS that will use near to zero watts when in idle mode. The look is said to change as well. A rumor has been started that the brown will finally be ditched. With a new smooth flicker free start-up and the new development kernel mode settings that it will bring, it might give us a totally new start-up environment. With the new graphical boot, the login experience will also get a work over in its look.
**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.
“Mini How To” What modules and device drivers have got installed.
For this Kubuntu Linux also has a simple command:
lsmod
This will list all modules and device drivers installed in to your kernel.
For individual modules run:
lsmod | grep mudulename
For instance:
lsmod | grep ath
Will result in:
ath_rate_sample 15360 1 ath_pci 113448 0 wlan 211888 5 wlan_tkip,wlan_scan_sta,ath_rate_sample,ath_pci ath_hal 280416 3 ath_rate_sample,ath_pci
This command is used for debugging purposes mostly often when somebody has a problem lsmod and lspci as well as lsusb are often what you are asked to run in debugging what your problem is. Especially when you ask for my help on this website or on the forums and the IRC channels.