Help:Peripherals and accessories: Difference between revisions

Help page
(Created new page for configuration of peripherals)
 
(Created new page for configuration of peripherals)
Line 1: Line 1:
''This page is under construction''
''This page is under construction''


==cellUsbd device whitelist==
To avoid interfering with all hardware and for ease of use our list of devices is an invisible whitelist of supported hardware, which at the time of writing is:
To avoid interfering with all hardware and for ease of use our list of devices is an invisible whitelist of supported hardware, which at the time of writing is:
Skylanders Portal
* Skylanders Portal
Singstar Microphone (currently not working as it uses the streaming usb protocol)
* Singstar Microphone (currently not working as it uses the streaming usb protocol)
Guitar Hero Guitar
* Guitar Hero Guitar
Guitar Hero Drums
* Guitar Hero Drums
Guitar Hero Live Guitar
* Guitar Hero Live Guitar
DJ Hero Turntable
* DJ Hero Turntable
Harmonix Guitar
* Harmonix Guitar
Harmonix Drums
* Harmonix Drums
Harmonix Keyboard
* Harmonix Keyboard
Harmonix Button Guitar
* Harmonix Button Guitar
Harmonix Real Guitar
* Harmonix Real Guitar
lgFF_c283_c29b(which regroups some Logitech wheels used by GT5/6)
* lgFF_c283_c29b(which regroups some Logitech wheels used by GT5/6)
Thrustmaster RGT FFB Pro
* Thrustmaster RGT FFB Pro
Thrustmaster F430
* Thrustmaster F430
Thrustmaster FFB
* Thrustmaster FFB
Thrustmaster TRS
* Thrustmaster TRS
Thrustmaster T500 RS Gear Shift
* Thrustmaster T500 RS Gear Shift


==cellUsbd set-up instructions==
Now before you go all giddy and plug your favourite wheel to go play GT5, know that there are some limitations.
Now before you go all giddy and plug your favourite wheel to go play GT5, know that there are some limitations.
-On linux:
 
You need to add:
===On Windows===
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"
* You need to change the driver of the accessory you want to use to WinUsb one with [https://zadig.akeo.ie/ zadig] which is a well respected software to handle this.
To a rule file in /etc/udev/rules.d/
* Just in case the procedure to REVERT the driver is:
Note that this gives r/w access to all usb devices by default, if you want to specify a specific device you can use:
*# Go to device manager, the device will be listed under "Universal Serial Bus Devices", right click on it,
SUBSYSTEM=="usb", ATTRS{idVendor}=="ABCD", ATTRS{idProduct}=="1234", MODE="0666"
*# Properties => Driver => Update Driver => Browse my computer for driver software => Let me pick... => USB Input Device (or whatever the previous driver was).
changing idVendor&idProduct values to the VID/PID of the device you want to allow.
 
-On windows:
===On Linux===
You need to change the driver of the accessory you want to use to WinUsb one with zadig which is a well respected software to handle this: https://zadig.akeo.ie/
# Create a file called <code>/etc/udev/rules.d/99-ps3-peripherals.rules</code> (you will need root permissions to create this file), and fill it with the following:
(Just in case the procedure to REVERT the driver is: device manager, the device will be listed under "Universal Serial Bus Devices", right click on it, Properties => Driver => Update Driver => Browse my computer for driver software => Let me pick... => USB Input Device(or whatever the previous driver was).
#: <code>SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"</code>
# ''<u>Note</u>'': this gives r/w access to all USB devices by default, if you want to specify a specific device you can use:
#: <code>SUBSYSTEM=="usb", ATTRS{idVendor}=="ABCD", ATTRS{idProduct}=="1234", MODE="0666"</code>
#: changing idVendor and idProduct values to the VID/PID of the device you want to allow.

Revision as of 17:27, 9 December 2019

This page is under construction

cellUsbd device whitelist

To avoid interfering with all hardware and for ease of use our list of devices is an invisible whitelist of supported hardware, which at the time of writing is:

  • Skylanders Portal
  • Singstar Microphone (currently not working as it uses the streaming usb protocol)
  • Guitar Hero Guitar
  • Guitar Hero Drums
  • Guitar Hero Live Guitar
  • DJ Hero Turntable
  • Harmonix Guitar
  • Harmonix Drums
  • Harmonix Keyboard
  • Harmonix Button Guitar
  • Harmonix Real Guitar
  • lgFF_c283_c29b(which regroups some Logitech wheels used by GT5/6)
  • Thrustmaster RGT FFB Pro
  • Thrustmaster F430
  • Thrustmaster FFB
  • Thrustmaster TRS
  • Thrustmaster T500 RS Gear Shift

cellUsbd set-up instructions

Now before you go all giddy and plug your favourite wheel to go play GT5, know that there are some limitations.

On Windows

  • You need to change the driver of the accessory you want to use to WinUsb one with zadig which is a well respected software to handle this.
  • Just in case the procedure to REVERT the driver is:
    1. Go to device manager, the device will be listed under "Universal Serial Bus Devices", right click on it,
    2. Properties => Driver => Update Driver => Browse my computer for driver software => Let me pick... => USB Input Device (or whatever the previous driver was).

On Linux

  1. Create a file called /etc/udev/rules.d/99-ps3-peripherals.rules (you will need root permissions to create this file), and fill it with the following:
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0666"
  2. Note: this gives r/w access to all USB devices by default, if you want to specify a specific device you can use:
    SUBSYSTEM=="usb", ATTRS{idVendor}=="ABCD", ATTRS{idProduct}=="1234", MODE="0666"
    changing idVendor and idProduct values to the VID/PID of the device you want to allow.