You are not logged in.

#1 2020-07-12 03:33:04

newtolinux
Member
Registered: 2012-07-25
Posts: 2

USB bluetooth device not working.

Hi,
I am trying to get my new UB bluetooth adapter working on PC. I followed the instruction given in "https://wiki.archlinux.org/index.php/bl … lueZ_tools". When I use bluetoothctl, i don't see any controller. "No default controller available"

So I read through the forums and did the following as part of debugging.

lsusb output
========

lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:085c Logitech, Inc. C922 Pro Stream Webcam
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 002: ID 046d:c07e Logitech, Inc. G402 Gaming Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

from the output, my understanding is "Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)" is my device.

dmesg output
========

dmesg | grep -i blue
[    4.531334] Bluetooth: Core ver 2.22
[    4.531354] Bluetooth: HCI device and connection manager initialized
[    4.531358] Bluetooth: HCI socket layer initialized
[    4.531361] Bluetooth: L2CAP socket layer initialized
[    4.531364] Bluetooth: SCO socket layer initialized
[    5.601228] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.601231] Bluetooth: BNEP filters: protocol multicast
[    5.601235] Bluetooth: BNEP socket layer initialized
[  162.554069] audit: type=1131 audit(1594521850.431:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  408.985175] audit: type=1130 audit(1594522096.860:176): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[  695.529734] audit: type=1130 audit(1594522383.403:208): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

i did plugged out the device plugged in. It seems to be detected again.

also,  journalctl -f give

journalctl -f
-- Logs begin at Mon 2020-05-18 08:36:51 IST. --
Jul 12 08:24:43 chakra kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Jul 12 08:24:44 chakra kernel: usb 1-8: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=25.20
Jul 12 08:24:44 chakra kernel: usb 1-8: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 12 08:24:44 chakra kernel: usb 1-8: Product: CSR8510 A10
Jul 12 08:24:44 chakra systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 12 08:24:44 chakra systemd[800]: Reached target Bluetooth.
Jul 12 08:24:44 chakra systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 12 08:24:44 chakra audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 12 08:24:44 chakra kernel: audit: type=1130 audit(1594522484.133:217): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 12 08:24:44 chakra systemd[1]: Reached target Bluetooth.
Jul 12 08:24:49 chakra systemd[1]: systemd-rfkill.service: Succeeded.
Jul 12 08:24:49 chakra audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 12 08:24:49 chakra kernel: audit: type=1131 audit(1594522489.139:218): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

RFKILL also shows nothing is blocked.

sudo rfkill list         
[sudo] password for chakra: 
2: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

after all this, i still can't get the default controller.

bluetoothctl
Agent registered
[bluetooth]# show
No default controller available
[bluetooth]# info
Missing device address argument
[bluetooth]# list
[bluetooth]# 

could this be because of the reason the mentioned in https://wiki.archlinux.org/index.php/bl … _available. I also have tried with the deprecated package, still no luck

Regards
Chakra

Offline

Board footer

Powered by FluxBB