I am not using madwifi. I did clean install of openSUSE 11.0, downloaded kernel 2.6.26, enabled atheros driver, compiled and installed.
Atheros was immediately reckognized, and I set it up.
Now, I added wpa_supplicant.conf in this manner:
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
network={
ssid="varnus"
scan_ssid=1
proto=WPA
pairwise=TKIP
key_mgmt=WPA-PSK
psk="secret passphrase"
}
butm it just rolls over nothing as usual.
Code:
RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])
Wireless event: cmd=0x8b19 len=8
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (broadcast SSID)
Scan requested (ret=0) - scan timeout 30 seconds
Do I really need MadWiFi, since I have kernel driver?
Bookmarks