How to Turn on Bluetooth in Ubuntu

vote/تقييم

In this guide, we will discover: How to Turn on Bluetooth in Ubuntu – Easy Beginners Guide 2023
So, let’s begin!

Do you wish to turn on Bluetooth on your Ubuntu Linux-based computer but have no clue how? Read this detailed article, as it demonstrates multiple methods to accomplish that.

By Oluwaseun Bamisile | Updated April 11, 2023 | 7 minutes read

In this article, I will illustrate two ways to enable this wireless technology in Ubuntu. First, you will learn to turn on the feature via the Ubuntu settings.

Then, I will teach you how to enable Bluetooth by executing a simple command in the Ubuntu terminal.

Aside from providing methods to enable this wireless technology, this guide also features an FAQ section. That section will include answers to some of the questions people mostly ask regarding the topic in view.

Before we continue, it is important to note that the procedures and screenshot images provided in this guide are based on the Ubuntu 22.04 Linux-based OS. Accordingly, the steps and screenshots may differ slightly from other Ubuntu Linux-based OS versions.

Enable Bluetooth in Ubuntu Through Settings

Enable Bluetooth In Ubuntu Through Settings

One way to switch on Bluetooth on your Ubuntu Linux-based computer is through the settings. The subsequent steps and screenshot images will demonstrate how to do that.

  1. On the Ubuntu dock, click the Show Applications menu button. Then, type “settings” in the search field and left-click the Settings icon from the search result.

Alternatively, click the system menu tray at the top right corner of the Ubuntu desktop and select Settings.

Enable Bluetooth In Ubuntu Through Settings
  1. Now, click Bluetooth among the menus on the left pane of the Settings window.
  1. After doing that, turn on the toggle at the top of the Bluetooth page. Consequently, Bluetooth should be enabled on your Ubuntu PC.
Enable Bluetooth In Ubuntu Through Settings

Switch on Bluetooth in Ubuntu Through the Terminal

Another way to enable Bluetooth on your Ubuntu LInux-based computer is by running a simple command in the terminal. To learn how to do that, follow the procedures and screenshots below.

  1. Launch the terminal in Ubuntu by right-clicking any free area on the desktop and left-clicking Open in Terminal from the context menu. You may also open the terminal in Ubuntu by pressing the Ctrl + Alt + T keys on your keyboard simultaneously.
Switch On Bluetooth In Ubuntu Through The Terminal
  1. When the terminal opens, execute either of the commands below to turn on Bluetooth. However, before the command runs, you will be prompted to input your password – do that and press enter.
sudo service bluetooth start
sudo systemctl start bluetooth.service

You should know that while inputting your computer’s password in the terminal, the characters won’t be visible.

Switch On Bluetooth In Ubuntu Through The Terminal

Frequently Asked Questions

1. What Is Bluetooth?

Bluetooth is a short-range wireless technology. It is used for exchanging data between Bluetooth-enabled devices over short distances.

2. How Do I Turn On Bluetooth In Ubuntu?

Follow the steps below to learn how to enable Bluetooth on your Ubuntu computer.
a) On the Ubuntu dock, click the Show Applications menu button.
b) Then, type “settings” in the search field and left-click the Settings icon from the search result.
c) Now, click Bluetooth among the menus on the left pane of the Settings window.
d) After doing that, turn on the toggle at the top of the Bluetooth page.
e) Consequently, Bluetooth should be enabled on your Ubuntu PC.

3. Can I Enable Bluetooth In Ubuntu Through The Terminal?

Yes, you can switch on Bluetooth on your Ubuntu computer through the terminal. The following steps will illustrate how to accomplish that.
a) Open the terminal in Ubuntu by right-clicking any free area on the desktop and left-clicking Open in Terminal from the context menu.
b) When the terminal opens, type “sudo systemctl start bluetooth.service” (without the quotes) and press the enter key.
c) Then, you will be prompted to input your password – do that and press enter.
d) Consequently, Bluetooth should be turned on your computer.

4. What Is The Difference Between Wi-Fi And Bluetooth?

Bluetooth is a wireless technology that allows short-range data transfer between devices. Wi-Fi, on the other hand, is a wireless technology that allows devices to connect to the Internet.

5. Does Linux Support Bluetooth?

Yes, the Linux operating system supports Bluetooth.

My Final Thoughts

My Final Thoughts

Bluetooth is a wireless technology that lets multiple devices communicate with each other over a short distance. It’s a useful feature in Ubuntu that can enable you to connect to other devices like wireless keyboards, smartphones, and a wireless mouse, among others.

Moreover, most operating systems, including the Ubuntu Linux-based OS, support this wireless technology. Gladly, this guide demonstrated multiple ways to enable this wireless technology in the Ubuntu operating system.

To be specific, we discussed how to turn on the feature through the Ubuntu settings. This guide also taught us how to switch on Bluetooth by executing a simple command in the Ubuntu terminal.

I hope you enjoyed reading this guide and found it insightful. If you found the guide insightful and helpful, we would love to know what you think.

Hence, to share your thoughts, visit Itechguides Community Forum. Aside from sharing your thoughts, you can also ask various questions or offer feedback regarding this guide’s topic at Itechguides Community Forum.

Our forum staff will be delighted to provide answers to your questions or feedback as quickly as possible. In addition to our forum staff, other community members can also respond to your questions or feedback.

Finally, for more helpful and insightful Linux how-to guides, visit our Linux how-to page.

References and Further Reading

  1. addictivetips.com – How To Pair And Use Bluetooth Devices On Linux
  2. Itechguides Community Forum

Leave a Comment