[Bug 274382] iwlwifi Invalid TXQ id (FIXED)
- 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: Mon, 13 Oct 2025 06:12:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274382
Dirk Meyer <dinoex@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Open |Closed
Resolution|--- |FIXED
--- Comment #113 from Dirk Meyer <dinoex@FreeBSD.org> ---
# pciconf -lv iwlwifi0
iwlwifi0@pci0:2:0:0: class=0x028000 rev=0x81 hdr=0x00 vendor=0x8086
device=0x3165 subvendor=0x8086 subdevice=0x4010
vendor = 'Intel Corporation'
device = 'Wireless 3165'
class = network
Thanks for pointing out the issue with the conflicting chipsets.
Cleanup:
# pkg delete net/wifi-firmware-iwlwifi-kmod
# fwget
Needed firmware packages: 'wifi-firmware-iwlwifi-kmod-7000'
# pkg info -g '*iw*'
wifi-firmware-iwlwifi-kmod-7000-20241017.1403000_2
Oct 13 08:04:00 b2 kernel: Loading kernel modules: /boot/modules/i915kms.ko
if_iwlwifi
Oct 13 08:04:00 b2 kernel: iwlwifi0: <iwlwifi> mem 0xdf100000-0xdf101fff irq 17
at device 0.0 on pci2
Oct 13 08:04:00 b2 kernel: iwlwifi0: Detected crf-id 0x0, cnv-id 0x0 wfpm id
0x0
Oct 13 08:04:00 b2 kernel: iwlwifi0: PCI dev 3165/4010, rev=0x210,
rfid=0xd55555d5
Oct 13 08:04:00 b2 kernel: iwlwifi0: Detected Intel(R) Dual Band Wireless AC
3165
Oct 13 08:04:00 b2 kernel: iwlwifi0: successfully loaded firmware image
'iwlwifi-7265D-29.ucode'
Oct 13 08:04:00 b2 kernel: iwlwifi0: Found debug destination: EXTERNAL_DRAM
Oct 13 08:04:00 b2 kernel: iwlwifi0: Found debug configuration: 0
Oct 13 08:04:00 b2 kernel: iwlwifi0: loaded firmware version 29.f2390aa8.0
7265D-29.ucode op_mode iwlmvm
Oct 13 08:04:00 b2 kernel: iwlwifi0: Applying debug destination EXTERNAL_DRAM
Oct 13 08:04:00 b2 kernel: iwlwifi0: Allocated 0x00400000 bytes for firmware
monitor.
Oct 13 08:04:00 b2 kernel: iwlwifi0: base HW address: 00:db:df:60:fd:d8, OTP
minor version: 0x0
Oct 13 08:04:00 b2 kernel: iwlwifi0: Applying debug destination EXTERNAL_DRAM
Oct 13 08:04:00 b2 kernel: iwlwifi0: FW already configured (0) - re-configuring
Oct 13 08:04:00 b2 kernel: parent interface: iwlwifi0
Oct 13 08:04:00 b2 kernel: Autoloading module: if_iwm
Oct 13 08:04:00 b2 kernel: wlan0: Ethernet address: 00:db:df:60:fd:d8
Oct 13 08:04:00 b2 kernel: Created wlan(4) interfaces: wlan0.
Oct 13 08:04:00 b2 kernel: wlan0: link state changed to UP
Oct 13 08:04:00 b2 kernel: Starting Network: lo0 em0 wlan0.
Oct 13 08:04:00 b2 kernel: wlan0:
flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
Oct 13 08:04:00 b2 kernel: inet6 fe80::2db:dfff:fe60:fdd8%wlan0 prefixlen
64 scopeid 0x3
Oct 13 08:04:00 b2 kernel: groups: wlan
Oct 13 08:04:00 b2 kernel: parent interface: iwlwifi0
Oct 13 08:04:00 b2 kernel: Autoloading module: if_iwm
Oct 13 08:04:00 b2 kernel: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
Oct 13 08:05:01 b2 wpa_supplicant[367]: wlan0: RSN: Group rekeying completed
with 2c:3a:fd:1e:53:07 [GTK=CCMP]
No issues remaining, network in/out working as expected.
--
You are receiving this mail because:
You are on the CC list for the bug.