Bug 1728251
| Summary: | Cannot scan wireless networks with wpa_supplicant 2.8 (Broadcom) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Boeckel <fedora> |
| Component: | wpa_supplicant | Assignee: | Davide Caratti <dcaratti> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | bgalvani, blueowl, dcaratti, dcbw, john.j5live, lkundrak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-10 13:08:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ben Boeckel
2019-07-09 12:37:41 UTC
(In reply to Ben Boeckel from comment #0) > Description of problem: > Scanning fails 100% of the time with 2.8. Downgrading to > wpa_supplicant-2.7-1.fc29.x86_64 makes things work again. > > Version-Release number of selected component (if applicable): > 1:2.8-2.fc30 > > The system log has a long line of these messages: > > wpa_supplicant[919]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22 retry=1 > > Hardware description from the kernel: > > kernel: eth0: Broadcom BCM43b1 802.11 Hybrid Wireless Controller > 6.30.223.271 (r587334) > > Installed driver: > > kmod-wl-5.1.16-200.fc29.x86_64-6.30.223.271-26.fc29.x86_64 > > Also did not work with the 2.8 package (have not rebooted to test the F30 > kernel with the downgraded wpa_supplicant): > > kmod-wl-5.1.16-300.fc30.x86_64-6.30.223.271-26.fc30.x86_64 > > I am only using wpa_supplicant and systemd-networkd (no NetworkManager or > other management daemon). hello, I think you might have encountered the same issue seen with bz1703745. Ideally, we should patch the Broadcom driver to avoid problems when the mesh EID is present; but unfortunately this is very hard to do without the driver full sources. (and as discussed in [1], it's a bad idea to leave a feature disabled because it does not interoperate well with closed-source drivers). There are two alternative workarounds: 1) avoiding MAC address randomization (https://bugzilla.redhat.com/show_bug.cgi?id=1703745#c63) 2) install a build that does not have CONFIG_MESH (https://bugzilla.redhat.com/show_bug.cgi?id=1703745#c40) (a restart of wpa_supplicant.service is then needed) please let me know if this helps. Thanks! -- davide [1] https://fedoraproject.org/wiki/Common_F30_bugs#Broadcom_wireless_adapters_using_proprietary_broadcom-wl_driver_do_not_work_reliably It does look like a duplicate of the other one. Thanks for the info. I think I'll finally just replace the wireless chip in this machine with an Intel chipset (been putting it off for a while because it worked well enough). *** This bug has been marked as a duplicate of bug 1703745 *** |