No bluetooth adapters have been found

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Wed Dec 12, 2018 10:47 am

I have been using my new laptop (Dell XPS 15 9570) with Linux Mint 19 Cinnamon edition for a month now and bluetooth has been working flawlessly. Today I boot it up and the bluetooth app did not start automatically. I started the bluetooth app and the message «No Bluetooth adapters found» was displayed.

After some researching of the problem I could not find an solution for myself but did find some diagnostic steps I will present now:

This is the version of the kernel I am using. I have been using it since Nov 15th (I think, but for a couple of weeks at least) with no bluetooth issue until today.

$ uname -a Linux jaari 4.15.0-42-generic #45-Ubuntu SMP Thu Nov 15 19:32:57 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux 
$ lsmod | grep bluetooth; dmesg | egrep -i 'blue|firm' [ 0.043524] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.244448] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 2.116716] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1) [ 5.381824] ath10k_pci 0000:3b:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:3b:00.0.bin failed with error -2 [ 5.381831] ath10k_pci 0000:3b:00.0: Direct firmware load for ath10k/cal-pci-0000:3b:00.0.bin failed with error -2 [ 5.384210] ath10k_pci 0000:3b:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb 

In a similar forum post viewtopic.php?t=212778 the previous step did not show an error message so they went a step further. However I do see an error message in reference to ath10k_pci and am not sure where to go from here. Any help would be greatly appreciated!

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

ClixTrix Level 6
Posts: 1069 Joined: Wed Dec 09, 2015 11:40 am Location: Columbus, Ohio, USA

Re: Linux Mint 19 — No Bluetooth adapters found

Post by ClixTrix » Wed Dec 12, 2018 11:52 am

The 4.15.0-42 kernel just came available recently. If you still have the 4.15.0-39 (or older) Kernel installed, try selecting that kernel(s) from Grub menu for a test to see if the firmware errors occur.

Читайте также:  Yamaha rx v379 bluetooth

Linux Mint 19.2 x64 Cinnamon 4.15.0-118-generic
Gigabyte GA-AB350M-D3H (F20) / Ryzen 5 1600 / Micron Ballistix Sport DDR4 2400 2x8GB / Sapphire Radeon HD6450
NVMe-SSD: Samsung 960 EVO 250GB / SATA-SSD: Samsung 850 EVO 250GB + Toshiba OCZ VX500 512GB

Re: Linux Mint 19 — No Bluetooth adapters found

Post by JeremyB » Wed Dec 12, 2018 11:55 am

Image

Wireless Script

Re: Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Wed Dec 12, 2018 12:25 pm

While attempting to get the grub menu to show up (following viewtopic.php?f=90&t=183449#p951025 and failing) bluetooth started working again after a few reboots.
Not sure if this helps but now the lsmod output looks like:

$ lsmod | grep bluetooth; dmesg | egrep -i 'blue|firm' bluetooth 548864 43 btrtl,btintel,btbcm,bnep,btusb,rfcomm ecdh_generic 24576 2 bluetooth [ 0.043503] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.244586] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 2.327925] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1) [ 6.370934] Bluetooth: Core ver 2.22 [ 6.370946] Bluetooth: HCI device and connection manager initialized [ 6.370948] Bluetooth: HCI socket layer initialized [ 6.370950] Bluetooth: L2CAP socket layer initialized [ 6.370954] Bluetooth: SCO socket layer initialized [ 6.651848] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 6.651849] Bluetooth: BNEP filters: protocol multicast [ 6.651851] Bluetooth: BNEP socket layer initialized [ 6.782001] ath10k_pci 0000:3b:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:3b:00.0.bin failed with error -2 [ 6.782007] ath10k_pci 0000:3b:00.0: Direct firmware load for ath10k/cal-pci-0000:3b:00.0.bin failed with error -2 [ 6.784378] ath10k_pci 0000:3b:00.0: firmware ver WLAN.RM.4.4.1-00079-QCARMSWPZ-1 api 6 features wowlan,ignore-otp crc32 fd869beb [ 15.251862] Bluetooth: RFCOMM TTY layer initialized [ 15.251867] Bluetooth: RFCOMM socket layer initialized [ 15.251871] Bluetooth: RFCOMM ver 1.11 [ 87.528498] Bluetooth: hci0: last event is not cmd complete (0x0f) 

