Bug 727796
Summary: | bcma to block wl, b43 and maybe bcrm43xx in kernel 2.6.40 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alexei Panov <me> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | alsadi, aquini, dwmw2, ferrazrafael, gansalmon, itamar, jonathan, kernel-maint, lemenkov, linville, madhu.chinakonda, stephen.kent.phillips, tflink |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | RejectedNTH | ||
Fixed In Version: | kernel-3.0.1-3.fc16 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-21 13:01:03 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Alexei Panov
2011-08-03 09:16:33 UTC
Well, it is 'working as designed' -- it is just that the b43 driver in that kernel doesn't support your device. So it is a bit useless to let bcma claim the hardware. I'll disable CONFIG_BCMA. Thank you very much, John. I've compiled brcm80211 as standalone kernel module, and bcma block it too. I think it might be interesting or useful to you. same thing on bcm43224 14e4:4353 (rev 01) Discussed in the 2011-08-05 blocker review meeting. Rejected as NTH [1] for Fedora 16 alpha because impact is only one four particular broadcom wireless adapters that don't work our of the box in fedora anyway, can be worked around or fixed with a post-install kernel update. [1] http://fedoraproject.org/wiki/QA:SOP_nth_bug_process kernel-3.0.1-3.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/kernel-3.0.1-3.fc16 Package kernel-3.0.1-3.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-3.0.1-3.fc16' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/kernel-3.0.1-3.fc16 then log in and leave karma (feedback). kernel 3.0.1-3.fc16.x86_64 $ modinfo bcma ERROR: modinfo: could not find module bcma Yep, thanks! P.S. I've added karma. in kernel 3.0 is supposed to b43 handle this kind of wireless card? No. how about pushing 2.6.40 update for fedora 15 testing too kernel-2.6.40.3-0.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/kernel-2.6.40.3-0.fc15 kernel-2.6.40.3-0.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. please apply this same fix for f15 is working in kernel-2.6.40.3-0.fc15! thanks (In reply to comment #14) > please apply this same fix for f15 It has been. See comment #13. I had issues with a slightly different wireless version: $ echo 'Kernel Version: ' `uname -r` && echo 'lspci Info:' && lspci -v | awk '/Ether|Net/,/^$/' Kernel Version: 2.6.40-4.fc15.x86_64 lspci Info: 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) Subsystem: Dell Device 01f2 Flags: bus master, fast devsel, latency 64, IRQ 17 Memory at fe5fe000 (32-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: b44 Kernel modules: b44 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01) Subsystem: Dell Wireless 1395 WLAN Mini-Card Flags: bus master, fast devsel, latency 0, IRQ 17 Memory at fe8fc000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: wl Kernel modules: wl, ssb I am not sure if this is normal or not, but I had to install kmod-wl-2.6.40-4 for it to work with this kernel. Even so, this morning when I booted up, it didn't work again. After several reboots and trying the different kernel versions from the Grub menu it just started working again. I thought yum had upgraded the kernel a couple of times up to the 2.6.38 kernel version without any problems. I don't remember having to go back to yum and install the kmod-wl version for the new kernel. Ever since version 2.6.40-4 and 2.6.40.3 it wouldn't work. Now, it works, but it seems hit or miss. I tried to blacklist bcma, but that didn't help. I don't think I have that module installed. kernel-3.0.1-3.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. Can we have bcma enabled again please; I'd like to be able to use my bcm4331 in F16. People who want to use illegal modules can always blacklist the bcma module. Alternatively, we could enable the brcm80211 driver in the kernel... (In reply to comment #20) > Alternatively, we could enable the brcm80211 driver in the kernel... Yes, that sounds reasonable now. It has been promoted from staging to main recently so there is no any non-technical reasons to disable it. However I 'm not sure whether b43 and brcm80211 have overlapping supported PCI IDs or not. This could be a problem then. bcrm82011 doesn't support the BCM4331. Only b43 does. |