You are not logged in.

#1 2017-12-24 05:45:12

archguy
Member
Registered: 2015-07-05
Posts: 10

Bluetooth issue: no default controller available in bluetoothctl

Bluetooth isn't working for me.  I have bluetooth on this machine:

$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Z75 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
03:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
03:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
04:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 08)

My kernel version:

$ uname -a
Linux prime 4.14.5-1-ARCH #1 SMP PREEMPT Sun Dec 10 14:50:30 UTC 2017 x86_64 GNU/Linux

The bluetooth kernel module doesn't load at startup (which I'll tackle later) so I'm doing this:

$ sudo modprobe btusb
$ sudo systemctl restart bluetooth.service

The result:

$ sudo lsmod | grep -i btusb
btusb                  53248  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                16384  1 btusb
bluetooth             626688  4 btrtl,btintel,btbcm,btusb
usbcore               282624  8 usbhid,usb_storage,ehci_hcd,xhci_pci,btusb,uas,xhci_hcd,ehci_pci
$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
   Active: active (running) since Sat 2017-12-23 21:32:45 PST; 8s ago
     Docs: man:bluetoothd(8)
 Main PID: 6850 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/bluetooth.service
           └─6850 /usr/lib/bluetooth/bluetoothd

Dec 23 21:32:45 prime systemd[1]: Starting Bluetooth service...
Dec 23 21:32:45 prime bluetoothd[6850]: Bluetooth daemon 5.47
Dec 23 21:32:45 prime systemd[1]: Started Bluetooth service.
Dec 23 21:32:45 prime bluetoothd[6850]: Starting SDP server
Dec 23 21:32:45 prime bluetoothd[6850]: Bluetooth management interface 1.14 initialized

From dmesg:

$ dmesg | grep -i blue
[  117.646028] Bluetooth: Core ver 2.22
[  117.646047] Bluetooth: HCI device and connection manager initialized
[  117.646051] Bluetooth: HCI socket layer initialized
[  117.646053] Bluetooth: L2CAP socket layer initialized
[  117.646058] Bluetooth: SCO socket layer initialized
[  489.640910] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  489.640912] Bluetooth: BNEP filters: protocol multicast
[  489.640916] Bluetooth: BNEP socket layer initialized

This is ultimately what I get:

$ sudo bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# power on
No default controller available
[bluetooth]# 

I think the controller is supposed to show up in rfkill as well, but doesn't (I can't say I know what rfkill does exactly):

$ sudo rfkill list
[sudo] password for shane: 
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no

My expectation is that "list" in bluetoothctl would show a controller that I could select, but it doesn't show.  Is this maybe a driver issue?  Documentation seems to still be lagging because lots of solutions involve hciconfig, which doesn't appear to exist anymore.  Any help would be appreciated.

Last edited by archguy (2017-12-24 05:46:54)

Offline

#2 2017-12-27 15:20:27

cribari
Member
From: Recife, Brazil
Registered: 2016-01-28
Posts: 84
Website

Re: Bluetooth issue: no default controller available in bluetoothctl

I am having a similar problem; see https://bbs.archlinux.org/viewtopic.php?id=233023


Linux, street photography and Baroque music enthusiast.

Offline

Board footer

Powered by FluxBB