ich habe schon sämtliche Tipps in den vielen Beiträgen zu diesem Thema ausprobiert, leider ohne Erfolg. Wenn ich den wpa_supplicant starte bekomme ich die folgende Meldung und kann den Router nicht anpingen.
Code: Alles auswählen
debian:/home/markus# wpa_supplicant -B -Dmadwifi -c/etc/wpa_supplicant.conf -dd -iath0
Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver 'madwifi'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ap_scan=1
ctrl_interface='/var/run/wpa_supplicant'
Line: 6 - start of a new network block
ssid - hexdump_ascii(len=8):
57 6c 61 6e 48 6f 6d 65 WlanHome
scan_ssid=1 (0x1)
PSK - hexdump(len=32): [REMOVED]
Priority group 0
id=0 ssid='WlanHome'
Initializing interface (2) 'ath0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
ioctl[SIOCSIWPMKSA]: Operation not supported
Own MAC address: 00:80:5a:22:5f:c4
wpa_driver_madwifi_del_key: keyidx=0
wpa_driver_madwifi_del_key: keyidx=1
wpa_driver_madwifi_del_key: keyidx=2
wpa_driver_madwifi_del_key: keyidx=3
wpa_driver_madwifi_set_countermeasures: enabled=0
wpa_driver_madwifi_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 100000 usec
Daemonize..
Code: Alles auswählen
debian:/home/markus# route
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.0 U 0 0 0 ath0
default 192.168.0.1 0.0.0.0 UG 0 0 0 ath0
debian:/home/markus#
Meine /etc/network/interfaces sieht wie folgt aus
Code: Alles auswählen
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
name Ethernet LAN-Karte
#WLAN
#auto ath0
iface ath0 inet static
name Drahlose LAN-Karte
address 192.168.0.101
netmask 255.255.255.0
broadcast 192.168.0.255
network 192.168.0.0
gateway 192.168.0.1
wireless_ap 00:0F:3D:97:48:A1
wireless_essid WlanHome
Code: Alles auswählen
ap_scan=1
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="WlanHome"
scan_ssid=1
#psk="MarkusundDanielaundHenry"
psk=b3d44058868a209490f971ef9abaf409c1cd05eb99a0a3bdcacb4d832bee4ad8
}
Danke im voaus
P.S. Mein System ist ein 64 Bit Sid mit 2.6.11er Kernel