[Bug 274382] iwlwifi Invalid TXQ id
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274382] iwlwifi Invalid TXQ id"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 21:06:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274382
rkoberman@gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rkoberman@gmail.com
--- Comment #16 from rkoberman@gmail.com ---
Just to update the status of my recent testing (at the request of bz@), I have
determined that the error seems tied to some interaction between in the lkpi.
If loading either i915drm or if_iwlwifi is delayed in loading automatically
during boot and loaded from the command line, the problem has not occurred in
multiple system boots.
x".
If I manually load i915kms, all I need to do is kldload it and "startx". If I
load if_iwlwifi, I need to "service netif start wlan0" followed by "service
local_unbound start". All other network pieces (dhclient and wpa_supplicant)
are started by netif.
Normally, i915kms is loaded from the kld_list in /etc/rc.conf. It is "cpuctl
acpi_ibm acpi_video i915kms filemon". I know that the modules are loaded in
their order in the list, but I doubt that it is in any way significant.
--
You are receiving this mail because:
You are on the CC list for the bug.