Restart Bluetooth

Restart and Configures Bluetooth for debian, ubuntu, popos.

Systemctl

Systemctl manages linux servers. We are using this to restart the default bluetooth application.

Dmsg

Dmsg is the list of running processes. Here we remove any additional bluetooth processes to avoid conflicts.

Mod

Modprobe and Rmmod adds and removes modules from the kernal. We are simply adding and removing the btusb module.

sudo systemctl restart bluetooth

sudo dmsg | grep -i bluetooth
rfkill list all

sudo rmmod btusb
sudo modprobe btusb
Download

Checksum / Hashes

  • MD5: fc3523fbdad238b499f9d37e7e95a3da
  • SHA1: 7656c5b570b1eb38b12955123d1ae4576d8fc018