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

→‎Linux: Corrected a mistake on the file paths
(→‎Linux: Clarifying some steps and adding instructions on getting it working in the flatpak)
(→‎Linux: Corrected a mistake on the file paths)
Line 8: Line 8:
Linux support does not require any special drivers, as long as Dolphin was built with libusb support. However, a udev rule must be created to allow access to the device.
Linux support does not require any special drivers, as long as Dolphin was built with libusb support. However, a udev rule must be created to allow access to the device.


Inside of the location '''/etc/udev/rules.d/''' (/lib/udev/rules.d/51-gcadapter.rules if making a package), paste the following into the '''51-gcadapter.rules''' file and save it; if the file does not already exist, then create a new empty file with that file name:
Inside of the location '''/etc/udev/rules.d/''' (/lib/udev/rules.d/ if making a package), paste the following into the '''51-gcadapter.rules''' file and save it; if the file does not already exist, then create a new empty file with that file name:
<code>SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"</code>
<code>SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"</code>