On 08/19/17 11:35, Stefan Sperling wrote:
On Sat, Aug 19, 2017 at 11:12:04AM +0200, Alexis de BRUYN wrote:
After an 6.1 upgrade (from 6.0-release to 6.1-release) on my Lenovo X230
laptop, I can't get my wireless connection working anywore on different kind
of access points or ISP boxes. Same problem on 6.1-current
My guess is that your AP is using WPA1. Is this correct?
On my DLINK DAP-2310 with the last firmware, the WPA mode is WPA2 Only.
I cannot check with other AP today.
WPA1 has been disabled by default because it is not secure.
Make sure your AP is using WPA2 (sometimes called "AES" by vendors).
Only if you cannot change the AP, try: ifconfig iwn0 wpaprotos wpa1,wpa2
$ sudo ifconfig iwn0 wpaprotos wpa1,wpa2
$ sh /etc/netstart iwn0
DHCPREQUEST on iwn0 to 255.255.255.255
DHCPREQUEST on iwn0 to 255.255.255.255
DHCPACK from 192.168.0.51 (ec:a8:6b:ff:15:4e)
bound to 192.168.0.9 -- renewal in 900 seconds.
But not working with
$ sudo ifconfig iwn0 wpaprotos wpa2
$ sudo sh /etc/netstart iwn0
iwn0: no link ........... sleeping
Please also show the output of 'ifconfig iwn0 scan' and show any
additional messages produced in /var/log/messages after running
'ifconfig iwn0 debug'.
$ sudo ifconfig iwn0 scan
iwn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 60:67:20:43:86:aa
index 2 priority 4 llprio 3
groups: wlan
media: IEEE802.11 autoselect (autoselect mode 11a)
status: no network
ieee80211: nwid my_ssid wpakey [...] wpaprotos wpa2 wpaakms psk
wpaciphers ccmp wpagroupcipher ccmp
$ sudo ifconfig iwn0 debug
$ tail -f /var/log/messages
Aug 19 14:48:29 lt4-alexis /bsd: iwn0: end passive scan
Aug 19 14:48:29 lt4-alexis /bsd: - 54:b8:0a:39:df:48 1! +233 54M
ess privacy rsn! "my_ssid"
--
Alexis de BRUYN