Difference between revisions of "Template:InstallationNext"
Line 42: | Line 42: | ||
* Create a system restore point, in case something goes wrong (USBDK was known to create instability on some systems){{#ifeq:{{{platform|}}}|xboxone| | * Create a system restore point, in case something goes wrong (USBDK was known to create instability on some systems){{#ifeq:{{{platform|}}}|xboxone| | ||
* If using Windows 10 version 1607 do an update. This version has a nasty two Xbox One controllers bug.|}} | * If using Windows 10 version 1607 do an update. This version has a nasty two Xbox One controllers bug.|}} | ||
+ | {{#ifeq:{{{platform|}}}|xboxone|| | ||
+ | ====(Optional, NOT RECOMMENDED) LibusbK installation==== | ||
+ | <div class="mw-collapsible mw-collapsed"> | ||
+ | Install this optional driver '''only''' if you know what you are doing | ||
+ | * Rename the libusb-1.0.dll file from the C:\Program Files\GIMX folder to libusb-1.0.dll.bk. | ||
+ | * Download this libusb package: [http://sourceforge.net/projects/msys2/files/REPOS/MINGW_GCC_4_9/x86_64/mingw-w64-x86_64-libusb-1.0.19-2-any.pkg.tar.xz/download link]. | ||
+ | * Open it (with [http://www.7-zip.org/ 7zip] for example) and extract the libusb-1.0.dll file from the /mingw64/bin/ folder to the C:\Program Files\GIMX folder. | ||
+ | * Install the libusbk driver as explained below. | ||
+ | '''''Note''''': the libusb-1.0.dll file will be replaced after updating GIMX. Perform the above steps again to keep using libusbK. | ||
+ | </div>}} | ||
===Ubuntu Linux=== | ===Ubuntu Linux=== | ||
<div class="mw-collapsible mw-collapsed"> | <div class="mw-collapsible mw-collapsed"> | ||
====Add "universe" to your software sources==== | ====Add "universe" to your software sources==== | ||
− | + | * Start Ubuntu Software Center. | |
− | <div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg https://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg]</div> | + | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg https://gimx.fr/img/screenshots/tuto/1.1_1_software_center_icon.jpg]</div> |
* Click Edit>Software Sources. | * Click Edit>Software Sources. | ||
:<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg https://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg]</div> | :<div class="image200px">[https://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg https://gimx.fr/img/screenshots/tuto/1.1_2_edit_software_sources.jpg]</div> | ||
Line 69: | Line 79: | ||
* [https://gimx.fr/download/gimx-windows-32bits 32-bit setup], for 32-bit Windows only | * [https://gimx.fr/download/gimx-windows-32bits 32-bit setup], for 32-bit Windows only | ||
* [https://gimx.fr/download/gimx-windows-64bits 64-bit setup], for 64-bit Windows only | * [https://gimx.fr/download/gimx-windows-64bits 64-bit setup], for 64-bit Windows only | ||
+ | And install GIMX software. | ||
+ | |||
The setup file includes the following installers: | The setup file includes the following installers: | ||
* '''CP210x driver''' - required when using a '''CP2102''' USB to UART adapter | * '''CP210x driver''' - required when using a '''CP2102''' USB to UART adapter | ||
* '''USBDK driver''' - required when using a console that needs controller authentication | * '''USBDK driver''' - required when using a console that needs controller authentication | ||
+ | Thanks to automated installation of USB and UART drivers in GIMX setup you don't need to find and install them manually. If you however, wish to do it the "old" way you can uncheck auto-installation of these at the end of the setup program. | ||
===Ubuntu Linux=== | ===Ubuntu Linux=== |
Revision as of 21:14, 9 November 2017
Contents
Before Installation
Windows
Disable power saving for USB devices
This is required to prevent Windows from turning off the controller or the USB to UART adapter.
- Open the Device Manager.
- Right click on the USB HUB (make sure to select the right one) > Properties > Power management > Uncheck "Allow the computer to turn off this device to save power".
- Right click on the COM port > Properties > Power management > Uncheck "Allow the computer to turn off this device to save power".
System Preparation
- Install all Windows updates (otherwise USBDK may fail to work properly, resulting in GIMX failures)
- Create a system restore point, in case something goes wrong (USBDK was known to create instability on some systems)
(Optional, NOT RECOMMENDED) LibusbK installation
Install this optional driver only if you know what you are doing
- Rename the libusb-1.0.dll file from the C:\Program Files\GIMX folder to libusb-1.0.dll.bk.
- Download this libusb package: link.
- Open it (with 7zip for example) and extract the libusb-1.0.dll file from the /mingw64/bin/ folder to the C:\Program Files\GIMX folder.
- Install the libusbk driver as explained below.
Note: the libusb-1.0.dll file will be replaced after updating GIMX. Perform the above steps again to keep using libusbK.
Ubuntu Linux
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.
GIMX Installation
Windows
Now, as you did previous steps you can proceed to installation of the GIMX software itself. Depending on architecture of your system choose correct package.
- 32-bit setup, for 32-bit Windows only
- 64-bit setup, for 64-bit Windows only
And install GIMX software.
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
Thanks to automated installation of USB and UART drivers in GIMX setup you don't need to find and install them manually. If you however, wish to do it the "old" way you can uncheck auto-installation of these at the end of the setup program.
Ubuntu Linux
Depending on architecture of your system choose correct package.