-
Run
grml-x -force fluxboxas root once to auto-configure X11. -
Edit
/etc/X11/xorg.conf, uncomment the keyboard section and adjust your keyboard layout. -
-
Enable Ethernet by installing the
atl2package downloaded above withdpkg -i. Runmodprobe atl2 && dhclient.
-
-
-
apt-get install linux-headers-$(uname -r) wget -c http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz KERNELHEADERS=/usr/src/linux-headers-$(uname -r) make install modprobe ath_pci modprobe wlan_scan_sta -
If you don't like that, read http://forum.eeeuser.com/viewtopic.php?pid=47421#p47421 to see how to build a Debian package.
-
For WPA, I configured wpasupplicant manually. See http://wiki.debian.org/DebianEeePC/HowTo/Wifi.
-
-
Upgrade the system:
apt-get update && apt-get upgrade -
Set the timezone:
dpkg-reconfigure tzdata -
Adjust
/etc/grml/autoconfig. -
-
apt-get install module-assistant luvcview m-a update RELAX_CC_CHECK=1 m-a a-i linux-uvc modprobe uvcvideo
-
-
-
Create a file with contents
options snd-hda-indel model=3stack-digin/etc/modprobe.d.
-
-
-
TBD
-
-
-
Read http://wiki.debian.org/DebianEeePC/HowTo/Install and http://wiki.debian.org/DebianEeePC/TipsAndTricks, most of it applies.
-
In /etc/sysctl.conf, set
-
vm.swappiness = 0 vm.dirty_writeback_centisecs = 1500
-
-
In
/etc/fstab, set/tonoatime,commit=30,errors=remount-ro. Don't forget to disablegrml-rebuildfstabin/etc/grml/autoconfig!
-