How to fix Ubuntu 16.04 Bluetooth issues
I know, upgrading to Ubuntu 18.04 won’t work for most of you, as it didn’t for me. These are the steps that you need to follow if you’re having issues with Bluetooth on Ubuntu. Do it on the desktop itself for convenience.
- Run the following commands in terminal.
- sudo apt-get update
- sudo apt-get install build-essential linux-headers-generic
- Either download the zip from this repo or clone it to the desktop. If you download the zip file, unzip it to desktop.
- Change your terminal directory to the above unzip folder.
- Run the following commands one by one.
- make
- sudo make install
- sudo cp -r ~/Desktop/rtbth-dkms /usr/src/rtbth-3.9.3
- sudo apt-get install dkms
- sudo dkms install rtbth/3.9.3
- sudo nano /etc/modules
- The above command will open a file in the terminal itself, you have to add the following line to it. Make sure there’s no “#” in front of this line. “#” stands for comment and don’t press enter. Just write the following line
- rtbth
- then Ctrl +O and ENTER (to save the file) and Ctrl+x to close the editor.
- Reboot ( write reboot in terminal ).
Be careful with the name of the folder and the command, rtbth-dkms is actually the name of the folder. So do yours accordingly.
Artigos semelhantes
- Como instalar o Windows 8.1 no laptop pré-instalado que vem com Ubuntu e remover o Ubuntu depois de instalar o Windows 8.1
- Como fazer um downgrade do Ubuntu 18.04 para o Ubuntu 16.04
- Qual é o melhor comprimido para rodar o Ubuntu? Qualquer um pode rodar a versão completa do Ubuntu?
- Qual é a diferença entre o Ubuntu e o Ubuntu Core?