[Bug 271979] bsdinstall(8): iwlwifi(4): system crash when authenticating for Wi-Fi: panic: lkpi_sta_auth_to_scan: lsta 0x... state not NONE: 0, nstate 1 arg 1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Oct 2023 21:20:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271979 --- Comment #25 from Bjoern A. Zeeb <bz@FreeBSD.org> --- Hi, if you get either one or both of: (a) panic: lkpi_sta_auth_to_scan: ... (or other state names) (b) ieee80211_new_state_locked: pending SCAN -> AUTH transition lost (or other state names) could you apply the following patch: https://people.freebsd.org/~bz/wireless/20231025-01-80211-newstate.diff which will (1) give more information and (2) disable an extra case and report back. Note: the "ieee80211_new_state_locked:2682: RUN -> INIT (INIT) transition discarded" loggings are generally not interesting but I enabled them for the full picture. -- You are receiving this mail because: You are on the CC list for the bug.