Difference between revisions of "Installation/en"

From GIMX
Jump to: navigation, search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 2: Line 2:
 
==Windows==
 
==Windows==
  
* Download [http://gimx.fr/download/CP210x_VCP_Windows the CP2102 drivers ] and install (mandatory).
+
===Download and install the GIMX setup file===
* Download [http://gimx.fr/download/gimx-windows the GIMX setup file] and install.
+
* [http://gimx.fr/download/gimx-windows-32bits 32-bit setup]
 +
* [http://gimx.fr/download/gimx-windows-64bits 64-bit setup]
 +
The setup file includes the following installers:
 +
* CP210x driver - required when using a CP2102 USB to UART adapter
 +
* USBDK driver - required when using a console that needs controller authentication
 +
 
 +
===Install the libusbk driver===
 +
For consoles that require authentication, the stock controller driver has to be replaced with the libusbk driver.<br />
 +
Since GIMX 4.0 this is only required for the Xbox One.<br />
 +
This can easily be done using [http://zadig.akeo.ie/ Zadig]:
 +
* choose "Options->List All Devices"
 +
* select the right device:
 +
{| class="wikitable"
 +
| Console || Device name || USB ID
 +
|-
 +
| Xbox 360 || "Controller" || 045E:028E
 +
|-
 +
| PS4 || "Wireless Controller" || 054C:05C4
 +
|-
 +
| Xbox One    || "Controller" || 045E:02D1
 +
|}
 +
* select "libusbK" as target driver
 +
* click on the drop down menu, and select "Install Driver"
 +
* click on "Replace Driver"
  
 
==Ubuntu==
 
==Ubuntu==

Revision as of 15:06, 30 September 2015

Other languages:
Deutsch • ‎English • ‎français

Windows

Download and install the GIMX setup file

The setup file includes the following installers:

  • CP210x driver - required when using a CP2102 USB to UART adapter
  • USBDK driver - required when using a console that needs controller authentication

Install the libusbk driver

For consoles that require authentication, the stock controller driver has to be replaced with the libusbk driver.
Since GIMX 4.0 this is only required for the Xbox One.
This can easily be done using Zadig:

  • choose "Options->List All Devices"
  • select the right device:
Console Device name USB ID
Xbox 360 "Controller" 045E:028E
PS4 "Wireless Controller" 054C:05C4
Xbox One "Controller" 045E:02D1
  • select "libusbK" as target driver
  • click on the drop down menu, and select "Install Driver"
  • click on "Replace Driver"

Ubuntu

Add "universe" to your software sources

  • Start Ubuntu Software Center.
  • Click Edit>Software Sources.
  • Select "Community-maintained Open Source software (universe)", and close.

Refresh software sources

If you are running from a Live CD or a Live USB, you have to manually refresh software sources:

  • Click on the Ubuntu desk.
  • In the search area, type "terminal" with no quotes, and hit enter.
  • In the terminal, type "sudo apt-get update" with no quotes, and hit enter.

Download the .deb file

  • Downloard the .deb file: 32bits or 64bits
  • Install it (double click, then install).