Recently I configured the wireless card in an acer aspire one, on a ubuntu 8.10 include, for the ubuntu version 9.04 it is recognized by default, well, at least I read it somewhere, but for version 8.04 will have to several steps:
Setting Atheros AR5006EG card 802.11 b/g Wireless PCI Express acer aspire one
1. Install the kernel headers:
Setting Atheros AR5006EG card 802.11 b/g Wireless PCI Express acer aspire one
1. Install the kernel headers:
$ sudo apt-get install build-essential linux-headers-$(uname -r)2. Download and decompress from Atheros drivers for the console:
$ wget "http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6-current.tar.gz"3. Compile and install:
$ tar -xzvf madwifi-hal-0.10.5.6-current.tar.gz
$ cd madwifi-hal-0.10.5.6*/
$ make4. Edit the file /etc/modules:
$ sudo make install
$ sudo modprobe ath_pci
$ sudo gedit /etc/modules
And add ath_pci to the end, it shall be as follows:5. Restart and enjoy!, LED wireless not work, it takes other steps to make it turn. However the wireless card is already running, once restarted, in the upper right corner, you will get two computers (network manager), now left click on them and you will need to scan the wireless networks that are in our range.
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp
ath_pci
Comments