| 86 | |
| 87 | == Setup bluetooth for DualShock3 controller (optional) == |
| 88 | |
| 89 | L'utilisation du bluetooth pour la manette n'est pas conventionnelle. Il faut donc faire une modification sur le service bluetooth de Linux. Cette opération n'est à faire qu'une seule fois pour toute: |
| 90 | {{{ |
| 91 | $ sudo nano /etc/bluetooth/main.conf |
| 92 | }}} |
| 93 | et ajouter input à la directive !DisablePlugins: |
| 94 | {{{ |
| 95 | [General] |
| 96 | # List of plugins that should not be loaded on bluetoothd startup |
| 97 | DisablePlugins = network,input |
| 98 | }}} |
| 99 | Puis redémarrer bluetoothd: |
| 100 | {{{ |
| 101 | $ sudo service bluetooth restart |
| 102 | }}} |