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

(Added Debian Specific Issue (outdated libusb library))
Line 20: Line 20:
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 ==
== Libusb Outdated ==
Linux support requires libusb version 1.0.16 or greater. You can check your version of libusb by typing this into a terminal:  
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>
<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.
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