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

Jump to navigation Jump to search
mNo edit summary
Line 18: Line 18:


Then re-insert the adapter. Dolphin should now detect it in the controller settings (refer to "Dolphin setup" below).
Then re-insert the adapter. Dolphin should now detect it in the controller settings (refer to "Dolphin setup" below).
===Writing an advance udev rule===
List the bus id and the device id of a Nintendo usb-connected device with:
<pre>lsusb -v | grep -i "nintendo"</pre>
Now list it's properties with:
<pre>udevadm info -a -p $(udevadm info -q path -n /dev/bus/usb/{bus}/{device})</pre>
and replace <code>{bus}</code> and <code>{device}</code> by the bus id and the device id.


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

Navigation menu