Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Resolved] Jetpack 6 with Logitech F710 - Solution post #7

Open
Genozen opened this issue Aug 1, 2024 · 1 comment
Open

[Resolved] Jetpack 6 with Logitech F710 - Solution post #7

Genozen opened this issue Aug 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Genozen
Copy link

Genozen commented Aug 1, 2024

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
Copy link

nlitz88 commented Oct 24, 2024

Just wanted to say this worked perfectly for me! Absolute lifesaver!

However, I wanted to note one difference that I ran into: Once I installed xpad, it seems that every time I plug in my Logitech receiver, js0 gets created every time at /dev/input/js0 (without creating a udev rule that maps its corresponding event).

I see in the usage section that it creates that js0 file descriptor--is this not the case for you when you use xpad?

I'm assuming I may have missed a step along the way, did this rather quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants