[Bug 263613] iwlwifi0 on framework laptop crashes when setting IP
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263613] iwlwifi0 on framework laptop crashes when setting IP"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Apr 2022 00:46:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263613
Chris Hutchinson <portmaster@bsdforge.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |portmaster@bsdforge.com
--- Comment #7 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Jonathan Vasquez from comment #2)
Not sure if it matters. But in my case. I need to blacklist
if_iwm(4):
devmatch_blacklist="if_iwm.ko"
then I add if_iwlwifi to my kld_list.
So
wlans_iwlwifi0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
devmatch_blacklist="if_iwm.ko"
kld_list="if_iwlwifi"
Maybe this might help?
I don't crash. :-)
--
You are receiving this mail because:
You are the assignee for the bug.