[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
From: <hidden>
Date: 2019-08-15 05:54:13
https://bugzilla.kernel.org/show_bug.cgi?id=60824 Arthur Fragoso (arthur@life.net.br) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur@life.net.br
--- Comment #33 from Arthur Fragoso (arthur@life.net.br) ---Same here:
0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode).
But the product name is: JL AC69 A10
I tested in Linux 5.2.8-1-MANJARO, and the 4.19.57-1-MANJARO.
The problems are:
- After booting up the OS with the BT Dongle in, if I try to 'sudo bluetoothctl
power on', it fails and 'btmon' returns this:
@ MGMT Command: Set Powered (0x0005) plen 1
{0x0001} [hci0] 34.681295
Powered: Enabled (0x01)
= Open Index: 00:1A:7D:DA:71:10
[hci0] 34.743182
< HCI Command: Reset (0x03|0x0003) plen 0
#2 [hci0] 34.743412
= Close Index: 00:1A:7D:DA:71:10
[hci0] 44.768939
@ MGMT Event: Command Status (0x0002) plen 3
{0x0001} [hci0] 44.772086
Set Powered (0x0005)
Status: Failed (0x03)
= bluetoothd: Failed to set mode: Failed (0x03)
[hci0] 44.790305
If I unplug and plug it back, the power on command will work fine. If it is set
to AutoEnable on /etc/bluetooth/main.conf, it will also be powered up after
plugin it back.
If I power off, it will only work again if I unplug and plug it back. So it's
not a big problem.
The big deal is that I can't make it to scan:
$ sudo bluetoothctl scan on
bluetoothd[2358]: src/adapter.c:start_discovery() sender :1.268
bluetoothd[2358]: src/adapter.c:update_discovery_filter()
bluetoothd[2358]: src/adapter.c:discovery_filter_to_mgmt_cp()
bluetoothd[2358]: src/adapter.c:trigger_start_discovery()
bluetoothd[2358]: src/adapter.c:cancel_passive_scanning()
bluetoothd[2358]: src/adapter.c:start_discovery_timeout()
bluetoothd[2358]: src/adapter.c:start_discovery_timeout()
adapter->current_discovery_filter == 0
bluetoothd[2358]: src/adapter.c:start_discovery_complete() status 0x03
@ MGMT Command: Start Discovery (0x0023) plen 1 {0x0001} [hci0]
37.252439
Address type: 0x07
BR/EDR
LE Public
LE Random
< HCI Command: LE Set Random Address (0x08|0x0005) plen 6 #81 [hci0]
37.252583
Address: 06:4D:6A:64:58:36 (Non-Resolvable)
< HCI Command: LE Set Scan Parameters (0x08|0x000b) plen 7 #82 [hci0]
39.423752
Type: Active (0x01)
Interval: 22.500 msec (0x0024)
Window: 11.250 msec (0x0012)
Own address type: Random (0x01)
Filter policy: Accept all advertisement (0x00)
@ MGMT Event: Command Complete (0x0001) plen 4 {0x0001} [hci0]
39.423747
Start Discovery (0x0023) plen 1
Status: Failed (0x03)
Address type: 0x07
BR/EDR
LE Public
LE Random
< HCI Command: LE Set Scan Enable (0x08|0x000c) plen 2 #83 [hci0]
41.557120
Scanning: Enabled (0x01)
Filter duplicates: Enabled (0x01)
< HCI Command: Inquiry (0x01|0x0001) plen 5 #84 [hci0]
43.690407
Access code: 0x9e8b33 (General Inquiry)
Length: 10.24s (0x08)
Num responses: 0
I will try to apply the patch and compile the kernel to see if I can get it to
work. It's crazy to think this thread started in November 2013, and currently
there are many of those CSR dongles being sold.
--
You are receiving this mail because:
You are the assignee for the bug.