linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Loading fallback firmware in rtl8723be and rtl8821ae fails
@ 2017-07-28 11:14 Sven Joachim
  2017-07-29  9:21 ` [PATCH] rtlwifi: Fix fallback firmware loading Sven Joachim
  0 siblings, 1 reply; 5+ messages in thread
From: Sven Joachim @ 2017-07-28 11:14 UTC (permalink / raw)
  To: Larry Finger, linux-wireless; +Cc: Ping-Ke Shih, Kalle Valo

After upgrading my laptop to kernel 4.12 I found that the firmware for
my WiFi card was no longer loaded, rendering the WiFi non-functional.
In the dmesg are (only) these related lines:

[    6.854609] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
[    6.854990] rtl8723be 0000:02:00.0: Direct firmware load for rtlwifi/rtl8723befw_36.bin failed with error -2
[    6.854993] rtlwifi: Selected firmware is not available

Now, by commit f70e4df2b384d21e36a7c30a591639592692e0ec ("Add code to
read new versions of firmware"), supposedly rtlwifi/rtl8723befw.bin
should be loaded if rtlwifi/rtl8723befw_36.bin is not available, but
that does not actually work.

AFAICS the problem is that request_firmware_nowait() does not wait for
the firmware to show up and returns 0 even if the file is not there, so
the code to load the fallback file will never be reached.

Cheers,
       Sven

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

end of thread, other threads:[~2017-08-03  9:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 11:14 Loading fallback firmware in rtl8723be and rtl8821ae fails Sven Joachim
2017-07-29  9:21 ` [PATCH] rtlwifi: Fix fallback firmware loading Sven Joachim
2017-07-30 23:57   ` Larry Finger
2017-07-31 16:10     ` [PATCH v2] " Sven Joachim
2017-08-03  9:36       ` [v2] " Kalle Valo

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).