Bug 42632
Summary: | Realtek rtl8192se hangs on boot - udev reports worker timeout | ||
---|---|---|---|
Product: | Drivers | Reporter: | Frank (twelve.eighty) |
Component: | network-wireless | Assignee: | Larry Finger (Larry.Finger) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | florian, Larry.Finger, linville |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.2.1-1 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Test patch to load firmware asynchronourly |
Description
Frank
2012-01-22 19:11:50 UTC
The problem is known, and due to a combination of changes to udev, and the fact that rtl8192se uses synchronous firmware loading. A patch to switch all the rtlwifi drivers to asynchronous firmware loading has passed the initial RFC review and is undergoing final testing. All is working except for the cleanup when the required firmware is not available. As soon as the patch is ready, it will be sent to wireless-testing, and a copy will be posted here. Created attachment 72213 [details]
Test patch to load firmware asynchronourly
This patch should work with the mainline git tree.
A patch referencing this bug report has been merged in Linux v3.4-rc1: commit b0302aba812bcc39291cdab9ad7e37008f352a91 Author: Larry Finger <Larry.Finger@lwfinger.net> Date: Mon Jan 30 09:54:49 2012 -0600 rtlwifi: Convert to asynchronous firmware load A patch referencing a commit referencing this bug report has been merged in Linux v3.4-rc1: commit 3eda95de19e1781612091869e866a5014257f462 Author: Larry Finger <Larry.Finger@lwfinger.net> Date: Tue Jan 31 10:29:22 2012 -0600 rtlwifi: Remove extra debugging message accidentally left in |