How to Fix Bluetooth not working on Linux 2021 | Bluetooth Issue on Linux |

Опубликовано: 17 Октябрь 2024
на канале: Busy Fun Unlimited
13,072
76

##### Bluetooth fix in linux

##### Debian #####

-- sudo apt-get install bluez*

##### OpenSUSE #####

###### With OpenSUSE, you have to install bluez with the Open Build Service.

##### Fedora #####

-- sudo dnf install bluez bluez-tools

##### Arch Linux #####

-- sudo pacman -S bluez bluez-utils



##### How to Install Blueman

##### Find out how to install Blueman on various Linux distributions below.



##### Debian #####
-- sudo apt-get install blueman

##### OpenSUSE #####
-- sudo zypper install blueman

##### Fedora
-- sudo dnf install blueman

##### Arch Linux
-- sudo pacman -S blueman

##### Other Distributions

##### To install Blueman on your Linux distributions, you should search the package manager in the distribution being used for Blueman and then install all of the relevant packages.



##### Enabling Bluetooth #####

##### After installation, you will need to activate and start the Bluetooth service. If you are using a Bluetooth dongle, you will first have to run the following command:

-- modprobe btusb

##### To enable the Bluetooth service, run the following command:

-- sudo systemctl enable bluetooth.service

##### To start the Bluetooth service, use this command:

--- sudo systemctl start bluetooth.service



Thanks for watching :)