OK, first and foremost, I am a complete Linux noob. However, I would like to try and get Ubuntu up and running on my AAO. So far, so good, 8.10 is installed and working well, but the wireless refuses to get up and working. After installing Ubuntu, I began following the instructions here: [URL]https://help.ubuntu.com/community/AspireOne[/URL] So I make sure I am doing it right, let me recap. First, I open the terminal and copy : wget [url="http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6-current.tar.gz"]http://snapshots.madwifi-project.org/ma ... ent.tar.gz[/url] and let it do it's thing. Then I enter the following into the terminal: sudo apt-get install build-essential linux-headers-$(uname -r) tar -xzf madwifi-hal-0.10.5.6-current.tar.gz cd madwifi-hal-0.10.5.6*/ And then finally: make sudo make install modprobe ath_pci Once these have finished, nothing seems to have changed. SO I continue and enter the following: # /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 However, as it runs it's little thing, when it gets to 'fuse', the next line is 'bash: fuse: command not found' and after lp, the line reads 'lp: Error- no default destination available.' Then when I try to get the LED's working, the above page says to 'create /etc/pm/sleep.d/00wireless', but when I try to create it in that folder, I am told I do not have permission. HELP!