Bug 211571
Summary: | Bluetooth: hci0: don't support firmware rome 0x1020200 | ||
---|---|---|---|
Product: | Drivers | Reporter: | dilipkonline |
Component: | Bluetooth | Assignee: | linux-bluetooth (linux-bluetooth) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | andreas.kohn, carnil, helbermg, hui.wang, sinekonata |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.10.11-200 (most of 5.10.x) | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | this is a trial fixing patch |
Description
dilipkonline
2021-02-05 00:26:55 UTC
Extras: System Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: K55VM I have the same problem sudo dmesg |grep Bluetooth [ 1.376617] usb 1-1.1: Product: Bluetooth USB Host Controller [ 13.557022] Bluetooth: Core ver 2.22 [ 13.557043] Bluetooth: HCI device and connection manager initialized [ 13.557047] Bluetooth: HCI socket layer initialized [ 13.557050] Bluetooth: L2CAP socket layer initialized [ 13.557054] Bluetooth: SCO socket layer initialized [ 13.623406] Bluetooth: hci0: don't support firmware rome 0x1020200 [ 18.084063] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 18.084067] Bluetooth: BNEP filters: protocol multicast [ 18.084072] Bluetooth: BNEP socket layer initialized Extras: sudo dmesg|grep DMI: [ 0.000000] DMI: ASUSTeK COMPUTER INC. K56CA/K56CA, BIOS K56CA.208 11/13/2012(In reply to sinekonata from comment #2) Created attachment 295107 [details]
this is a trial fixing patch
This is a trial fixing patch
And the testing kernel is here: https://people.canonical.com/~hwang4/btfix/ I have tested this patch and works using latest kernel source: commit 291009f656e8eaebbdfd3a8d99f6b190a9ce9deb (HEAD -> master, origin/master) Merge: a3961497bd9c d11a1d08a082 Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Feb 10 12:03:35 2021 -0800 This is the same as https://bugzilla.kernel.org/show_bug.cgi?id=210681? Thanks Hui and Helber, I am still waiting for the Fedora team to push the kernel package as I do not wish to perform the manual compilation and wish to stick on with the distro repo. I guess 5.11 release will have this fixed. This is fixed now. Using kernel version - 5.10.22-200.fc33.x86_64 without any issues. Thank you all. |