Ojo: este sitio es un espejo (mirror). nulo.in es la fuente.

☚ Volver al inicio

Bluetooth

Último cambio:

Activar botones multimedia Bluetooth en Linux

Por alguna razón, tenemos que específicamente cargar un modulo de kernel (uinput) antes que el daemon de Bluetooth para que funcione.askubuntu.com

# modprobe uinput
# service bluetooth restart
# # Cargar cada vez que inicia la máquina
# echo 'uinput' | tee -a /etc/modules