https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287625
Bug ID: 287625
Summary: iwlwifi: kernel panic: ax210 / wpa_supplicant trying
connect to 802.11ac
Product: Base System
Version: 14.3-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: wireless
Assignee: [email protected]
Reporter: [email protected]
Created attachment 261366
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=261366&action=edit
core file
Hi! I have a WiFi card AX210 from AliExpress. Marking:
Mini PCI-E Wi-Fi 6E Card
Model: MPE-AXE3000H
P/N: 219250102
# pciconf -lv
iwlwifi0@pci0:7:0:0: class=0x028000 rev=0x1a hdr=0x00 vendor=0x8086
device=0x2725 subvendor=0x8086 subdevice=0x0024
vendor = 'Intel Corporation'
device = 'Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak]'
class = network
# uname -a
FreeBSD sony 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7
GENERIC amd64
# cat rc.conf
netif_enable="NO"
wpa_supplicant_flags="-s -t -dd"
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA DHCP"
create_args_wlan0="country RU regdomain NONE mode 11a"
wlandebug_wlan0="+state +node +auth +assoc +dot1xsm +wpa +scan"
# cat wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=2
ap_scan=1
#fast_reauth=1
network={
scan_ssid=1
ssid="test5ghz"
psk="test5ghz"
key_mgmt=WPA-PSK
proto=WPA RSN
}
loader.conf:
compat.linuxkpi.80211.hw_crypto=1
compat.linuxkpi.iwlwifi_11n_disable=1
compat.linuxkpi.iwlwifi_disable_11ac=0
boot_verbose="YES"
kern.msgbufsize=1146880
When connecting to an access point using 802.11ac (service netif start) I get a
kernel panic:
panic: page fault
cpuid = 2
time = 1750195319
KDB: stack backtrace:
#0 0xffffffff80ba8f1d at kdb_backtrace+0x5d
#1 0xffffffff80b5aa11 at vpanic+0x161
#2 0xffffffff80b5a8a3 at panic+0x43
#3 0xffffffff8104db7a at trap_pfault+0x3da
#4 0xffffffff81023d88 at calltrap+0x8
#5 0xffffffff80ce85ed at ieee80211_sta_join+0x34d
#6 0xffffffff80cdc35c at ieee80211_ioctl_setmlme+0x13c
#7 0xffffffff80cda18d at ieee80211_ioctl_set80211+0x9ad
#8 0xffffffff80cd89d6 at ieee80211_ioctl+0x2e6
#9 0xffffffff80c7feb0 at ifioctl+0x8b0
#10 0xffffffff80bca165 at kern_ioctl+0x255
#11 0xffffffff80bc9eb1 at sys_ioctl+0x101
#12 0xffffffff8104e4c7 at amd64_syscall+0x117
#13 0xffffffff8102469b at fast_syscall_common+0xf8
If I disable 802.11ac in sysctl or in the access point settings, leaving only
802.11n (5 GHz), the kernel panic does not occur.
Also, the kernel panic does not occur if the wrong ssid is specified in
wpa_supplicant.conf.
--
You are receiving this mail because:
You are the assignee for the bug.