Debian
您如何在 64 位 debian 上使用 wii-u-gc-adapter?
遵循這些指南(https://github.com/ToadKing/wii-u-gc-adapter/blob/master/README.md和https://dolphin-emu.org/docs/guides/how-use-official- gc-controller-adapter-wii-u/#Linux ) - 我嘗試了以下步驟:
sudo su; apt update && apt upgrade -y && apt dist-upgrade -y && apt install jstest-gtk -y echo 'SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", MODE="0666"' > /etc/udev/rules.d/51-gcadapter.rules exit cd ~/Downloads sudo apt install libusb-dev libudev-dev -y sudo modprobe uinput git clone https://github.com/ToadKing/wii-u-gc-adapter cd ~/Downloads/wii-u-gc-adapter make sudo ./wii-u-gc-adapter jstest-gtk
當我這樣做時
lsusb
,我得到Bus 001 Device 011: ID 057e:0337 Nintendo Co., Ltd
但什麼都沒有出現jstest-gtk
。我拔掉/重新插入了適配器,什麼也沒有。
我完全被難住了。有什麼建議嗎?看到我正在犯的任何明顯錯誤嗎?
對我有用的是退回非品牌硬體併購買任天堂製造的官方適配器。非品牌 YTEAM 適配器似乎不適用於 Linux。