[14.1] iwn firmware fails to load after upgrade
Hi all, after upgrading to the current 14.1 release (+ pkg upgrade, bumping e.g. drm-kmod, but should be less relevant) (last known good/working version is: > uname -a FreeBSD [..] 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 ) `iwn_read_firmware` no longer appears in dmesg and iwn-based WLAN does no longer work. (wpa_supplicant fails to scan for WLANs, but the interface is present) Regards, Alain Emilia A. Zscheile
Re: [14.1] iwn firmware fails to load after upgrade
Hi, I now built stable/14 from source commit b90d68c9b28b0a458bdf4a963397817974ed0f90 > uname -a > FreeBSD burton 14.1-STABLE FreeBSD 14.1-STABLE stable/14-n269119-b90d68c9b28b GENERIC amd64 which works properly. Further testing on my end suggests that this isn't the kernel's fault, probably the pkg upgrade of wpa_supplicant in userspace is the problem. Regards, Alain Emilia A. Z. On 17.10.24 07:03, henrichhart...@tuta.io wrote: Hi Alain, Just wanted to say that iwn is still working for me on 14.1-RELEASE, so it shouldn't impact everyone. -Henrich Oct 16, 2024, 04:32 byfogti+f...@ytrizja.de: Hi all, after upgrading to the current 14.1 release (+ pkg upgrade, bumping e.g. drm-kmod, but should be less relevant) (last known good/working version is: > uname -a FreeBSD [..] 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 ) `iwn_read_firmware` no longer appears in dmesg and iwn-based WLAN does no longer work. (wpa_supplicant fails to scan for WLANs, but the interface is present) Regards, Alain Emilia A. Zscheile
Re: [14.1] iwn firmware fails to load after upgrade
I have confirmed that it gets fixed by removing the installed `wpa_supplicant` port and adjusting `/etc/rc.conf` appropriately. (the in-tree version is new enough for the GUI to work) Στις 17/10/24 11:19, ο/η Alain Emilia Anna Zscheile έγραψε: Hi, I now built stable/14 from source commit b90d68c9b28b0a458bdf4a963397817974ed0f90 > uname -a > FreeBSD burton 14.1-STABLE FreeBSD 14.1-STABLE stable/14-n269119-b90d68c9b28b GENERIC amd64 which works properly. Further testing on my end suggests that this isn't the kernel's fault, probably the pkg upgrade of wpa_supplicant in userspace is the problem. Regards, Alain Emilia A. Z. On 17.10.24 07:03, henrichhart...@tuta.io wrote: Hi Alain, Just wanted to say that iwn is still working for me on 14.1-RELEASE, so it shouldn't impact everyone. -Henrich Oct 16, 2024, 04:32 byfogti+f...@ytrizja.de: Hi all, after upgrading to the current 14.1 release (+ pkg upgrade, bumping e.g. drm-kmod, but should be less relevant) (last known good/working version is: > uname -a FreeBSD [..] 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 ) `iwn_read_firmware` no longer appears in dmesg and iwn-based WLAN does no longer work. (wpa_supplicant fails to scan for WLANs, but the interface is present) Regards, Alain Emilia A. Zscheile
Fwd: [14.1] VT fails after drm load
Hi all, On 14.1-RELEASE-p5 this worked correctly, but on FreeBSD burton 14.1-STABLE FreeBSD 14.1-STABLE stable/14-n269119-b90d68c9b28b GENERIC amd64 The following error occurs in dmesg: [drm] Initialized i915 1.6.0 20201103 for drmn0 on minor 0 VT: Driver priority 0 too low. Current 101 fbd0: not attached to vt(4) console; another device has precedence (err=17) and the display goes black until a display manager is started. Regards, Alain Emilia A. Z.