CTCaer / hekate

hekate - A GUI based Nintendo Switch Bootloader
GNU General Public License v2.0
6.56k stars 565 forks source link

Gamepad not detected on Debian 12 #1005

Open Arctic-Circle-System opened 1 month ago

Arctic-Circle-System commented 1 month ago

I plugged it in as you normally would and started the gamepad mode. It says "Started HID emulation", but any games with controller support just don't detect it. It doesn't show up as a device in moltengamepad. Gamepadtool also doesn't work. I'm not sure what's going on. If there's logs I need to submit, I don't know where they are. No errors are showing up on the Switch itself either.

CTCaer commented 4 weeks ago

The gamepad exposed to OS is simple hid. So it should work everywhere. Except if your OS makes the exposed interface as root only and it expects a udev rule to fix it. You can check with sudo evtest and also that it shows up in lsusb and /dev/

Arctic-Circle-System commented 3 weeks ago

@CTCaer Alright, I'll check that in a bit and let you know of the results. Thank you.

CTCaer commented 1 week ago

@Arctic-Circle-System did you check?