Hallo und gleich zum eigentlichen Thema:
Unter meinem frisch geupdatetem Ubuntu 6.06.1 (vorher wars 6.06, gleicher Fehler) funktioniert das Wlan (ipw2200) mal auf Anhieb, mal erst nach versetzen der Karte in den Monitor-Mode und wieder zurück, und mal garnicht. Wenn es jedoch läuft klappt alles wunderbar und ohne Abbrüche oder sonstige Probleme. Die Entscheidung über sein oder nicht sein fällt schon beim Systemstart, kaum is gnome up-and-running sehe ich schon oben rechts ob eine Verbindung besteht oder nicht.

Hier mal meine /etc/network/interfaces:
Code:
black@blacklap:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

iface eth1 inet dhcp
pre-up /sbin/wpa_supplicant -D wext -i eth1 -c /etc/wpa_supplicant/wpa_supplicant.conf -Bw; sleep 8;
post-down killall -q wpa_supplicant
auto eth1

auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
black@blacklap:~$

und hier die wpa_supplicant.conf:
Code:
black@blacklap:~$ cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
#eapol_version=1
ap_scan=1
network={
        ssid="secret"
        scan_ssid=1
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP
        group=CCMP
        #psk="ichbintotalgeheim"
        psk=PPPPPPPSSSSSSSSSSSSKKKKKKKKKKKKKKKKKKKKKKK
}
black@blacklap:~$

Der Router ist ein WRT54GS mit HyperWRT Thibor Firmware. Unter Windows habe ich keinerlei Probleme mit der Wlan-Verbindung. Bei der Verschlüsselung kommt WPA2 zum Einsatz, weitere Clients sind nur per LAN-Kabel direkt angeschlossen.


Also wo liegt der Fehler?

Danke schonmal für euere Hilfe,
mfg BlackWizard