Dell XPS 13 (9370) Bluetooth issues

5,926

Solution 1

I had the same problem, and I think it improved by updating the Bluetooth firmware using the files included in the newest Windows driver. My MD5s:

sonic@sonic-XPS-13-9370:/lib/firmware/qca$ md5sum *usb*302*
067fb95e8501bad2683df07d23539e7d  nvm_usb_00000302.bin
b3e2784b16b5b0cf5defa7eb9115956d  nvm_usb_00000302.bin_orig
c9d6334b547a92817458de10243f398c  rampatch_usb_00000302.bin
86c377ab7b2c24cc12cea5e79f71d610  rampatch_usb_00000302.bin_orig

By the way, an easier workaround was to unplug the power and do a suspend/resume cycle.
And at least mine is a 1435 Killer.

Solution 2

Update to Sven Killig's answer for Dell XPS 9370 on Ubuntu 18.04:

Driver:

https://www.dell.com/support/home/uk/en/ukbsdt1/drivers/driversdetails?driverId=1JVK3

Files to override:

AthrBT_0x00000302.dfu (size 40876) -> rampatch_usb_00000302.bin (size 32940)
ramps_0x00000302_48.dfu (size 1982) -> nvm_usb_00000302.bin (size 1953)

Listing after copy:

067fb95e8501bad2683df07d23539e7d  /lib/firmware/qca/nvm_usb_00000302.bin
b3e2784b16b5b0cf5defa7eb9115956d  /lib/firmware/qca/nvm_usb_00000302.bin.orig
47ed34d8b6af11d71036aa44314e32d3  /lib/firmware/qca/rampatch_usb_00000302.bin
86c377ab7b2c24cc12cea5e79f71d610  /lib/firmware/qca/rampatch_usb_00000302.bin.orig

Solution 3

Found a lot of solutions. Only one worked! The command I used was

modprobe btusb && systemctl start bluetooth

You might need root permissions for it.

I found it in this forum.

As you might know already, bluetooth turns off/disappears on sleep. A workout for that is to add a script to turn bluetooth off before sleep and back on after sleep.

I'll just paste in the answer.

Just put a executable script of any name in /lib/systemd/system-sleep/.

#!/bin/sh
if [ "$1" = "pre" ]; then
  systemctl stop bluetooth && rmmod btusb
elif [ "$1" = "post" ]; then
  modprobe btusb && systemctl start bluetooth
fi

Hope it works for you too!

Also, just FYI, here's my system info.

system info

Solution 4

The issue occurs from times to times.

For me, what solved was:

  • Go to the BIOS > Wireless and disable Bluetooth.
  • System will boot.
  • Reboot it and go to the BIOS > Wireless and Enable the Bluetooth again.

After that run sudo service bluetooth restart

Share:
5,926

Related videos on Youtube

TIIUNDER
Author by

TIIUNDER

Updated on September 18, 2022

