linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fwd: linux v4.14 causes firmware iwlwifi errors on Lenovo Thinkpad T440s
       [not found] <CAMRc=Mf92X2t8wjmE+xkXrA0QKY06uFeXhMY-97Ka=_UxuQbjw@mail.gmail.com>
@ 2017-11-13 20:22 ` Bartosz Golaszewski
  2017-11-13 20:45   ` Larry Finger
  0 siblings, 1 reply; 5+ messages in thread
From: Bartosz Golaszewski @ 2017-11-13 20:22 UTC (permalink / raw)
  To: linux-wireless

Forwarding here too as I messed up the address the last time.
--

Hi,

I noticed my wireless interface can't get up with linux v4.14 and the
kernel log is flooded with firmware errors:

iwlwifi 0000:03:00.0: Firmware error during reconfiguration - reprobe!
iwlwifi 0000:03:00.0: FW error in SYNC CMD DQA_ENABLE_CMD

and

ieee80211 phy63: Hardware restart was requested.

The wireless controller is: Intel Corporation Wireless 7260 (rev 83)
Firmware used is: iwlwifi-7260-17

Everything works fine with v4.13.12.

I didn't have time today to bisect for the offending commit. Full log
uploaded[1].

Best regards,
Bartosz Golaszewski

[1] https://pastebin.com/jksqxvS6

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: linux v4.14 causes firmware iwlwifi errors on Lenovo Thinkpad T440s
  2017-11-13 20:22 ` Fwd: linux v4.14 causes firmware iwlwifi errors on Lenovo Thinkpad T440s Bartosz Golaszewski
@ 2017-11-13 20:45   ` Larry Finger
  2017-11-13 21:30     ` Bartosz Golaszewski
  0 siblings, 1 reply; 5+ messages in thread
From: Larry Finger @ 2017-11-13 20:45 UTC (permalink / raw)
  To: Bartosz Golaszewski, linux-wireless

On 11/13/2017 02:22 PM, Bartosz Golaszewski wrote:
> Forwarding here too as I messed up the address the last time.
> --
> 
> Hi,
> 
> I noticed my wireless interface can't get up with linux v4.14 and the
> kernel log is flooded with firmware errors:
> 
> iwlwifi 0000:03:00.0: Firmware error during reconfiguration - reprobe!
> iwlwifi 0000:03:00.0: FW error in SYNC CMD DQA_ENABLE_CMD
> 
> and
> 
> ieee80211 phy63: Hardware restart was requested.
> 
> The wireless controller is: Intel Corporation Wireless 7260 (rev 83)
> Firmware used is: iwlwifi-7260-17
> 
> Everything works fine with v4.13.12.
> 
> I didn't have time today to bisect for the offending commit. Full log
> uploaded[1].
> 
> Best regards,
> Bartosz Golaszewski
> 
> [1] https://pastebin.com/jksqxvS6

Your log shows "iwlwifi 0000:03:00.0: loaded firmware version 17.228510.0 
op_mode iwlmvm"

Mine, where the 7260 works, shows "iwlwifi 0000:04:00.0: loaded firmware version 
17.459231.0 op_mode iwlmvm".

It seems as if you need newer firmware. A detailed file listing shows 
"-rw-r--r-- 1 root root 1049340 Oct  9 12:03 
/lib/firmware/iwlwifi-7260-17.ucode". That date is likely when I installed the 
updated kernel firmware package from my distro. The md5sum for the file is 
73a217f55c47d3a70bb5dbbe1d676423.

Larry

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: linux v4.14 causes firmware iwlwifi errors on Lenovo Thinkpad T440s
  2017-11-13 20:45   ` Larry Finger
@ 2017-11-13 21:30     ` Bartosz Golaszewski
  2017-11-13 22:23       ` Larry Finger
  0 siblings, 1 reply; 5+ messages in thread
From: Bartosz Golaszewski @ 2017-11-13 21:30 UTC (permalink / raw)
  To: Larry Finger
  Cc: linux-wireless, linux-kernel, Berg, Emmanuel Grumbach, Luca Coelho

