Probleme:
Bluetooth: Schaltfläche Umschaltet wird sofort schließt, wenn ich zum Öffnen von Bluetooth klicke. Zugriff nicht funktioniert nicht. < /p>
Was ich ausprobiert habe:
Ich habe versucht />
- Neustart und Aktivierung von Bluetooth.Service < /li>
Entfernen von Bluetooth über RFKILL < /li>
Neuinstallierende Bluez und Gnom-Bluetooth < /li>
Das BTUSB -Kernel -Modul mit DKMS < /li>
Überprüfen Sie die Ausgänge von DMESG und LSUSB < /li>
Versuchen Sie USBNET und RNDIS_HOST für USB Netzwerk - Installation zusätzlicher Firmware- und Kernel -Updates
- Keine davon hat das Problem behoben.
Code: Select all
# Basic package updates & service checks
sudo apt update && sudo apt-get upgrade
sudo systemctl status bluetooth.service
sudo systemctl restart bluetooth
# Bluetooth-related attempts
sudo rfkill unblock bluetooth
sudo apt reinstall --purge bluez gnome-bluetooth
sudo systemctl disable tlp.service
lsmod | grep bluetooth
sudo modprobe -r btusb && sudo modprobe btusb
# USB tethering attempts
sudo modprobe rndis_host && sudo modprobe usbnet
sudo systemctl restart NetworkManager
sudo dhclient -v usb0
lsusb
ip a | grep usb0
dmesg | grep -i USB