So, grüße aus der Ubuntu-Welt

:
Ja, Ubuntu läuft, und zwar mit WLAN und WPA (unter 5.10 war das unmöglich: WLAN ging nur ohne Verschlüsselung und kein Linux-Pro konnte mir sagen warum :'().
Aber ein paar Probleme hab ich noch, nach dem Reboot...
-ist immer Eth0 aktiv und Wlan0 deaktiviert, wie ändere ich das?
-der wpa-supplicant ist in "/etc/network/interfaces" eingetragen, trotzdem muss ich ihn von Hand starten, warum?
So sieht meine interfaces-Datei aus:
auto lo
iface lo inet loopback
iface eth0 inet dhcp
auto eth1
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet static
pre-up /etc/init.d/wpasupplicant start
pre-up sleep 5
address 192.168.178.55
netmask 255.255.0.0
gateway 192.168.178.1
wireless-essid MYWLAN