-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
From #6 , there's a bunch of instructions that requires tinkering to kernels.
However, I actually found that for my Jetson Nano Orin, the F710 Logitech controller is listed as dev/input/event1 and not what everyone was saying about the js0.
Solution:
sudo dkms remove xpad/0.4 --all
sudo dkms install -m xpad -v 0.4
sudo dmesg | grep xpad
[ 272.580367] usbcore: registered new interface driver xpad
[ 415.401556] usbcore: deregistering interface driver xpad
[ 428.802933] usbcore: registered new interface driver xpad
sudo evtest /dev/input/event1
then observe the joystick inputs (you'll have to be in Xinput mode)
nlitz88
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working