Changes between Version 9 and Version 10 of setup
- Timestamp:
- Feb 13, 2019, 5:41:51 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
setup
v9 v10 86 86 == Setup bluetooth for DualShock3 controller (optional) == 87 87 88 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.88 Using bluetooth for the ds3 is not conventional. Thus, you need a small modification in the linux's bleutooth service. You just have to do it once. 89 89 90 90 === On newer distros (ubuntu >=16.4 or mint>=18) === … … 106 106 $ sudo nano /etc/bluetooth/main.conf 107 107 }}} 108 et ajouter input à la directive!DisablePlugins:108 and add a line to !DisablePlugins: 109 109 {{{ 110 110 [General] … … 112 112 DisablePlugins = network,input 113 113 }}} 114 Puis redémarrerbluetoothd:114 Then restart bluetoothd: 115 115 {{{ 116 116 $ sudo service bluetooth restart