Categories: Ubuntu

How to restart Bluetooth in Ubuntu?

While you are using Ubuntu Linux, you may want to watch Netflix or YouTube videos with your Bluetooth headset. The interaction of various modules such as Bluez, PulseAudio, drivers, Linux kernel, and client applications allow Bluetooth to work. However, in Ubuntu, you could face some issues in establishing the Bluetooth connection.

For instance, you may experience some problems with Bluetooth connectivity after suspending the whole system. In this case, you think that restarting the entire system for making the Bluetooth headset work is the right option. You also go for the “universal solution, ” removing the device and pairing it up again. Unfortunately, these solutions are not going to work for you in Ubuntu. After significant research, we have compiled some solutions for restarting Bluetooth in Ubuntu. To solve this problem, try each of these solutions one at a time.

Method
Sponsored
1: Restarting Bluetooth Service

First of all, restart the Bluetooth by utilizing the below-given command:

$ sudo service Bluetooth restart

Now, load the kernel modules.

$ sudo rmmod btusb

Again, enable the Bluetooth after the restart.

$ sudo systemctl enable Bluetooth

Method 2: Using “Rfkill” to Unblock Bluetooth

In this method, firstly, we will update and upgrade the whole Ubuntu system.

$ sudo apt-get update

$ sudo apt upgrade

Enter “y” to permits the packages to be upgraded.

Now, start the service of Bluetooth.

$ sudo systemctl start Bluetooth

Check out Bluetooth service status by writing out the following command in your terminal.

$ sudo systemctl status Bluetooth

Rfkill is a tool that many Linux users use for enabling and disabling wireless devices. In this method, we will use rfkill to unblock the Bluetooth of our system.

$ rfkill unblock Bluetooth

Method 3: Using “Blueman” Bluetooth Management Utility

There also exists a GTK+ utility for managing Bluetooth for GNOME, which uses Bluez D-bus at the backend. This utility is known as Blueman. In this solution, we will give it a try to fix our Ubuntu Bluetooth connectivity problem.

Write out the below-given command for installing “Blueman” on your system.

$ sudo apt install Blueman

Sponsored

Enter “y” to permit the process to continue the installation.

Now, add the following repository.

$ sudo add-apt-repository ppa:blaze/rtbth-dkms

Enter to continue.

Again, update your system packages.

$ sudo apt-get update

It’s time to install the “rtbth-dkms” utility.

$ sudo apt-get install rtbth-dkms

Write out “y” to continue the installation of this Bluetooth management utility.

Open up the modules file, comment all lines, and lastly, add “rtbth” in this file.

$ sudo vim /etc/modules

rtbth

Now, reboot the system and open the Blueman manager.

$ sudo Blueman-manager

I hope that this would fix your Bluetooth connectivity issue, and you will be able to restart Bluetooth in your Ubuntu system.

Conclusion

Watching YouTube videos or Netflix with a Bluetooth headset is assumed to be ideal for any Ubuntu user who wants to spend his spare time. What if you face any connectivity issue between the Bluetooth headset and your system? You will look forward to restarting your Bluetooth system. This is where this article comes to rescue you! We have provided you three different methods for restarting Bluetooth in your Ubuntu system.

Ubuntu Server Admin

Recent Posts

Canonical achieves IEC 62443-4-1 compliance in Industrial Automation and Control Systems

Canonical is proud to announce it has achieved compliance with IEC 62443-4-1 for cybersecurity in…

8 hours ago

VirtualBox 7.2.2 Fixed TPM 2.0 Emulation & KVM Conflict

Oracle VirtualBox, announced the first maintenance update for the 7.2 release series few days ago.…

2 days ago

Firefox 143.0 is out with Microsoft Copilot AI Integration

Firefox 143.0, the new monthly release of the popular free open-source web browser, is available…

2 days ago

VLC 3.0.22 Adds Qt6 & AMD AI Frame Interpolation Support [Ubuntu PPA]

VLC, the popular free open-source media player, rolled out the new 3.0.22 version few days…

2 days ago

Dash to Panel updated with GNOME 49 (Ubuntu 25.10) Support

Dash to Panel, the popular Gnome Shell extension, updated few days ago with support for…

3 days ago

Ubuntu Weekly Newsletter Issue 909

Welcome to the Ubuntu Weekly Newsletter, Issue 909 for the week of September 7 –…

3 days ago