My *next* post will be about Ubuntu 8.10 on an HP DV9000 laptop for the purposes of running VBDOS. It is far more complicated and interesting. This one is pretty simple.
If you are a purist. If you can not stand the idea of running your Acer Aspire One (AAO or AA1) with impure, non-open-source drivers, and you have read here that NDISWRAPPER solves the wireless issues of the AAO and installed it through gritted teeth... then this post is for you. Atheros, being good open source folks, do have a pure, open source solution available to you via the MadWifi project.
It takes six commands to be "pure" (IE, run without binary only sourced drivers such as those NDISWrapper lets you run). It is assumed you have unloaded all the NDIS drivers and stuff. If not, load up NDISGTK (via synaptic or apt-get) and make sure the target system is clear of cruft. The system should have no/zero/none wireless stuff installed before you start step 2 below. Yeah: I suppose removing things first means there is more than six commands...
If you do not have a wired network connection as a backup to the wireless, do step 1 *before* you take off the the NDIS driver....
-
wget http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6/madwifi-hal-0.10.5.6-r3879-20081204.tar.gz
-
tar xfz madwifi-hal-0.10.5.6-r3879-20081204.tar.gz
-
cd madwifi-hal-0.10.5.6-r3879-20081204.tar.gz
-
make
-
sudo make install
sudo modprobe ath_pci
- sudo rmmod ath_pci
- sudo modprobe ath_pci
No comments:
Post a Comment