# Die Ubuntu-Jaunty Basis scheint schon alles zu haben was das Asus Eee 1000HE kann. # Installiert habe ich den Ubuntu Netbook Remix via Netzwerkboot (PXE). # Installiert wurde: # 250MB /boot, ext4 # Rest LVM, verschluesselt, alles im Installer: # 10 GB crypted -> / # 10 GB crypted -> /home # 2 GB crypted, random Key, swap # # Auf Anhieb funktierten: # - WLAN # - LAN # - Sound # - ACPI-Keys # - F1: Sleep # - Mute, Vol+, Vol- # - Sondertaste x schaltet Bildschirm ab mitsamt Screenlock # - Kamera # Nicht funktionierten: # - ACPI # - WLAN ein/aus # - Bluetooth ein/aus (soll der gleiche Schalter wie WLAN sein) # Nicht getestet: # - Bluetooth, btusb wird aber geladen und ein Bluetoothicon angezeigt # # Die Informationen sind aus den verschiedenen Foren zusammen getragen, allerdings sind # viele dort genannte Schritte mit 9.04 nicht mehr noetig. Ein guter Einstieg ist # http://www.eeewiki.de/index.php/Ubuntu_9.04_Jaunty_Jackelope # # root@c3po:~# lspci # 00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03) # 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) # 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) # 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) # 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) # 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) # 00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02) # 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) # 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) # 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) # 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) # 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) # 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) # 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) # 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02) # 01:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01) # 03:00.0 Ethernet controller: Attansic Technology Corp. L1e Gigabit Ethernet Adapter (rev b0) # Das Gigabit Ethernet ist allerdings nicht herausgefuehrt, stattdessen gibt es einen 100MBit/s USB-Ethernet Adapter # # root@c3po:~# lsusb # Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub # Bus 001 Device 003: ID 04f2:b071 Chicony Electronics Co., Ltd # Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub # Bus 005 Device 002: ID 0b05:b700 ASUSTek Computer, Inc. # Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub # Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub # Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub # # Fehlende Pakete aptitude install vim msmtp mutt offlineimap resolvconf aptitude install network-manager-openvpn network-manager-pptp network-manager-vpnc gnome-ppp aptitude install dkms wget http://www.informatik.uni-bremen.de/~elmurato/EeePC/asus-eee-dkms_3.0_all.deb dpkg -i asus-eee-dkms_3.0_all.deb echo "i2c-i801 asus_eee" >> /etc/modules echo "blacklist asus_eee" >> /etc/modprobe.d/blacklist-local.conf # Ctrl-Alt-Backspace: aptitude install dontzap dontzap --disable