2024-01-17 18:01:34 +00:00
|
|
|
# GameCube Controller Adapter for Wii U
|
|
|
|
|
|
|
|
<img src="../../../wiki_images/controllers/wiiu-gcpad-adapter.png" width="250">
|
|
|
|
|
|
|
|
### Steam Input support
|
|
|
|
Yes, but the connected controllers shows up as Generic Controllers.
|
|
|
|
|
|
|
|
### Linux Kernel Support
|
|
|
|
Yes, acts a normal USB-hub.
|
|
|
|
|
|
|
|
## How to connect?
|
|
|
|
|
|
|
|
In most cases you just need to connect it via USB and put the device in PC mode on the switch.
|
|
|
|
|
|
|
|
Sometimes the udev rule is missing and you will need to add it:
|
|
|
|
|
|
|
|
1. Open a terminal window
|
|
|
|
2. Type `sudo echo 'SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"' | sudo tee -a /etc/udev/rules.d/51-gcadapter.rules > /dev/null`
|
|
|
|
3. Type `sudo udevadm control --reload-rules`
|
|
|
|
4. Sometimes you will need to take out and reinsert the USB connector after you have reloaded the rules.
|
|
|
|
|
2024-01-17 20:34:31 +00:00
|
|
|
## What is the Official RetroDECK - Steam Input Profile called?
|
2024-01-17 18:01:34 +00:00
|
|
|
|
|
|
|
- Generic Gamecube: `RetroDECK: Generic GameCube`
|
|
|
|
|
|
|
|
NOTE: That this will be released at a later date and work has not started on it yet.
|