How to use the Official GameCube Controller Adapter for Wii U in Dolphin: Difference between revisions

Jump to navigation Jump to search
Added Debian Specific Issue (outdated libusb library)
(→‎Dolphin Setup: Clarified that at least 4.0-4599 is required. It's easy to miss when it's only at the very beginning of the page.)
(Added Debian Specific Issue (outdated libusb library))
Line 6: Line 6:
= Installation =
= Installation =
== Linux ==
== Linux ==
Linux support does not require any special drivers. However, a udev rule must be created to allow access to the device.
Linux support does not require any special drivers. However, a udev rule must be created to allow access to the device.


Line 18: Line 19:


If you want to change the rule, links for instructions are available on the [https://github.com/libusb/libusb/wiki/FAQ#Can_I_run_libusb_applications_on_Linux_without_root_privilege libusb FAQ].
If you want to change the rule, links for instructions are available on the [https://github.com/libusb/libusb/wiki/FAQ#Can_I_run_libusb_applications_on_Linux_without_root_privilege libusb FAQ].
== Debian Specific Issue ==
Linux support requires libusb version 1.0.16 or greater. You can check your version of libusb by typing this into a terminal:
<code>libusb-config --version</code>
If that says anything less than 1.0.16 then remove libusb-dev (sudo apt-get remove libusb-dev) and follow this link to get an updated version: http://www.linuxfromscratch.org/blfs/view/svn/general/libusb.html . After that recompile Dolphin and you should have adapter support.


== OS X ==
== OS X ==
Anonymous user

Navigation menu