Bug 1596733
| Summary: | activating b43 wireless module freezes the mouse/trackpad | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Kuin <npkuin> | ||||||||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 28 | CC: | airlied, bskeggs, ewk, fedora-kernel-wireless-b43, hdegoede, ichavero, itamar, jarodwilson, jcline, jglisse, john.j5live, jonathan, josef, kernel-maint, labbott, larry.finger, linville, mchehab, mjg59, npkuin, steved | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2018-11-19 21:26:34 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: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Paul Kuin
2018-06-29 14:52:03 UTC
Driver b43 handles PCIe devices. What are you seeing as a Broadcom device on a USB port? Please post the output of 'lsusb', 'lspci -nn'. and 'cat /proc/interrupts'. Larry Created attachment 1456036 [details]
lsusb
as requested
Created attachment 1456060 [details]
lspci -nn
as requested
Created attachment 1456062 [details]
/proc/interrupts
as requested
The Broadcom USB device is a BCM2045 Bluetooth interface. Does your mouse use BT? Please run the following commands and post the output: sudo modprobe -rv b43 sudo modprobe -v b43 btcoex=0 Does the second command, with Bluetooth coexistence turned off, help? Created attachment 1456076 [details]
modprobe -rv b43 output
Hi Larry,
I did the modprobe, here the first output.
I am not using BT - this is a laptop, so I'm using the trackpad now. I was also using a mouse, but that just complicates matters.
After the second command I put up the browser with guardian.co.uk and it froze when I tried to add the gmail in a second tab. Could not abort that, so killed the system (I keep switching to a live disk to email the files).
Thanks so far.
Created attachment 1456077 [details]
output from modprobe -v b43 btcoex=0
Here is the output from the second modprobe command.
Comment on attachment 1456077 [details]
output from modprobe -v b43 btcoex=0
Is there a reason that you are forcing software encryption? That should only be needed when there is a hardware problem.
I am also curious about the qos=0. Is there a reason for that parameter?
Actually, forcing the CPU to do software encryption could keep it busy enough to miss low-priority interrupts. Try it without the "nohwcrypt=1" option. You do not need the btcoex option. We apologize for the inconvenience. There is a large number of bugs to go through and several of them have gone stale. Due to this, we are doing a mass bug update across all of the Fedora 28 kernel bugs. Fedora 28 has now been rebased to 4.18.10-300.fc28. Please test this kernel update (or newer) and let us know if you issue has been resolved or if it is still present with the newer kernel. If you have moved on to Fedora 29, and are still experiencing this issue, please change the version to Fedora 29. If you experience different issues, please open a new bug report for those. This has been fixed in the latest release. Thanks for letting us know |