2017-11-13 21:45 GMT+01:00 Larry Finger <Larry.Finger@lwfinger.net>:
> On 11/13/2017 02:22 PM, Bartosz Golaszewski wrote:
>>
>> Forwarding here too as I messed up the address the last time.
>> --
>>
>> Hi,
>>
>> I noticed my wireless interface can't get up with linux v4.14 and the
>> kernel log is flooded with firmware errors:
>>
>> iwlwifi 0000:03:00.0: Firmware error during reconfiguration - reprobe!
>> iwlwifi 0000:03:00.0: FW error in SYNC CMD DQA_ENABLE_CMD
>>
>> and
>>
>> ieee80211 phy63: Hardware restart was requested.
>>
>> The wireless controller is: Intel Corporation Wireless 7260 (rev 83)
>> Firmware used is: iwlwifi-7260-17
>>
>> Everything works fine with v4.13.12.
>>
>> I didn't have time today to bisect for the offending commit. Full log
>> uploaded[1].
>>
>> Best regards,
>> Bartosz Golaszewski
>>
>> [1] https://pastebin.com/jksqxvS6
>
>
> Your log shows "iwlwifi 0000:03:00.0: loaded firmware version 17.228510.0
> op_mode iwlmvm"
>
> Mine, where the 7260 works, shows "iwlwifi 0000:04:00.0: loaded firmware
> version 17.459231.0 op_mode iwlmvm".
>
> It seems as if you need newer firmware. A detailed file listing shows
> "-rw-r--r-- 1 root root 1049340 Oct  9 12:03
> /lib/firmware/iwlwifi-7260-17.ucode". That date is likely when I installed
> the updated kernel firmware package from my distro. The md5sum for the file
> is 73a217f55c47d3a70bb5dbbe1d676423.
>
> Larry
>

Ok so it seems the version in linux-firmware is outdated. The file
you're using is available on github[1] and fixed the issue for me.

Thanks!
Bartosz Golaszewski

[1] https://github.com/OpenELEC/iwlwifi-firmware

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: linux v4.14 causes firmware iwlwifi errors on Lenovo Thinkpad T440s
  2017-11-13 21:30     ` Bartosz Golaszewski
@ 2017-11-13 22:23       ` Larry Finger
  2017-11-14  6:33         ` Luciano Coelho
  0 siblings, 1 reply; 5+ messages in thread
From: Larry Finger @ 2017-11-13 22:23 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: linux-wireless, linux-kernel, Berg, Emmanuel Grumbach, Luca Coelho

On 11/13/2017 03:30 PM, Bartosz Golaszewski wrote:
> 2017-11-13 21:45 GMT+01:00 Larry Finger <Larry.Finger@lwfinger.net>:
>> On 11/13/2017 02:22 PM, Bartosz Golaszewski wrote:
>>>
>>> Forwarding here too as I messed up the address the last time.
>>> --
>>>
>>> Hi,
>>>
>>> I noticed my wireless interface can't get up with linux v4.14 and the
>>> kernel log is flooded with firmware errors:
>>>
>>> iwlwifi 0000:03:00.0: Firmware error during reconfiguration - reprobe!
>>> iwlwifi 0000:03:00.0: FW error in SYNC CMD DQA_ENABLE_CMD
>>>
>>> and
>>>
>>> ieee80211 phy63: Hardware restart was requested.
>>>
>>> The wireless controller is: Intel Corporation Wireless 7260 (rev 83)
>>> Firmware used is: iwlwifi-7260-17
>>>
>>> Everything works fine with v4.13.12.
>>>
>>> I didn't have time today to bisect for the offending commit. Full log
>>> uploaded[1].
>>>
>>> Best regards,
>>> Bartosz Golaszewski
>>>
>>> [1] https://pastebin.com/jksqxvS6
>>
>>
>> Your log shows "iwlwifi 0000:03:00.0: loaded firmware version 17.228510.0
>> op_mode iwlmvm"
>>
>> Mine, where the 7260 works, shows "iwlwifi 0000:04:00.0: loaded firmware
>> version 17.459231.0 op_mode iwlmvm".
>>
>> It seems as if you need newer firmware. A detailed file listing shows
>> "-rw-r--r-- 1 root root 1049340 Oct  9 12:03
>> /lib/firmware/iwlwifi-7260-17.ucode". That date is likely when I installed
>> the updated kernel firmware package from my distro. The md5sum for the file
>> is 73a217f55c47d3a70bb5dbbe1d676423.
>>
>> Larry
>>
> 
> Ok so it seems the version in linux-firmware is outdated. The file
> you're using is available on github[1] and fixed the issue for me.
> 
> Thanks!
> Bartosz Golaszewski
> 
> [1] https://github.com/OpenELEC/iwlwifi-firmware

Interesting. Using md5sum of the git repo for linux-firmware gets
73a217f55c47d3a70bb5dbbe1d676423  iwlwifi-7260-17.ucode.

That is the file I'm using.

Larry

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fwd: linux v4.14 causes firmware iwlwifi errors on Lenovo Thinkpad T440s
  2017-11-13 22:23       ` Larry Finger
