Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-16 Thread thierry.bothorel
Creating iwlwifi.conf file with this line was the "recommended" workaround to 
"yoyo" Debian bug  966218 firmware: failed to load iwl-debug-yoyo.bin (-2)Cdt.

Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-12 Thread Jan Stolarek
Hi all,

Just to add to the discussion, I ran into the same problem after upgrading 
stable Debian from 12.2 
to 12.4, i.e. from kernel 6.1.0-13 to 6.1.0-15. Similary to others, I have in 
the past created a 
file /etc/modprobe.d/iwlwifi.conf with a single line:

  options iwlwifi enable_ini=N

Luckily, I have notes that record a rationale for this. Without this file, on 
every boot there 
were these spurious error messages:

  firmware: failed to load iwl-debug-yoyo.bin (-2)
  Direct firmware load for iwl-debug-yoyo.bin failed with error -2

Creating iwlwifi.conf with said contents silenced those messages. After the 
upgrade to 6.1.0-15:

  * the line "options iwlwifi enable_ini=N" prevents wifi from working
  * removing the file entirely enables wifi but also brings back above error 
messages about 
firmware
  * replacing "enable_ini=N" with "enable_ini=0" silences the messages and 
allows wifi to work

Hope this helps,
Janek



Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-10 Thread Salvatore Bonaccorso
Hi,

On Sun, Dec 10, 2023 at 03:40:30PM +0100, Prabin Dahal wrote:
> Hi,
> 
> I also had iwlwifi.conf in /etc/modprobe.d/ folder. I guess, the wifi
> connection was dropping randomly and I followed a stackoverflow answer
> where it suggested to add `enable_ini=N`to prevent the firmware to crash.
> 
> Thank you for the information. I removed that file and now the wifi works
> on my machine.

Thanks for reporting back!

Regards,
Salvatore



Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-10 Thread Prabin Dahal
Hi,

I also had iwlwifi.conf in /etc/modprobe.d/ folder. I guess, the wifi
connection was dropping randomly and I followed a stackoverflow answer
where it suggested to add `enable_ini=N`to prevent the firmware to crash.

Thank you for the information. I removed that file and now the wifi works
on my machine.


On Thu, Dec 7, 2023 at 4:50 PM Salvatore Bonaccorso 
wrote:

> Hi Rémi,
>
> On Thu, Dec 07, 2023 at 03:29:15PM +0100, Rémi Letot wrote:
> > Salvatore Bonaccorso  writes:
> >
> > > On Thu, Dec 07, 2023 at 10:36:58AM +0100, Rémi Letot wrote:
> > >>
> > >> Hello,
> > >>
> > >> /etc/modprobe.d/iwlwifi.conf contains one line:
> > >>
> > >> options iwlwifi enable_ini=N
> > >>
> > >>
> > >> ~ $ LANG=C dpkg -S iwlwifi.conf
> > >> dpkg-query: no path found matching pattern *iwlwifi.conf*
> > >>
> > >> I can't remember creating that file myself, but it's from two years
> ago,
> > >> so it's possible...
> > >>
> > >> ~ $ ls -l /etc/modprobe.d/iwlwifi.conf
> > >> -rw-r--r--   1 root   root   29 2021-08-02  2021
> /etc/modprobe.d/iwlwifi.conf
> > >
> > > I guess so it was created manually some time ago then. No package
> > > provides it, and I found via short search that some forumposts or
> > > articles suggest the enable_ini=N value for people having instability
> > > with iwlwifi.
> >
> > Indeed, I found my installation notes for that laptop, and I manually
> > created the file.
> >
> > I removed it, rebooted, and iwlwifi now works fine on 6.5.0-5
>
> Thanks for the confirmation!
>
> Regards,
> Salvatore
>


Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-07 Thread Salvatore Bonaccorso
Hi Rémi,

