-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] installation issue for 5.15.122-tegra (Ubuntu 22.04) #6
Comments
A new folder needs to be created under /bin called l4t-36-2-0 and a hid-logitech.ko file needs to be placed in that folder. I'm currently trying to determine if we can use the same file that is in the other l4t folders or if we need to extract the kernel module from the 5.15 kernel that Jetpack 6.0 is using. |
Looking further and downloading the driver package source from https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v2.0/sources/public_sources.tbz2 and referencing this https://www.kernelconfig.io/config_hid_logitech it looks like the driver might now be |
@AZSupra Hi, sorry this might be a bit of stupid question but how do I actually use the zipped folder you have linked? I am very new to Linux in general and have been asked to work on a robot with a Jetson Orin NX at work. I need to us the Logitech F710 controller but can't get it to work. The jetson is running Ubuntu 22.04. When running
Some guidance on how I can make this controller work would be very much appreciated. Thanks in advance. |
Hi @balen-muon, you can use the following command to extract the archived files: |
@AZSupra thank you for the reply. Sorry I should've been clearer in my question. I have unzipped the folder, however, I get an error when trying to follow the steps in the README file. I get the following error:
it seems to be the same error the OP had but I am not sure how they fixed or if they have even fixed. Do you know if I need to create folder and file you mentioned in your original reply to the OP? I haven't done that yet because I am a total noob to Linux and don't want to break anything lol. Thanks. |
Unfortunately I ran into an issue when I attempted this last month and need to revisit it. I'll let you know if I make anymore progress. |
I have a similar issue as well, on Orin NX with Ubuntu 20.04. Thanks |
Does anyone know how to fix this issue ? I have the same problem in a Jetson Orin nano with ubuntu 22.04 |
I have another solution that is using a communication conversion device called arduino with USB Host Shield. https://www.cytron.io/tutorial/interfacing-logitech-wireless-gamepad-f710-using-arduino You can see the suceess of communication between F710 and arduino uno. I tried to connect the normal arduino uno and the F710, but I could not connect them. |
@InguChoi Along those lines, I just saw this on Hackaday: https://github.com/ricardoquesada/bluepad32 |
I also cannot see the Logitech f710 in /dev/input it shows up as js0 in my other jetson systems but not the most recent jet pack 6 was anyone else able to get it to work? |
@sardanian I was able to find the device using udev rule bellow by specifying the vendor and product id and leaving of the port. With that being said I do not see anything on the /joy node. I have the joy node installed with apt-get instead of having the joy package in the work space. Has anyone else ran into this issue? |
We had the same issues on jetson orin AGX. We build a custom kernel with |
@muellerbernd Thanks for your answer. Could you please explain how you build the custom kernel ? Thank you in advance |
@JuanCarlos-TiqueRangel I have summarized my workflow in this repo |
For anyone landed at this page, please checkout #7, you don't need to tinker the kernels. |
Describe the issue
Please describe the issue
I just download the package and install it on the jetson orin board.
The jetson orin board uses the jetpack version of 6.0-b52 and kernel version of 5.15.122-tegra.
The error message is below
What version of L4T/JetPack
L4T/JetPack version: 6.0-b52
Which Jetson
Jetson: Orin
To Reproduce
Steps to reproduce the behavior:
For example, what command line did you run?
./install-module.sh
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: