Changes between Version 6 and Version 7 of setup


Ignore:
Timestamp:
Nov 16, 2016, 4:40:49 PM (8 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup

    v6 v7  
    8282== Setup bluetooth for DualShock3 controller (optional) ==
    8383
    84 === On newer distros (ubuntu <=16.4 or mint>=18) ===
     84L'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.
    8585
     86=== On newer distros (ubuntu >=16.4 or mint>=18) ===
     87{{{
     88$ sudo nano /etc/systemd/system/bluetooth.target.wants/bluetooth.service
     89}}}
     90And modify the ''!ExecStart'' value:
     91{{{
     92ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=input
     93}}}
     94Then restart the dameon bluetoothd:
     95{{{
     96$ sudo systemctl daemon-reload
     97$ sudo service bluetooth restart
     98}}}
     99=== On older distros ===
    86100
    87 === On older distros ===
    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:
    89101{{{
    90102$ sudo nano /etc/bluetooth/main.conf