Difference between revisions of "Template:InstallationNext"

From GIMX
Jump to: navigation, search
Line 53: Line 53:
 
* 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
{{#ifeq:{{{platform|}}}||xboxone
+
{{#ifeq:{{{platform|}}}|xboxone|
 
LibusbK can be used as an alternative to USBDK. ('''Optional, not recommended''')
 
LibusbK can be used as an alternative to USBDK. ('''Optional, not recommended''')
 
<div class="mw-collapsible mw-collapsed">
 
<div class="mw-collapsible mw-collapsed">
Line 62: Line 62:
 
'''''Note''''': the libusb-1.0.dll file will be replaced after updating GIMX. Perform the above steps again to keep using libusbK.
 
'''''Note''''': the libusb-1.0.dll file will be replaced after updating GIMX. Perform the above steps again to keep using libusbK.
 
</div>
 
</div>
|}}
+
}}

Revision as of 18:28, 8 November 2017

Before Installation

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)


GIMX Installation

After making sure you've filled requirements you can proceed to installing GIMX software itself.

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