up:
  1. Run grml-x -force fluxbox as root once to auto-configure X11.

  2. Edit /etc/X11/xorg.conf, uncomment the keyboard section and adjust your keyboard layout.

    1. Enable Ethernet by installing the atl2 package downloaded above with dpkg -i. Run modprobe atl2 && dhclient.

    1. 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
      
    2. If you don't like that, read http://forum.eeeuser.com/viewtopic.php?pid=47421#p47421 to see how to build a Debian package.

    3. For WPA, I configured wpasupplicant manually. See http://wiki.debian.org/DebianEeePC/HowTo/Wifi.

  3. Upgrade the system: apt-get update && apt-get upgrade

  4. Set the timezone: dpkg-reconfigure tzdata

  5. Adjust /etc/grml/autoconfig.

    1. apt-get install module-assistant luvcview
      m-a update
      RELAX_CC_CHECK=1 m-a a-i linux-uvc
      modprobe uvcvideo
      
    1. Create a file with contents options snd-hda-indel model=3stack-dig in /etc/modprobe.d.

    1. TBD

    1. In /etc/sysctl.conf, set

      1. vm.swappiness = 0
        vm.dirty_writeback_centisecs = 1500
        
    2. In /etc/fstab, set / to noatime,commit=30,errors=remount-ro. Don't forget to disable grml-rebuildfstab in /etc/grml/autoconfig!

  6. DWM