Ich versuche mit dem aktuellen Kernel 2.6.26, Lenny und einem Atheroschip AR5413 eine Wlan-Verbindung herzustellen.
Mit dem neuen Kernel scheint ath5k sauber geladen zu werden. Ich kann mein Netzwerk scannen. Aber eine Verbindung funktioniert trotzdem nicht. Hat das von euch schon jemand gelöst?
Meine /etc/network/interfaces:
Code: Alles auswählen
iface ath0 inet static
address 192.168.0.3
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.254
wpa-conf /etc/wpa_supplicant.conf
Code: Alles auswählen
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=2
#für WPA
network={
ssid="lilalan"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
psk="privat"
}
Code: Alles auswählen
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 4 value 0x0
Code: Alles auswählen
ath0 IEEE 802.11 ESSID:"lilalan"
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=23 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Encryption key:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Grüße,
jm78