Bluetooth
This commit is contained in:
parent
a8a5d2452c
commit
d10e3dd862
1 changed files with 10 additions and 0 deletions
10
Bluetooth.md
Normal file
10
Bluetooth.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
## 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.<sup>[askubuntu.com](https://askubuntu.com/a/6643)</sup>
|
||||||
|
|
||||||
|
```
|
||||||
|
# modprobe uinput
|
||||||
|
# service bluetooth restart
|
||||||
|
# # Cargar cada vez que inicia la máquina
|
||||||
|
# echo 'uinput' | tee -a /etc/modules
|
||||||
|
```
|
Reference in a new issue