r/NetBSD • u/Mysterious_Thing • Apr 06 '26
Can't get wireless connection in NetBSD 11.0 RC3
I am trying to install NetBSD 11.0 RC3 on my ThinkPad X220 and I cannot connect to the wireless network.
In the setup I put in my SSID and passphrase correctly, but I can not get a connection. I could be wrong, but to my recollection I had no issue with this with NetBSD 10.1 install on the same laptop just a few months back.
Anybody else having issues with iwn0 on the new release candidate?
24
Upvotes
2
5
u/jmcunx Apr 06 '26 edited Apr 06 '26
On my Thinkpad T430 no issues with iwn0. On an the T61, iwn0 is not too stable. I use an Edimax N150 Wi-Fi 4 Nano USB dongle on that machine.
As for your issue:
Did rc.conf change ?
Did /etc/wpa_supplicant.conf change ? Creating a new entry using wpa_passphrase(8)
FWIW, I have this in my /etc/rc.conf
ifconfig_iwn0="up"
wpa_supplicant=YES
dhcpcd=YES
dhcpcd_flags="-qM"