ClixTrix Level 6
Posts: 1069 Joined: Wed Dec 09, 2015 11:40 am Location: Columbus, Ohio, USA

Re: Linux Mint 19 — No Bluetooth adapters found

Post by ClixTrix » Wed Dec 12, 2018 1:04 pm

jaspergrond wrote: ⤴ Wed Dec 12, 2018 12:25 pm While attempting to get the grub menu to show up (following viewtopic.php?f=90&t=183449#p951025 and failing) bluetooth started working again after a few reboots.

My thinking now falls to hardware problem with bluetooth. Although I agree with JeremyB on the error being wifi, I’m still curious if the problem has any relationship to newer/newest kernel. You did say it’s a brand new laptop.

On not being able to see Grub boot menu, I assume you tried holding SHIFT key and that isn’t producing the boot menu. I know that change to GRUB_TIMEOUT_STYLE=»menu» on that same post you reference should work. However, I would also adjust the parameter GRUB_TIMEOUT= to something other than 0, e.g. 3.

Make sure you run sudo update-grub after the change.

Linux Mint 19.2 x64 Cinnamon 4.15.0-118-generic
Gigabyte GA-AB350M-D3H (F20) / Ryzen 5 1600 / Micron Ballistix Sport DDR4 2400 2x8GB / Sapphire Radeon HD6450
NVMe-SSD: Samsung 960 EVO 250GB / SATA-SSD: Samsung 850 EVO 250GB + Toshiba OCZ VX500 512GB

Re: Linux Mint 19 — No Bluetooth adapters found

Post by JeremyB » Wed Dec 12, 2018 6:18 pm

You could try blacklisting one bluetooth module and then load it later to see if there is some firmware loading issue

echo "blacklist btusb" | sudo tee /etc/modprobe.d/btusb.conf

Image

Wireless Script

Читайте также:  Pairing device with bluetooth

Re: Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Thu Dec 13, 2018 10:18 am

jaspergrond wrote: ⤴ Wed Dec 12, 2018 12:25 pm While attempting to get the grub menu to show up (following viewtopic.php?f=90&t=183449#p951025 and failing) bluetooth started working again after a few reboots.

On not being able to see Grub boot menu, I assume you tried holding SHIFT key and that isn’t producing the boot menu. I know that change to GRUB_TIMEOUT_STYLE=»menu» on that same post you reference should work. However, I would also adjust the parameter GRUB_TIMEOUT= to something other than 0, e.g. 3.

Re: Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Thu Dec 13, 2018 10:29 am

JeremyB wrote: ⤴ Wed Dec 12, 2018 6:18 pm You could try blacklisting one bluetooth module and then load it later to see if there is some firmware loading issue

echo "blacklist btusb" | sudo tee /etc/modprobe.d/btusb.conf

Thanks JeremyB, before I do anything I want to make sure I know what I am doing.

Does the tee command write «blacklist btusb» to /etc/modprobe.d/btusb.conf thus blacklisting the btusb module?
Then, modeprobe manually loads the module?
Afterwards when I want to unblacklist it do I just edit /etc/modprobe.d/btusb.conf and remove the «blacklist btusb» line?

Also, is observing what happens when the module loads what we are trying to accomplish here now that the problem has ceased to show itself? Will modprobe return an error to the terminal if something is wrong?

Re: Linux Mint 19 — No Bluetooth adapters found

Post by JeremyB » Thu Dec 13, 2018 11:30 am

If it works, I would not delete the blacklist until a different solution can be found. I think it might be an issue with the timing of the firmware load

Image

Wireless Script

Re: Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Mon Jan 07, 2019 10:59 am

Sorry for the delay, had to wait for the problem to reappear.

Blacklisting and reloading does not seem to work. After following your instructions (rebooting, waiting and loading via «sudo modprobe btusb») still gets me the «No bluetooth adapters found» error in the bluetooth manager.

Since it did not work, do you recommend rolling back to the previous version of the kernel and seeing if the problem is fixed by that? I am on 4.15.0-43-generic and have the following kernels available to roll back to:

ii linux-image-4.15.0-38 4.15.0-38.41 amd64 Signed kernel image generic ii linux-image-4.15.0-39 4.15.0-39.42 amd64 Signed kernel image generic ii linux-image-4.15.0-42 4.15.0-42.45 amd64 Signed kernel image generic ii linux-image-4.15.0-43 4.15.0-43.46 amd64 Signed kernel image generic ii linux-image-generic 4.15.0.43.45 amd64 Generic Linux kernel image

Re: Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Mon Jan 07, 2019 12:06 pm

Update: I went ahead and loaded 4.15.0-42-generic and bluetooth has now resumed working. I’ll keep note if the issue reappears on this kernel.

Читайте также:  Carplay через bluetooth skoda

Re: Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Mon Jan 07, 2019 12:34 pm

I just remembered 4.15.0-42 is what I started with. I guess I’ll go back one more to be safe. But note that changing kernels immediately fixed the problem (unless it was a lucky coincidence).

Re: Linux Mint 19 — No Bluetooth adapters found

Post by jaspergrond » Mon Jan 14, 2019 10:27 am

Источник

Bluetooth adapter not detected on Linux

I’ve been using Arch Linux for a while and bluetooth has been working without issues. Now, for no explicable reason, Arch doesn’t detect my bluetooth adapters anymore. I tried doing:
$ sudo systemctl enable bluetooth ,
$ sudo systemctl start bluetooth and
$ sudo systemctl start dbus . I’ve enabled generic bluetooth drivers:
$ sudo modprobe btusb . I’ve installed: bluez, bluez-utils-compat and blueman. $ sudo lsmod | grep bluetooth returns:

bluetooth 634880 11 btrtl,btintel,bnep,btbcm,btusb ecdh_generic 24576 1 bluetooth rfkill 28672 7 bluetooth,acer_wmi,cfg80211 crc16 16384 2 bluetooth,ext4 

$ sudo lspci | grep blue returns nothing. $ sudo hciconfig returns nothing. $ sudo hcitool dev returns:

[ 283.807549] Bluetooth: Core ver 2.22 [ 283.807585] Bluetooth: HCI device and connection manager initialized [ 283.807588] Bluetooth: HCI socket layer initialized [ 283.807589] Bluetooth: L2CAP socket layer initialized [ 283.807594] Bluetooth: SCO socket layer initialized [ 349.781130] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 349.781135] Bluetooth: BNEP filters: protocol multicast [ 349.781148] Bluetooth: BNEP socket layer initialized 
0: acer-wireless: Wireless LAN Soft blocked: no Hard blocked: no 1: acer-bluetooth: Bluetooth Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: no 
$ bluetoothctl [bluetoothctl]# scan on No default controller available 

When I open blueman-adapters, it opens but the window doesn’t have any contents: Blueman-adapters window And when I open blueman-manager, the only functioning buttons are the View and Help menus: Blueman-manager window Some important info (if needed):

Model: Acer Aspire S13 S5-371 Network Card: Qualcomm Atheros QCA61x4A uname -r: 4.15.14-1-ARCH BIOS Ver: v1.5 OSes: Windows 10, Arch Linux (dual boot using rEFInd) Built in Bluetooth 4.0 support 

Источник

Bluetooth: no adapters found

I’m using a Bluetooth keyboard and all was working fine, until today. It stopped working. My Bluetooth applet says ‘No adapters found’. I’ve got a Asus UX303LA. When using sudo service bluetooth status , this is the output:

● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Active: active (running) since wo 2015-08-12 10:55:09 CEST; 13min ago Main PID: 2792 (bluetoothd) CGroup: /system.slice/bluetooth.service └─2792 /usr/sbin/bluetoothd -n aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: DIS cannot start: GATT is disabled aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init deviceinfo plugin aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init proximity plugin aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init time plugin aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init alert plugin aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init thermometer plugin aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: Failed to init gatt_example plugin aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: Bluetooth Management interface initialized aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Failed to init gatt_example plugin aug 12 10:55:09 stephan-UX303LA bluetoothd[2792]: bluetoothd[2792]: Bluetooth Management interface initialized 

Источник

Оцените статью
Adblock
detector