Comments

  • TIIUNDER
    TIIUNDER over 1 year

    I have the following problem with my Bluetooth module on my new Dell XPS 13 (9370) with Ubuntu preinstalled.

    The bluetooth module gets disabled for some reason. The bluetooth devices (keyboard and mouse) just stop working in the middle of the work, the Bluetooth indicator goes away and the module is also gone in the rfkill list.

    To get it back working I need to reboot the machine, start the BIOS, disable the Bluetooth module and re-enable it. After that, the bluetooth module is available again. That's pretty annoying.

    My syslog when this happens:

    Apr 11 12:25:45 visyu-albatross kernel: [ 2513.913725] usb 1-7: USB disconnect, device number 3
    Apr 11 12:25:45 visyu-albatross acpid: input device has been disconnected, fd 22
    Apr 11 12:25:46 visyu-albatross systemd[1]: Starting Load/Save RF Kill Switch Status...
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started Load/Save RF Kill Switch Status.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Created slice User Slice of root.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Starting User Manager for UID 0...
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started Session c9 of user root.
    Apr 11 12:25:46 visyu-albatross acpid: input device has been disconnected, fd 21
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Reached target Timers.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Reached target Sockets.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Reached target Paths.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Reached target Basic System.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Reached target Default.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Startup finished in 15ms.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started User Manager for UID 0.
    Apr 11 12:25:46 visyu-albatross bluetoothd[1062]: Endpoint unregistered: sender=:1.80 path=/MediaEndpoint/A2DPSource
    Apr 11 12:25:46 visyu-albatross bluetoothd[1062]: Endpoint unregistered: sender=:1.80 path=/MediaEndpoint/A2DPSink
    Apr 11 12:25:46 visyu-albatross systemd[1]: Stopping User Manager for UID 0...
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Stopped target Default.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Stopped target Basic System.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Stopped target Sockets.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Reached target Shutdown.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Stopped target Paths.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Created slice User Slice of root.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Starting Exit the Session...
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Stopped target Timers.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started Session c10 of user root.
    Apr 11 12:25:46 visyu-albatross systemd[12109]: Received SIGRTMIN+24 from PID 12120 (kill).
    Apr 11 12:25:46 visyu-albatross systemd[1]: Starting User Manager for UID 0...
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Reached target Timers.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Reached target Sockets.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Reached target Paths.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Reached target Basic System.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Reached target Default.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Startup finished in 14ms.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started User Manager for UID 0.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Stopping User Manager for UID 0...
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Reached target Shutdown.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Starting Exit the Session...
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Stopped target Default.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Stopped target Basic System.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Stopped target Timers.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Stopped target Paths.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Stopped target Sockets.
    Apr 11 12:25:46 visyu-albatross systemd[12123]: Received SIGRTMIN+24 from PID 12133 (kill).
    Apr 11 12:25:46 visyu-albatross systemd[1]: Created slice User Slice of root.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started Session c11 of user root.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Starting User Manager for UID 0...
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Reached target Sockets.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Reached target Paths.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Reached target Timers.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Reached target Basic System.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Reached target Default.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Startup finished in 15ms.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started User Manager for UID 0.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Stopping User Manager for UID 0...
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Reached target Shutdown.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Starting Exit the Session...
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Stopped target Default.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Stopped target Basic System.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Stopped target Paths.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Stopped target Timers.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Stopped target Sockets.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Created slice User Slice of root.
    Apr 11 12:25:46 visyu-albatross systemd[1]: [email protected]: Start request repeated too quickly.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Failed to start User Manager for UID 0.
    Apr 11 12:25:46 visyu-albatross systemd[12140]: Received SIGRTMIN+24 from PID 12148 (kill).
    Apr 11 12:25:46 visyu-albatross systemd[1]: Started Session c12 of user root.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Stopped User Manager for UID 0.
    Apr 11 12:25:46 visyu-albatross systemd[1]: Removed slice User Slice of root.
    Apr 11 12:25:47 visyu-albatross systemd[1]: Created slice User Slice of root.
    Apr 11 12:25:47 visyu-albatross systemd[1]: Starting User Manager for UID 0...
    Apr 11 12:25:47 visyu-albatross systemd[1]: Started Session c13 of user root.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Reached target Timers.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Reached target Sockets.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Reached target Paths.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Reached target Basic System.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Reached target Default.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Startup finished in 17ms.
    Apr 11 12:25:47 visyu-albatross systemd[1]: Started User Manager for UID 0.
    Apr 11 12:25:47 visyu-albatross systemd[1]: bluetooth.target: Unit not needed anymore. Stopping.
    Apr 11 12:25:47 visyu-albatross systemd[1]: Stopped target Bluetooth.
    Apr 11 12:25:47 visyu-albatross systemd[1]: Stopping User Manager for UID 0...
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Reached target Shutdown.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Stopped target Default.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Stopped target Basic System.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Stopped target Timers.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Stopped target Paths.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Stopped target Sockets.
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Starting Exit the Session...
    Apr 11 12:25:47 visyu-albatross systemd[12167]: Received SIGRTMIN+24 from PID 12184 (kill).
    Apr 11 12:25:47 visyu-albatross systemd[1]: Stopped User Manager for UID 0.
    Apr 11 12:25:47 visyu-albatross systemd[1]: Removed slice User Slice of root.
    Apr 11 12:25:48 visyu-albatross org.gnome.Terminal[2417]: ** (gnome-terminal-server:12197): WARNING **: Unable to set locale modifiers with XSetLocaleModifiers()
    

    I already tried different things:

    1. Disabling TLP and disabling TLP for Bluetooth in /etc/default/tlp
    2. Updating the BIOS to version 1.2.1
    3. Setting this line to modprobe for ath10k: echo "options ath10k_core skip_otp=y" > /etc/modprobe.d/ath10k.conf
    4. Updating the linux-firmware package, like mentioned here: https://www.killernetworking.com/driver-downloads/kb/faq/1-killer-1535-1525-1435-in-ubuntu-debian

    Nothing of this helped until now.

    As far as I can see, it's the following hardware: QCA 6174 Killer Qualcomm / QCA 1535 Killer Qualcomm

    Mostly I have these two bluetooth devices paired and connected:

    • Logitech K810 keyboard
    • Logitech MX Anywhere2 mouse
    • Admin
      Admin about 6 years
      This looks very much like a hardware issue.
    • Admin
      Admin about 6 years
      @guntbert Why do you think that?
    • Admin
      Admin about 6 years
      Because (in my experience) when components failed repeatedly but came back after a reboot / power cycle it was very rarely attributable to anything else.
    • Admin
      Admin about 6 years
      I'm also having the same issue in Archlinux with everything updated too. If i figure it out, I will let you know.
    • Admin
      Admin about 6 years
      New info: Rebooting doesn't help as already mentioned, but turning the machine off (shutdown) and on again re-enables the Bluetooth module without needing to go into BIOS.
    • Admin
      Admin about 6 years
      I opened a bug report here: bugs.launchpad.net/dell-sputnik/+bug/1766825
    • Admin
      Admin almost 6 years
      There are a number of people that just cut the cord on the dell provided network card and went with a new intel instead: reddit.com/r/Dell/comments/8gx2ep/… I bought mine for 14eur and don't have any problem since. May be worth the thought, it's a 20 min repair and you get bluetooth 5.0 and better range/throughput as well
  • TIIUNDER
    TIIUNDER about 6 years
    More information would be nice. Where did you get the driver? How did you update the Bluetooth firmware using the driver?
  • Sven Killig
    Sven Killig about 6 years
    I got this driver: dell.com/support/home/de/de/dedhs1/drivers/… You don't even need Windows to extract the firmware from the .exe, just double click in Ubuntu to start Archive Manager, extract drivers/Production/Windows10-x64/Bluetooth_driver and overwrite the ones with the corresponding MD5 in /lib/firmware/qca (after backup).
  • TIIUNDER
    TIIUNDER almost 6 years
    I'm trying this for multiple days now and it seems to work
  • Sven Killig
    Sven Killig almost 6 years
    Warning: my Ubuntu just installed an update of the linux-firmware package that undid my changes. My /etc/rc.local now contains: echo bluetooth ; cp -p /opt/Bluetooth_driver/ramps_0x00000302_48.dfu /lib/firmware/qca/nvm_usb_00000302.bin ; cp -p /opt/Bluetooth_driver/AthrBT_0x00000302.dfu /lib/firmware/qca/rampatch_usb_00000302.bin
  • musicformellons
    musicformellons over 5 years
    BTW: /etc/rc.local is not available by default but still works in Ubuntu 18.04, when 1) it exists 2) is executable 3) Starts with a shebang
  • JinnKo
    JinnKo almost 5 years
    Using kernel 4.18.0-20-generic #21~18.04.1-Ubuntu didn't resolve the issue :(
  • JinnKo
    JinnKo almost 5 years
    I've put together a script that automates patching the files: gist.github.com/jinnko/4b9af7dacb6e9841a63a76a78b14f4a8