jueves, 27 de febrero de 2020

Configurar Bluethooth en Debian 10

Configuramos un dispositivo Atheros el cual hemos localizado con el comando

lsusb


Para instalar el controlador, necesitamos añadir rutas al repositorio (non-free)

nano /etc/apt/sources.list


deb http://deb.debian.org/debian buster main non-free


apt-get update


Ahora sí podemos instalar el firm de la tarjeta atheros

apt install firmware-atheros

Instalamos todos lo que podamos de herramientas bluetooth (algunos nos dirán que tya están en la ultima versión)

apt-get install bluedevil
apt-get install bluetooth 
apt-get install bluez 
apt-get install bluez-tools 
apt-get install rfkill 
apt-get install rfcomm
apt-get install libbluetooth3:amd64
apt-get install pulseaudio-module-bluetooth
apt-get install python-bluez


Con rfkill list verificamos que existe el dispositivo

2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Con el comando bluetoothctl abriremos la consola de comunicación con el dispositivo, y el comando show nos dirá si está funcionando correctamente.

[bluetooth]# show
[bluetooth]# exit

Listo, ya podemos disponer del icono y las herramientas al lado del reloj.













No hay comentarios:

Publicar un comentario