How to configure Hardy
From EasyPeasy Wiki
Please note
This article is only kept for historical reference. It does not contain information concerning Easy Peasy
Automatic configuration by script
The script fixes the Wifi, Sound, Halt on und does some OSD changes.
Download and Installation
wget http://www.x2on.de/eeepc/ubuntueeetweak.sh chmod +x ubuntueeetweak.sh sudo ./ubuntueeetweak.sh
Manual configuration
ACPI with .deb:
http://www.x2on.de/eeepc/eeepc-acpi-module-2.6.24-16-generic.deb
Manual ACPI
sudo apt-get install module-assistant eeepc-acpi-source sudo m-a a-i eeepc-acpi sudo sh -c 'echo eeepc-acpi >> /etc/modules'
Wifi
sudo apt-get install build-essential wget 'http://snapshots.madwifi.org/special/madwifi-nr-r3366+ar5007.tar.gz' tar zxvf madwifi-nr-r3366+ar5007.tar.gz cd madwifi-nr-r3366+ar5007 make clean make sudo make install sudo reboot
By additional problems with the Wifi
gksudo gedit /etc/modules
Add at the end:
ath_pci
And save.
Wired Networking
If you experience problems with wired network:
Strip of network and power Remove battery
And
Install the battery Plug in network and power
Not a joke. ;)
Problems with Shutdown
By problems with the shutdown:
sudo gedit /etc/init.d/halt
Add a new line after "### END INIT INFO"
rmmod snd-hda-intel
Can't mount the SD Device
sudo gedit /etc/fstab
Comment (# /media/cdrom0) or delete the line starts with
/media/cdrom0
Sound
sudo gedit /etc/modprobe.d/snd-hda-intel
delete everything else that is in there and add:
options snd-hda-intel model=3stack-dig
Fonts
Use small Fonts:
gconftool-2 --set /apps/nautilus/preferences/desktop_font --type string "Sans 8" gconftool-2 --set /desktop/gnome/interface/document_font_name --type string "Sans 8" gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 8" gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 8" gconftool-2 --set /desktop/gnome/interface/monospace_font_name --type string "Monospace 8" gconftool-2 --set /apps/panel/toplevels/top_panel_screen0/size --type integer 19 gconftool-2 --set /apps/panel/toplevels/bottom_panel_screen0/size --type integer 19
Faster boot
sudo gedit /boot/grub/menu.lst
Add after "defoptions=quiet splash" by the first boot option:
clocksource=hpet
Update GRUB
sudo update-grub
AptonCd via usb
to mount usb devices including external hard drives and cd/dvd rom drives in ubuntu-eee.
open terminal type sudo nautilus and enter your password when asked
change this line in /etc/fstab from: # /dev/sdc1 /media/cd0 udf,iso9660 user,noauto,exec,utf8 0 0
To: # /dev/sdc1 /media/usb udf,iso9660 user,noauto,exec,utf8 0 0
I have found this to work on my Medion e1210 netbook.
Webcam doesn't start
Check the BIOS Setting
OS-Installation => Finished
Webcam software
A good webcam software is cheese:
sudo apt-get install cheese
Adobe Flash Firefox plugin
sudo apt-get install flashplugin-nonfree
Additional Links