On Thu, Dec 07, 2023 at 03:29:15PM +0100, Rémi Letot wrote:
> Salvatore Bonaccorso  writes:
> 
> > On Thu, Dec 07, 2023 at 10:36:58AM +0100, Rémi Letot wrote:
> >> 
> >> Hello,
> >> 
> >> /etc/modprobe.d/iwlwifi.conf contains one line:
> >> 
> >> options iwlwifi enable_ini=N
> >> 
> >> 
> >> ~ $ LANG=C dpkg -S iwlwifi.conf
> >> dpkg-query: no path found matching pattern *iwlwifi.conf*
> >> 
> >> I can't remember creating that file myself, but it's from two years ago,
> >> so it's possible...
> >> 
> >> ~ $ ls -l /etc/modprobe.d/iwlwifi.conf
> >> -rw-r--r--   1 root   root   29 2021-08-02  2021 
> >> /etc/modprobe.d/iwlwifi.conf
> >
> > I guess so it was created manually some time ago then. No package
> > provides it, and I found via short search that some forumposts or
> > articles suggest the enable_ini=N value for people having instability
> > with iwlwifi.
> 
> Indeed, I found my installation notes for that laptop, and I manually
> created the file.
> 
> I removed it, rebooted, and iwlwifi now works fine on 6.5.0-5

Thanks for the confirmation!

Regards,
Salvatore



Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-07 Thread Rémi Letot
Salvatore Bonaccorso  writes:

> On Thu, Dec 07, 2023 at 10:36:58AM +0100, Rémi Letot wrote:
>> 
>> Hello,
>> 
>> /etc/modprobe.d/iwlwifi.conf contains one line:
>> 
>> options iwlwifi enable_ini=N
>> 
>> 
>> ~ $ LANG=C dpkg -S iwlwifi.conf
>> dpkg-query: no path found matching pattern *iwlwifi.conf*
>> 
>> I can't remember creating that file myself, but it's from two years ago,
>> so it's possible...
>> 
>> ~ $ ls -l /etc/modprobe.d/iwlwifi.conf
>> -rw-r--r--   1 root   root   29 2021-08-02  2021 
>> /etc/modprobe.d/iwlwifi.conf
>
> I guess so it was created manually some time ago then. No package
> provides it, and I found via short search that some forumposts or
> articles suggest the enable_ini=N value for people having instability
> with iwlwifi.

Indeed, I found my installation notes for that laptop, and I manually
created the file.

I removed it, rebooted, and iwlwifi now works fine on 6.5.0-5

Thanks a lot,
-- 
Rémi



Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-07 Thread Salvatore Bonaccorso
Hi,

