2017-03-27 12:02:37

by Artem S. Tashkinov

[permalink] [raw]
Subject: Please release/publish iwlwifi-7265D-26.ucode iwlwifi-7265D-25.ucode iwlwifi-7265D-24.ucode iwlwifi-7265D-23.ucode

Hi,

New versions of iwlwifi require the firmware files which have never been
released by Intel.

Please fix this bummer.

iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-26.ucode
failed with error -2
iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-25.ucode
failed with error -2
iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-24.ucode
failed with error -2
iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-23.ucode
failed with error -2
iwlwifi 0000:02:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm

Artem


2017-03-29 11:00:28

by Luca Coelho

[permalink] [raw]
Subject: Re: Please release/publish iwlwifi-7265D-26.ucode iwlwifi-7265D-25.ucode iwlwifi-7265D-24.ucode iwlwifi-7265D-23.ucode

On Mon, 2017-03-27 at 16:53 +0500, Artem S. Tashkinov wrote:
> Hi,
>
> New versions of iwlwifi require the firmware files which have never been
> released by Intel.
>
> Please fix this bummer.
>
> iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-26.ucode
> failed with error -2
> iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-25.ucode
> failed with error -2
> iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-24.ucode
> failed with error -2
> iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-23.ucode
> failed with error -2
> iwlwifi 0000:02:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm

We always keep our mainline driver very close to our development trees.
In the development trees we are updating the versions periodically and
we don't know which ones we are going to release publicly.

If we don't try to load newer versions when a kernel version is
released, and later decide to publish the newer firmware versions, it
won't work. This is the explanation. :)

And actually, we try to load these newer firmwares, but if they are not
present, we fall back to the older one. You can see that we correctly
loaded version 22 (the last line in your traces).

Now, these error messages to look annoying. But fortunately Luis
Rodriguez is already attempting to fix that in another patch series.

HTH.

--
Cheers,
Luca.