CTCaer / hekate

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

Gamepad not detected on Debian 12 #1005

Closed Arctic-Circle-System closed 1 month ago

Arctic-Circle-System commented 3 months 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 3 months 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 2 months ago

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

CTCaer commented 2 months ago

@Arctic-Circle-System did you check?

CTCaer commented 1 month ago

I'm assuming user fixed that at this point (probably a udev rule issue).