Bluetooth isn't working on 16.04 LTS

Asked by George Hunter

It is ON and VISIBLE in the control panel. My iPhone can see two other devices but it can't see the computer, and the computer can't see anything, even if left searching for tens of minutes.

The previous answers listed below suggest the following diagnostics

Bluetooth not working after update
How can I make my bluetooth works on Ubuntu 16.04?
Ubuntu 16.04 bluetooth not working (Dell XPS13)
Bluetooth (Atheros AR3012) not working on Ubuntu 16.04
Bluetooth not working on Ubuntu 16.04 LTS
Bluetooth cannot find any devices
Stuck on a bluetooth problem

The service seems to be running

/home >sudo service bluetooth status
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
   Active: active (running) since Thu 2018-01-25 09:16:43 GMT; 1h 46min ago
     Docs: man:bluetoothd(8)
 Main PID: 790 (bluetoothd)
   Status: "Running"
   CGroup: /system.slice/bluetooth.service
           └─790 /usr/lib/bluetooth/bluetoothd

Jan 25 09:18:31 george-CM6330 bluetoothd[790]: Endpoint registered: sender=:1.87
Jan 25 09:18:31 george-CM6330 bluetoothd[790]: Endpoint registered: sender=:1.87
Jan 25 09:18:31 george-CM6330 bluetoothd[790]: RFCOMM server failed for Headset
Jan 25 09:20:32 george-CM6330 bluetoothd[790]: Endpoint registered: sender=:1.12
Jan 25 09:20:32 george-CM6330 bluetoothd[790]: Endpoint registered: sender=:1.12
Jan 25 09:20:32 george-CM6330 bluetoothd[790]: RFCOMM server failed for Headset
Jan 25 09:20:50 george-CM6330 bluetoothd[790]: Endpoint unregistered: sender=:1.
Jan 25 09:20:50 george-CM6330 bluetoothd[790]: Endpoint unregistered: sender=:1.
Jan 25 09:21:01 george-CM6330 bluetoothd[790]: Endpoint unregistered: sender=:1.
Jan 25 09:21:01 george-CM6330 bluetoothd[790]: Endpoint unregistered: sender=:1.

and not blocked

/home >rfkill list
0: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no
1: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no

I have edited /etc/bluetooth/main.conf to include

AutoEnable=true

but I noted that the entire file was commented out.

The kernel seems reasonably up to date

 >uname -a
Linux george-CM6330 4.13.0-26-generic #29~16.04.2-Ubuntu SMP Tue Jan 9 22:00:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

I wonder if I need a device driver, but I have no idea how to find out. The following diagnostics may help some of you knowledgeable people find out.

 >hcitool dev
Devices:
 hci0 24:0A:64:F5:EE:86

and the output of dmsg is

>dmesg | grep Blue
[ 2.030855] usb 1-1.4: Product: Bluetooth Radio
[ 13.806355] Bluetooth: Core ver 2.22
[ 13.806369] Bluetooth: HCI device and connection manager initialized
[ 13.806372] Bluetooth: HCI socket layer initialized
[ 13.806373] Bluetooth: L2CAP socket layer initialized
[ 13.806377] Bluetooth: SCO socket layer initialized
[ 13.827384] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000a lmp_ver=06 lmp_subver=8821
[ 13.827386] Bluetooth: hci0: rtl: loading rtl_bt/rtl8821a_config.bin
[ 13.865327] Bluetooth: hci0: rtl: loading rtl_bt/rtl8821a_fw.bin
[ 13.877382] Bluetooth: hci0: rom_version status=0 version=1
[ 13.877387] Bluetooth: cfg_sz 0, total size 17428
[ 16.550280] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.550281] Bluetooth: BNEP filters: protocol multicast
[ 16.550284] Bluetooth: BNEP socket layer initialized
[ 27.868345] Bluetooth: RFCOMM TTY layer initialized
[ 27.868350] Bluetooth: RFCOMM socket layer initialized
[ 27.868354] Bluetooth: RFCOMM ver 1.11

and of lsusb is

>lsusb
Bus 002 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 002 Device 006: ID 04b8:0849 Seiko Epson Corp. Stylus SX205
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 04e8:6123 Samsung Electronics Co., Ltd
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 13d3:3414 IMC Networks
Bus 001 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Thanking you in anticipation

Question information

Language:
English Edit question
Status:
Open
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Do you have the latest BIOS?

Revision history for this message
George Hunter (c-admin-g) said :
#2

I don't know. How would I find out? or update it if I haven't?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

sudo dmidecode -t 1

Thanks

Revision history for this message
George Hunter (c-admin-g) said :
#4

 >sudo dmidecode -t 1
[sudo] password for george:
# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
 Manufacturer: ASUSTeK Computer INC.
 Product Name: CM6330_CM6630_CM6730_CM6830_M11AA-8
 Version: System Version
 Serial Number: DBPDCG00136X
 UUID: 240D6320-D7DA-11DD-9099-D850E6C3ED55
 Wake-up Type: Power Switch
 SKU Number: SKU
 Family: Desktop

Invalid entry length (16). Fixed up to 11.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

I can't see how to update it in Linux. Seems to be a Windows only thing. Do you dual boot the system?

Revision history for this message
George Hunter (c-admin-g) said :
#6

No, for better or worse I have abandoned Windows. Why do you think it might be a BIOS problem?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Could try resetting the BIOS to defaults then reset up. May help

Revision history for this message
George Hunter (c-admin-g) said :
#8

I will perhaps try that if I cant find any other solution. Not having Bluetooth is an irritation; not having a computer because I've screwed up the boot system is a disaster.

Thank you for your efforts on my behalf - they are much appreciated.

Revision history for this message
Jeremy (wa113y3s) said :
#9

File a bug report as those devices should work without any fiddling by the user

Revision history for this message
George Hunter (c-admin-g) said :
#10

Jeremy - I agree with your sentiment, and I have filed a bug report. Thanks for the suggestion

Revision history for this message
jnhgm gredt (yahet38) said :
#11

This is exactly the same issue that I am facing in my ubuntu software you can see here https://bright-star.com.au/ and please guide me if you know any thing about its solution.

Can you help with this problem?

Provide an answer of your own, or ask George Hunter for more information if necessary.

To post a message you must log in.