2022-03-25 17:24:08

by Ronald Warsow

[permalink] [raw]
Subject: Re: [PATCH 5.17 00/39] 5.17.1-rc1 review

hallo Greg

5.17.1-rc1

compiles, boots and runs on my x86_64
(Intel i5-11400, Fedora 35)

btw I get:

iwlwifi 0000:00:14.3: Direct firmware load for
iwlwifi-QuZ-a0-hr-b0-69.ucode failed with error -2

(not a regression in the 5.17-series, but compared to 5.16.x !)


Thanks

Tested-by: Ronald Warsow <[email protected]>
Ronald


2022-03-26 07:52:16

by Rudi Heitbaum

[permalink] [raw]
Subject: Re: [PATCH 5.17 00/39] 5.17.1-rc1 review

On Fri, Mar 25, 2022 at 05:45:45PM +0100, Ronald Warsow wrote:
> hallo Greg
>
> 5.17.1-rc1
>
> compiles, boots and runs on my x86_64
> (Intel i5-11400, Fedora 35)
>
> btw I get:
>
> iwlwifi 0000:00:14.3: Direct firmware load for
> iwlwifi-QuZ-a0-hr-b0-69.ucode failed with error -2
>
> (not a regression in the 5.17-series, but compared to 5.16.x !)

Hi Ronald,

68 is the current correct firmware for the iwlwifi wireless cards
The 69 version (whilst supported by the kernel) is not
yet available. See the git below.

https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git/log/

[ 2.797185] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 2.798575] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-69.ucode failed with error -2
[ 2.803539] iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
[ 2.803550] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 2.803694] iwlwifi 0000:00:14.3: loaded firmware version 68.01d30b0c.0 QuZ-a0-hr-b0-68.ucode op_mode iwlmvm
[ 2.855586] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
[ 2.979429] iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
[ 3.044410] iwlwifi 0000:00:14.3: base HW address:

2022-03-26 20:17:34

by Ronald Warsow

[permalink] [raw]
Subject: Re: [PATCH 5.17 00/39] 5.17.1-rc1 review



On 26.03.22 04:20, Rudi Heitbaum wrote:
> On Fri, Mar 25, 2022 at 05:45:45PM +0100, Ronald Warsow wrote:
>> hallo Greg
>>
>> 5.17.1-rc1
>>
>> compiles, boots and runs on my x86_64
>> (Intel i5-11400, Fedora 35)
>>
>> btw I get:
>>
>> iwlwifi 0000:00:14.3: Direct firmware load for
>> iwlwifi-QuZ-a0-hr-b0-69.ucode failed with error -2
>>
>> (not a regression in the 5.17-series, but compared to 5.16.x !)
>
> Hi Ronald,
>
> 68 is the current correct firmware for the iwlwifi wireless cards
> The 69 version (whilst supported by the kernel) is not
> yet available. See the git below.
>


Thanks for the info.
my wifi is running without it.
my intention was just to share what I see here

Ronald