most of the stuff on the community page (here)is relevant. But I had to do some stuff from the Hardy section as well.
/etc/default/linux-restricted-modules-common:
/etc/modules:
/etc/modprobe.d/aspireone:
also download the jmbXXXX script:
FOR SOUND:
/etc/modprobe.d/options:
FOR WIFI:
installing madwifi-hal:
- WIFI Lights
- SD Card stuff
- Webcam stuff
- Audio
- WIFI Module
- XOrg.conf optimisations
#WIFI lights
sysctl -w dev.wifi0.ledpin=3
sysctl -w dev.wifi0.softled=1
#exec SD card script
/usr/local/sbin/jmb38x_d3e.sh &>/var/log/jmb38x_d3e.log &
exit 0DISABLED_MODULES="ath_hal"fuse lp ath_pci pciehp
#################################################################### # Module options for the Acer AspireOne # # Enable USB card reader options pciehp pciehp_force=1 install sdhci for i in 2381 2382 2383 2384; do /usr/bin/setpci -d 197b:$i AE=47; done; /sbin/modprobe --ignore-install sdhci
wget http://petaramesh.org/public/arc/projects/AcerOne_Ubuntu/jmb38x_d3e.sh
sudo chmod 754 jmb38x_d3e.sh
sudo mv jmb38x_d3e.sh /usr/local/sbin/# enable sound after suspend on Aspire One LP#249961 options snd-hda-intel model=acer
wget http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6-current.tar.gz sudo apt-get install build-essential linux-headers-$(uname -r) mkdir madwifi-hal-current tar -xzf madwifi-hal-0.10.5.6-current.tar.gz cd madwifi-hal-0.10.5.6*/ make make install modprobe ath_pci
XORG TWEAKS
Note that when i used the second monitor the xor.conf was re-written with a virtual screen section - compiz didnt work with this and i replaced the xorg.conf contents with the stuff below. /etc/X11/xorg.conf:Section "Device" Identifier "Configured Video Device" Option "MonitorLayout" "LVDS,VGA" Option "Clone" "true" Option "AccelMethod" "EXA" Option "MigrationHeuristic" "greedy" VideoRam 229376 Option "CacheLines" "1980" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" EndSection