Hallo, Liste!
Also, dank Martin habe ich jetzt eine WPA-fähige WLAN-Karte. Die Karte funktioniert und ich kann meine WLAN mit WPA verschlüsseln.
Nun habe ich das Problem, daß die WLAN nicht automatisch startet. Oder, besser gesagt, beim booten wird wpa_supplicant NICHT gestartet.
Ich muß mich von der Konsole anmelden, /etc/init.d/networking stop und dann /etc/init.d/networking start aufrufen. Dann geht.
Warum aber startet sich wpa_supplicant nicht beim booten?
Hier mein /etc/network/interfaces:
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).
# The loopback network interface auto lo iface lo inet loopback
# The primary network interface auto wlan0 iface wlan0 inet manual wpa-driver wext wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface lucabert inet static address 192.168.10.4 netmask 255.255.255.0 network 192.168.10.0 broadcast 192.168.10.255 gateway 192.168.10.3 dns-nameservers 192.168.10.3 dns-search lucabert.intra post-up (/bin/rm -f /etc/resolv.conf; /bin/ln -s /etc/resolvLuca.conf /etc/resolv.conf)
Und hier mein wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant eapol_version=1 ap_scan=1
network={ ssid="lucabert" id_str="lucabert" scan_ssid=1 proto=WPA key_mgmt=WPA-PSK pairwise=TKIP group=TKIP psk="<mein WPA-Passwort>" }
Danke Luca Bertoncello (lucabert@lucabert.de)