On 4/9/22 15:28, Stefan Sperling wrote:
On Sat, Apr 09, 2022 at 12:47:56PM +0200, Sven Wolf wrote:
Hi Stefan,

sorry, I'm not sure how I can get the sc_hw_rev value.
Hopefully this is the requested value:

iwx0: hw rev 0x350, fw ver 67.8f59b80b.0

This is not the "QuZ" (0x354) hardware revision.

However, Linux obviously loads QuZ firmware anyway.
So either there is an override for your device in the iwlwifi dev_info
table, or all Qu devices must be treated QuZ unless overridden.

To proceed I need to know the output of pcidump -v on your system.

We already know the product ID (4df0). The device table also contains
the "subsystem" product ID which matters for the overrides table.
The relevant line from pcidump should look something like:
        0x002c: Subsystem Vendor ID: 8086 Product ID: xxxx"
in the "Intel Wi-Fi 6 AX201" section.


Here is the output of pcidump -v

 0:20:3: Intel unknown
        0x0000: Vendor ID: 8086, Product ID: 4df0
        0x0004: Command: 0006, Status: 0010
        0x0008: Class: 02 Network, Subclass: 80 Miscellaneous,
                Interface: 00, Revision: 01
        0x000c: BIST: 00, Header Type: 80, Latency Timer: 00,
                Cache Line Size: 10
        0x0010: BAR mem 64bit addr: 0x0000006001114000/0x00004000
        0x0018: BAR empty (00000000)
        0x001c: BAR empty (00000000)
        0x0020: BAR empty (00000000)
        0x0024: BAR empty (00000000)
        0x0028: Cardbus CIS: 00000000
        0x002c: Subsystem Vendor ID: 8086 Product ID: 0074
        0x0030: Expansion ROM Base Address: 00000000
        0x0038: 00000000
        0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00
        0x00c8: Capability 0x01: Power Management
                State: D0
        0x00d0: Capability 0x05: Message Signalled Interrupts (MSI)
                Enabled: no
        0x0040: Capability 0x10: PCI Express
                Max Payload Size: 128 / 128 bytes
                Max Read Request Size: 128 bytes
        0x0100: Enhanced Capability 0x18: Latency Tolerance Reporting
        0x0164: Enhanced Capability 0x0b: Vendor-Specific
0x0080: Capability 0x11: Extended Message Signalled Interrupts (MSI-X)
                Enabled: yes; table size 16 (BAR 0:8192)

Reply via email to