On Thu, Dec 07, 2023 at 10:36:58AM +0100, Rémi Letot wrote:
> Salvatore Bonaccorso  writes:
> 
> > Please have a look where in /etc/modprobe.d/*.conf you have
> > enable_ini=N. I suspect it is a customized own file. The value is not
> > correct and should be either 1 or 0 here.
> >
> > Can you let me know which file it is, so we can check if it's 
> > still provided by some package?
> 
> Hello,
> 
> /etc/modprobe.d/iwlwifi.conf contains one line:
> 
> options iwlwifi enable_ini=N
> 
> 
> ~ $ LANG=C dpkg -S iwlwifi.conf
> dpkg-query: no path found matching pattern *iwlwifi.conf*
> 
> I can't remember creating that file myself, but it's from two years ago,
> so it's possible...
> 
> ~ $ ls -l /etc/modprobe.d/iwlwifi.conf
> -rw-r--r--   1 root   root   29 2021-08-02  2021 
> /etc/modprobe.d/iwlwifi.conf

I guess so it was created manually some time ago then. No package
provides it, and I found via short search that some forumposts or
articles suggest the enable_ini=N value for people having instability
with iwlwifi.

But the module parameters are:

parm:   enable_ini:0:disable, 1-15:FW_DBG_PRESET Values, 16:enabled 
without preset value defined,Debug INI TLV FW debug infrastructure (default: 
16) (uint)

If you suspect it should be disabled then set it 0, otherwise
remove the file again.

I will wait a bit for further replies but then I guess the bug can be
closed.

Let me know how it goes with above changes.

Regards,
Salvatore



Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-07 Thread Benjamin Eikel
Package: src:linux
Followup-For: Bug #1057260

Thank you for your answer. You are right:

❯ cat /etc/modprobe.d/iwlwifi.conf
options iwlwifi enable_ini=N

I cannot find a package that provides it, but I also cannot remember to have
created it by myself. I think I am just going to remove that file.


Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-07 Thread Rémi Letot
Salvatore Bonaccorso  writes:

> Please have a look where in /etc/modprobe.d/*.conf you have
> enable_ini=N. I suspect it is a customized own file. The value is not
> correct and should be either 1 or 0 here.
>
> Can you let me know which file it is, so we can check if it's 
> still provided by some package?

Hello,

/etc/modprobe.d/iwlwifi.conf contains one line:

options iwlwifi enable_ini=N


~ $ LANG=C dpkg -S iwlwifi.conf
dpkg-query: no path found matching pattern *iwlwifi.conf*

I can't remember creating that file myself, but it's from two years ago,
so it's possible...

~ $ ls -l /etc/modprobe.d/iwlwifi.conf
-rw-r--r--   1 root   root   29 2021-08-02  2021 
/etc/modprobe.d/iwlwifi.conf

Thanks a lot,
-- 
Rémi



Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-07 Thread Salvatore Bonaccorso
Control: tags -1 + moreinfo

Hi,

On Sat, Dec 02, 2023 at 10:57:38AM +0100, R??mi Letot wrote:
> Package: src:linux
> Version: 6.5.13-1
> Severity: normal
> X-Debbugs-Cc: hob...@poukram.net
> 
> Dear Maintainer,
> 
> since upgrading to linux-image-6.5.0-5-amd64, my wifi network card does 
> not start anymore. 
> 
> It does work correctly if I boot with 6.5.0-4 (like now to send that 
> bugreport)
> 
> dmesg has a suspicious line with 6.5.0-5: 
> 
> iwlwifi: `N' invalid for parameter `enable_ini'
> 
> And then nothing else about iwlwifi.

Thanks for the report.

Since upstream e0c1ca236e28 ("wifi: iwlwifi: honor the enable_ini
value") in 6.7-rc1 and backported to 6.6.2, 6.5.12 and 6.1.63 the
values of enable_ini are honoured.

Please have a look where in /etc/modprobe.d/*.conf you have
enable_ini=N. I suspect it is a customized own file. The value is not
correct and should be either 1 or 0 here.

Can you let me know which file it is, so we can check if it's 
still provided by some package?

Regards,
Salvatore



Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-04 Thread Prabin Dahal
Package: src:linux
Followup-For: Bug #1057260

Dear Maintainer,

I also face the same problem when using 6.1.0-14-amd64 kernel.


-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: SLIMBOOK
product_name: EXECUTIVE-14
product_version: Standard
chassis_vendor: SLIMBOOK
chassis_version: Standard
bios_vendor: American Megatrends International, LLC.
bios_version: N.1.09GRU00
board_vendor: SLIMBOOK
board_name: EXECUTIVE-14
board_version: Standard

** Network interface configuration:
*** /etc/network/interfaces:

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 11th Gen Core Processor Host 
Bridge/DRAM Registers [8086:9a14] (rev 01)
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited 11th Gen Core Processor Host 
Bridge/DRAM Registers [1d05:1105]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel modules: igen6_edac

00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 
[Iris Xe Graphics] [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
DeviceName: Onboard - Video
Subsystem: Tongfang Hongkong Limited TigerLake-LP GT2 [Iris Xe 
Graphics] [1d05:1105]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: i915
Kernel modules: i915

00:06.0 PCI bridge [0604]: Intel Corporation 11th Gen Core Processor PCIe 
Controller [8086:9a09] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:07.0 PCI bridge [0604]: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI 
Express Root Port #0 [8086:9a23] (rev 01) (prog-if 00 [Normal decode])
Subsystem: Tongfang Hongkong Limited Tiger Lake-LP Thunderbolt 4 PCI 
Express Root Port [1d05:1105]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:08.0 System peripheral [0880]: Intel Corporation GNA Scoring Accelerator 
module [8086:9a11] (rev 01)
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited GNA Scoring Accelerator module 
[1d05:1105]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:0d.0 USB controller [0c03]: Intel Corporation Tiger Lake-LP Thunderbolt 4 
USB Controller [8086:9a13] (rev 01) (prog-if 30 [XHCI])
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited Tiger Lake-LP Thunderbolt 4 USB 
Controller [1d05:1105]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

00:0d.2 USB controller [0c03]: Intel Corporation Tiger Lake-LP Thunderbolt 4 
NHI #0 [8086:9a1b] (rev 01) (prog-if 40 [USB4 Host Interface])
DeviceName: Onboard - Other
Subsystem: Device [:]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: thunderbolt
Kernel modules: thunderbolt

00:14.0 USB controller [0c03]: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 
xHCI Host Controller [8086:a0ed] (rev 20) (prog-if 30 [XHCI])
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited Tiger Lake-LP USB 3.2 Gen 2x1 xHCI 
Host Controller [1d05:1105]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

00:14.2 RAM memory [0500]: Intel Corporation Tiger Lake-LP Shared SRAM 
[8086:a0ef] (rev 20)
DeviceName: Onboard - Other
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-

Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-03 Thread Benjamin Eikel
Package: src:linux
Followup-For: Bug #1057260

I can confirm the problem. I see exactly the same log line with 6.5.0-5 and my
WLAN device does not work.

-- Package-specific info:
** Version:
Linux version 6.5.0-4-amd64 (debian-ker...@lists.debian.org) (gcc-13 (Debian 
13.2.0-6) 13.2.0, GNU ld (GNU Binutils for Debian) 2.41) #1 SMP PREEMPT_DYNAMIC 
Debian 6.5.10-1 (2023-11-03)

[…]

** PCI devices:
[…]

07:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] 
(rev 1a)
Subsystem: Intel Corporation Wi-Fi 6 AX200NGW [8086:0084]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

[…]

** USB devices:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 5986:9102 Bison Electronics Inc. BisonCam,NB Pro
Bus 001 Device 004: ID 1395:0060 DSEA A/S SCx5 MS
Bus 001 Device 010: ID 1bcf:28c4 Sunplus Innovation Technology Inc. FHD Camera 
Microphone
Bus 001 Device 008: ID 046a:010d CHERRY MX-Board 3.0 Keyboard
Bus 001 Device 006: ID 046d:c069 Logitech, Inc. M-U0007 [Corded Mouse M500]
Bus 001 Device 005: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash 
Card Reader
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 012: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 001 Device 009: ID 06cb:00c7 Synaptics, Inc. TouchPad
Bus 001 Device 002: ID 1050:0407 Yubico.com Yubikey 4/5 OTP+U2F+CCID
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (102, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-4-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-6.5.0-4-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.142
ii  kmod30+20230601-2
ii  linux-base  4.9

Versions of packages linux-image-6.5.0-4-amd64 recommends:
ii  apparmor 3.0.12-1
ii  firmware-linux-free  20200122-2

Versions of packages linux-image-6.5.0-4-amd64 suggests:
pn  debian-kernel-handbook  
ii  extlinux3:6.04~git20190206.bf6db5b4+dfsg1-3+b1
ii  grub-efi-amd64  2.12~rc1-12
pn  linux-doc-6.5   

Versions of packages linux-image-6.5.0-4-amd64 is related to:
ii  firmware-amd-graphics 20230625-1
pn  firmware-atheros  
pn  firmware-bnx2 
pn  firmware-bnx2x
pn  firmware-brcm80211
pn  firmware-cavium   
ii  firmware-intel-sound  20230625-1
pn  firmware-intelwimax   
pn  firmware-ipw2x00  
pn  firmware-ivtv 
ii  firmware-iwlwifi  20230625-1
pn  firmware-libertas 
ii  firmware-linux-nonfree20230625-1
ii  firmware-misc-nonfree 20230625-1
pn  firmware-myricom  
pn  firmware-netxen   
pn  firmware-qlogic   
ii  firmware-realtek  20230625-1
pn  firmware-samsung  
pn  firmware-siano
pn  firmware-ti-connectivity  
pn  xen-hypervisor

-- no debconf information


Bug#1057260: iwlwifi: `N' invalid for parameter `enable_ini'

2023-12-02 Thread Rémi Letot
Package: src:linux
Version: 6.5.13-1
Severity: normal
X-Debbugs-Cc: hob...@poukram.net

Dear Maintainer,

since upgrading to linux-image-6.5.0-5-amd64, my wifi network card does 
not start anymore. 

It does work correctly if I boot with 6.5.0-4 (like now to send that 
bugreport)

dmesg has a suspicious line with 6.5.0-5: 

iwlwifi: `N' invalid for parameter `enable_ini'

And then nothing else about iwlwifi.

Thanks,
-- 
Rémi 

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: TUXEDO
product_name: TUXEDO InfinityBook Pro 14 Gen6
product_version: Standard
chassis_vendor: TUXEDO
chassis_version: Standard
bios_vendor: American Megatrends International, LLC.
bios_version: N.1.12A05
board_vendor: NB02
board_name: PHxTxX1
board_version: Standard

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 11th Gen Core Processor Host 
Bridge/DRAM Registers [8086:9a14] (rev 01)
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited 11th Gen Core Processor Host 
Bridge/DRAM Registers [1d05:1105]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel modules: igen6_edac

00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake-LP GT2 
[Iris Xe Graphics] [8086:9a49] (rev 01) (prog-if 00 [VGA controller])
DeviceName: Onboard - Video
Subsystem: Tongfang Hongkong Limited TigerLake-LP GT2 [Iris Xe 
Graphics] [1d05:1105]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: i915
Kernel modules: i915

00:06.0 PCI bridge [0604]: Intel Corporation 11th Gen Core Processor PCIe 
Controller [8086:9a09] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:07.0 PCI bridge [0604]: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI 
Express Root Port #0 [8086:9a23] (rev 01) (prog-if 00 [Normal decode])
Subsystem: Tongfang Hongkong Limited Tiger Lake-LP Thunderbolt 4 PCI 
Express Root Port [1d05:1105]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport

00:08.0 System peripheral [0880]: Intel Corporation GNA Scoring Accelerator 
module [8086:9a11] (rev 01)
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited GNA Scoring Accelerator module 
[1d05:1105]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

00:0d.0 USB controller [0c03]: Intel Corporation Tiger Lake-LP Thunderbolt 4 
USB Controller [8086:9a13] (rev 01) (prog-if 30 [XHCI])
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited Tiger Lake-LP Thunderbolt 4 USB 
Controller [1d05:1105]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

00:0d.2 USB controller [0c03]: Intel Corporation Tiger Lake-LP Thunderbolt 4 
NHI #0 [8086:9a1b] (rev 01) (prog-if 40 [USB4 Host Interface])
DeviceName: Onboard - Other
Subsystem: Device [:]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: thunderbolt
Kernel modules: thunderbolt

00:14.0 USB controller [0c03]: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 
xHCI Host Controller [8086:a0ed] (rev 20) (prog-if 30 [XHCI])
DeviceName: Onboard - Other
Subsystem: Tongfang Hongkong Limited Tiger Lake-LP USB 3.2 Gen 2x1 xHCI 
Host Controller [1d05:1105]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci

00:14.2 RAM memory [0500]: Intel Corporation Tiger Lake-LP Shared SRAM