don't know where to post this elsewhere - just thought I share my issue and solution...
Mageia 3
Machine: Lenovo thinkpad X61
- Code: Select all
# lsmod | grep iwl
shows
iwl4965 99617 0
iwlegacy 71996 1 iwl4965
mac80211 516080 2 iwl4965,iwlegacy
cfg80211 500693 3 iwl4965,iwlegacy,mac80211
draknetcenter shows
Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron]
:
WPA/WPA2 Pre-shared key
:
[ ] Allow user to manage network connection (translated from German...)
[x] Start connection during boot (translated from German...)
[ ] Activate traffic accounting (translated from German...)
[X] Allow Network Manager to manage connection (translated from German...)
[X] Allow access point roaming (translated from German...)
:
dmesg showed (among other)
- Code: Select all
wlan0: authenticated
wlan0: associate with 00:xx:xx:xx:xx:xx (try 1/3)
wlan0: RX AssocResp from 00:xx:xx:xx:xx:xx (capab=0x411 status=0 aid=2)
wlan0: associated
wlan0: disassociating from 00:xx:xx:xx:xx:xx by local choice (reason=3)
When I finally - after two hours of fooling around - killed the NetworkManager process in KSysGuard all a sudden the connection could be established.
Maybe
- someone knows why and can make this work automatically somewhere down the line
- someone finds this helpful
Wolf