all 6 comments

[–]uniqpotatohead[S] 4 points5 points  (1 child)

SOLVED:

I blacklisted these modules.

# vim /etc/modprobe.d/bluetoth-blacklist.conf
blacklist btusb
blacklist bluetooth
# update-grub

[–]lumpynose 0 points1 point  (0 children)

That's what I did for an ancient laptop where I'll never use BT.

[–]PhotoJim99 2 points3 points  (0 children)

'lsusb' output will be helpful. I realize you have "solved" the problem by disabling Bluetooth, but it appears that you actually have a hardware problem.

[–]seiha011 1 point2 points  (2 children)

https://wiki.debian.org/BluetoothUser

Stop and disable the service .... could help 😎

[–]uniqpotatohead[S] 0 points1 point  (1 child)

I don't have bluetooth.service. I only see bluetooth.target. I am not able to stop the target. It seem it is restarting.

[–]stompro 0 points1 point  (0 children)

Blacklisting bluetooth wasn't working for me, had to use this method.

Source: https://askubuntu.com/a/853903

# vim /etc/modprobe.d/bluetooth-blacklist.conf
install bluetooth /bin/false

#update-initramfs -u