@ 2017-11-14  6:33         ` Luciano Coelho
  0 siblings, 0 replies; 5+ messages in thread
From: Luciano Coelho @ 2017-11-14  6:33 UTC (permalink / raw)
  To: Larry Finger, Bartosz Golaszewski
  Cc: linux-wireless, linux-kernel, Berg, Emmanuel Grumbach

On Mon, 2017-11-13 at 16:23 -0600, Larry Finger wrote:
> On 11/13/2017 03:30 PM, Bartosz Golaszewski wrote:
> > 2017-11-13 21:45 GMT+01:00 Larry Finger <Larry.Finger@lwfinger.net>
> > :
> > > On 11/13/2017 02:22 PM, Bartosz Golaszewski wrote:
> > > > 
> > > > Forwarding here too as I messed up the address the last time.
> > > > --
> > > > 
> > > > Hi,
> > > > 
> > > > I noticed my wireless interface can't get up with linux v4.14
> > > > and the
> > > > kernel log is flooded with firmware errors:
> > > > 
> > > > iwlwifi 0000:03:00.0: Firmware error during reconfiguration -
> > > > reprobe!
> > > > iwlwifi 0000:03:00.0: FW error in SYNC CMD DQA_ENABLE_CMD
> > > > 
> > > > and
> > > > 
> > > > ieee80211 phy63: Hardware restart was requested.
> > > > 
> > > > The wireless controller is: Intel Corporation Wireless 7260
> > > > (rev 83)
> > > > Firmware used is: iwlwifi-7260-17
> > > > 
> > > > Everything works fine with v4.13.12.
> > > > 
> > > > I didn't have time today to bisect for the offending commit.
> > > > Full log
> > > > uploaded[1].
> > > > 
> > > > Best regards,
> > > > Bartosz Golaszewski
> > > > 
> > > > [1] https://pastebin.com/jksqxvS6
> > > 
> > > 
> > > Your log shows "iwlwifi 0000:03:00.0: loaded firmware version
> > > 17.228510.0
> > > op_mode iwlmvm"
> > > 
> > > Mine, where the 7260 works, shows "iwlwifi 0000:04:00.0: loaded
> > > firmware
> > > version 17.459231.0 op_mode iwlmvm".
> > > 
> > > It seems as if you need newer firmware. A detailed file listing
> > > shows
> > > "-rw-r--r-- 1 root root 1049340 Oct  9 12:03
> > > /lib/firmware/iwlwifi-7260-17.ucode". That date is likely when I
> > > installed
> > > the updated kernel firmware package from my distro. The md5sum
> > > for the file
> > > is 73a217f55c47d3a70bb5dbbe1d676423.
> > > 
> > > Larry
> > > 
> > 
> > Ok so it seems the version in linux-firmware is outdated. The file
> > you're using is available on github[1] and fixed the issue for me.
> > 
> > Thanks!
> > Bartosz Golaszewski
> > 
> > [1] https://github.com/OpenELEC/iwlwifi-firmware
> 
> Interesting. Using md5sum of the git repo for linux-firmware gets
> 73a217f55c47d3a70bb5dbbe1d676423  iwlwifi-7260-17.ucode.
> 
> That is the file I'm using.

You shouldn't use firmwares from github or anywhere else except from
the two official places where we release it:

Mainline (but slow to get updated):

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/iwlwifi-7260-17.ucode


Our official public tree:

https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git/plain/iwlwifi-7260-17.ucode


And, of course, your distro may distribute these in an official package
as well, but it's good to check the versions to be sure you're running
the latest one we released.

--
Cheers,
Luca.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-14  6:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAMRc=Mf92X2t8wjmE+xkXrA0QKY06uFeXhMY-97Ka=_UxuQbjw@mail.gmail.com>
2017-11-13 20:22 ` Fwd: linux v4.14 causes firmware iwlwifi errors on Lenovo Thinkpad T440s Bartosz Golaszewski
2017-11-13 20:45   ` Larry Finger
2017-11-13 21:30     ` Bartosz Golaszewski
2017-11-13 22:23       ` Larry Finger
2017-11-14  6:33         ` Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).