You are not logged in.

#1 2021-06-16 11:50:00

othersamo_
Member
From: Braislava
Registered: 2020-10-26
Posts: 161

Bluetooth errors on boot

Hello,
some time ago, I started noticing errors regarding to bluetooth on  boot:

Jun 16 13:18:44 Samo-PCTP kernel: Bluetooth: hci0: Reading supported features failed (-16)
Jun 16 13:18:44 Samo-PCTP kernel: Bluetooth: hci0: Setting Intel telemetry ddc write event mask failed (-95)

This happens every  time I turn on my computer but not when I restart it. Example: My computer is turned off for 2 days and when I boot it, this error pops out. However, when I restart after update, no errors regarding to the bluetooth are present.

What I found is an article on github which says about the firmware problem with bluetooth. However, I have not found same information anywhere else: https://github.com/torvalds/linux/commi … 2c5b4b7167

Anyone is able to help me/has some information about it?
Thank you


"Why join the navy if you can be a pirate?"
- Steve Jobs

Offline

#2 2021-06-16 14:46:02

Khere
Member
From: Italy
Registered: 2020-03-04
Posts: 170

Re: Bluetooth errors on boot


Fan of Giorgio Moroder & Mohammad Ammax enemy

Offline

#3 2021-06-18 11:04:55

othersamo_
Member
From: Braislava
Registered: 2020-10-26
Posts: 161

Re: Bluetooth errors on boot

Thank you,
however, disabling "runtime-pm" module did not work. It could not even find the module.
Sending my dmesg for more information. Looks like it can load the module, but has problems once it tries reading the supported features:

[    3.321053] Bluetooth: Core ver 2.22
[    3.321076] Bluetooth: HCI device and connection manager initialized
[    3.321080] Bluetooth: HCI socket layer initialized
[    3.321082] Bluetooth: L2CAP socket layer initialized
[    3.321085] Bluetooth: SCO socket layer initialized
[    3.393043] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[    3.400050] Bluetooth: hci0: Device revision is 5
[    3.400051] Bluetooth: hci0: Secure boot is enabled
[    3.400051] Bluetooth: hci0: OTP lock is enabled
[    3.400052] Bluetooth: hci0: API lock is enabled
[    3.400052] Bluetooth: hci0: Debug lock is disabled
[    3.400053] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.400688] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[    3.413883] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.413884] Bluetooth: BNEP filters: protocol multicast
[    3.413886] Bluetooth: BNEP socket layer initialized
[    5.244728] Bluetooth: hci0: Waiting for firmware download to complete
[    5.245217] Bluetooth: hci0: Firmware loaded in 1809759 usecs
[    5.245381] Bluetooth: hci0: Waiting for device to boot
[    5.257104] Bluetooth: hci0: Device booted in 11601 usecs
[    5.271183] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-11-5.ddc
[    5.275132] Bluetooth: hci0: Applying Intel DDC parameters completed
[    5.276125] Bluetooth: hci0: Reading supported features failed (-16)
[    5.277108] Bluetooth: hci0: Setting Intel telemetry ddc write event mask failed (-95)
[    5.278124] Bluetooth: hci0: Firmware revision 0.0 build 10 week 41 2018

Thanks (:


"Why join the navy if you can be a pirate?"
- Steve Jobs

Offline

#4 2021-06-19 14:41:25

Khere
Member
From: Italy
Registered: 2020-03-04
Posts: 170

Re: Bluetooth errors on boot

The secure boot is enabled , it could interfere with device drivers
Try to deactivate it by the BIOS menu and then see if the problem persist.
Btw i didn't undesrstood if you are having problems with bluetooth? Or  if that error message not interfere with normal bluetooth operation


Fan of Giorgio Moroder & Mohammad Ammax enemy

Offline

#5 2021-06-19 20:35:20

othersamo_
Member
From: Braislava
Registered: 2020-10-26
Posts: 161

Re: Bluetooth errors on boot

Khere wrote:

The secure boot is enabled , it could interfere with device drivers
Try to deactivate it by the BIOS menu and then see if the problem persist.
Btw i didn't undesrstood if you are having problems with bluetooth? Or  if that error message not interfere with normal bluetooth operation

Bluetooth itself works fine, will check the bios tomorrow. Just the errors pop out on a boot.


"Why join the navy if you can be a pirate?"
- Steve Jobs

Offline

#6 2021-06-20 10:09:20

Khere
Member
From: Italy
Registered: 2020-03-04
Posts: 170

Re: Bluetooth errors on boot

othersamo_ wrote:

Bluetooth itself works fine

I advise you not to risk wasting time and taking risks to resolve error messages that do not affect the regular functioning of the bluetooth.
Btw probably after disabling the secure boot these error will not appear anymore


Fan of Giorgio Moroder & Mohammad Ammax enemy

Offline

#7 2021-06-21 18:33:57

othersamo_
Member
From: Braislava
Registered: 2020-10-26
Posts: 161

Re: Bluetooth errors on boot

Khere wrote:
othersamo_ wrote:

Bluetooth itself works fine

I advise you not to risk wasting time and taking risks to resolve error messages that do not affect the regular functioning of the bluetooth.
Btw probably after disabling the secure boot these error will not appear anymore

I checked the secure boot option - it was turned off all time and makes zero impact on the behaviour..


"Why join the navy if you can be a pirate?"
- Steve Jobs

Offline

#8 2025-03-21 14:42:18

handymandyb
Member
Registered: 2025-03-21
Posts: 1

Re: Bluetooth errors on boot

Turns out what was wrong for me was that the Bluetooth module wasn't loading correctly on a cold start so I didn't have any issues when starting and then rebooting.
What then worked for me was forcing it to load early by editing/creating the modules file so:

sudo vim /etc/modules-load.d/bluetooth.conf

and then adding

btusb
bluetooth

into it.
Afterwards you'll have to regenerate the initramfs by running

mkinitcpio -P

as a superuser (sudo).
This solved the problem for me so I hope it can help you even if I'm a bit late to this post smile

Offline

Board footer

Powered by FluxBB