USB Passthrough: Difference between revisions

No edit summary
Line 90: Line 90:


=== Windows ===
=== Windows ===
==== Before 5.0-2352 ====
==== Install Dedicated Driver ====
 
===== Single Interface Devices =====
 
Download and open [http://zadig.akeo.ie/ Zadig], then:
Download and open [http://zadig.akeo.ie/ Zadig], then:


Line 99: Line 102:
3. On the right column, select "libusbk" then click "Replace Driver". Select "Yes" to modify the system driver.
3. On the right column, select "libusbk" then click "Replace Driver". Select "Yes" to modify the system driver.


==== In 5.0-2352 and newer ====
===== Multi Interface Devices =====
Download and install the latest [https://github.com/daynix/UsbDk/releases x64 usbdk driver].
 
More Microphone, Wii Speak, and USB Camera Passthrough, installing over the composite parent device is required.
 
1. In the "Options" menu in Zadig, make sure "List All Devices" is enabled and "Ignore Hubs or Composite Parents" is disabled.
 
2. Look through the composite parent of the device you wish to passthrough.
 
3. On the right column, select "libusbk" then click "Replace Driver". It may warn you that you're modifying a kernel driver, but, this is normal.  Select "Yes" to modify the kernel driver.
 
==== Uninstalling Dedicated Driver ====
 
If for some reason you wish to restore the default driver to the device, open up "Device Manager."  In the last, expand "Universal Serial Bus Devices" and find the device you wish to restore.  Uninstall the device, then unplug the device and plug it back in.  It will now be restored to its original state.
 
==== usbdk driver ====
 
usbdk provides the ability to simply install a driver and it will handle the rest.  Despite being easier to use, usbdk is not recommended due to instability issues.  Regardless, Dolphin still supports using the latest [https://github.com/daynix/UsbDk/releases x64 usbdk driver].


=== macOS ===
=== macOS ===
2,011

edits