With the release of FreeBSD 15 and all this exciting news about WiFi improvements around Intel (more specifically iwlwifi), I decided to do some testing. I had an old Lenovo laptop laying around (with a Intel 8260 card) and decided to give it a crack in a live system. Much to my surprise after loading iwlwifi I was able to connect to my 5G wireless network (ac), which according to the man page isn't even supported (its only supported on 2000 series cards) - https://man.freebsd.org/cgi/man.cgi?iwlwifi(4)
Unfortunately, after the installation and first boot, the surprise turned to disappointment as it wouldn't connect.
To remove any potential user error of threw together a quick script that automate connecting to my network and I can confirm, that something seems broken post install...
Tested against:
1) A fresh boot of a Live environment
2) A fresh boot after an offline install (Installed environment). I had to manually copy the firmware files across because for some reason the installer copies the iwm firmware but not the iwlwifi firmware; go figure.
Attached is the basic connection script that uses wpa_supplicant
Messages logs from both Live and Installed enviroments
Looking at the Installed environment, I can see that the connection fails after the interface comes up which is followed by a Linuxpki error.
I've done some basic troubleshooting. Copied all loader configs, sysctl configurations and rc.conf (although its not used here). I compared the SHAs for all LinuxKPIs files, if_iwlifif and the firmware files in both environments,,,,, everything matches.
Thinking about logging a bug, but wondering if anyone has experienced this?
Unfortunately, after the installation and first boot, the surprise turned to disappointment as it wouldn't connect.
To remove any potential user error of threw together a quick script that automate connecting to my network and I can confirm, that something seems broken post install...
Tested against:
1) A fresh boot of a Live environment
2) A fresh boot after an offline install (Installed environment). I had to manually copy the firmware files across because for some reason the installer copies the iwm firmware but not the iwlwifi firmware; go figure.
Attached is the basic connection script that uses wpa_supplicant
Messages logs from both Live and Installed enviroments
Looking at the Installed environment, I can see that the connection fails after the interface comes up which is followed by a Linuxpki error.
Dec 4 17:15:17 freebie kernel: wlan0: Ethernet address: a4:34:d9:c5:73:49
Dec 4 17:15:19 freebie kernel: iwlwifi0: Not associated and the time event is over already...
Dec 4 17:15:19 freebie kernel: iwlwifi0: linuxkpi_ieee80211_connection_loss: vif 0xfffffe00a8c53f00 vap 0xfffffe00a8c53010 state ASSOC (synched 1, assoc 0 beacons 0 dtim_period 0)
I've done some basic troubleshooting. Copied all loader configs, sysctl configurations and rc.conf (although its not used here). I compared the SHAs for all LinuxKPIs files, if_iwlifif and the firmware files in both environments,,,,, everything matches.
Thinking about logging a bug, but wondering if anyone has experienced this?