Closed VincentPelletier1 closed 3 years ago
A version for the new JetPack 4.5.1 has just been released. Please try it again.
I've pulled the master branch and have been able to run the install
command. However, I still get this issue:
Installed hid-logitech Module
introlab@introlab:~/logitech-f710-module$ ./build-module.sh
./build-module.sh: line 6: cd: /usr/src/kernel/kernel-4.9: No such file or directory
bash: scripts/config: No such file or directory
make: *** No rule to make target 'modules_prepare'. Stop.
make: *** No rule to make target 'drivers/hid/hid-logitech.ko'. Stop.
introlab@introlab:~/logitech-f710-module$
Note: I've also tried the three tags available and only the l4t-32-5-1
worked on the installation, but not on the build (which makes sense)
@Plopao It is saying that the kernel source code could not be found. How did you install the kernel source code?
I followed the steps to boot linux on micro SD given on the nvidia website. Then I followed this tutorial to boot from the NVMe SSD I installed on the jetson. That is all I did kernel related before installing the repo on ~/.
From the README: build-module
This is the outline script to build the Logitech kernel module. The script expects kernel sources to be in /usr/src $ ./build-module.sh This script is provided as an example on how to turn on the LOGITECH_FF module on and build the module.
So if my kernel sources aren't in this specific repo, is there a way for me to get these modules?
You can download them from the NVIDIA Jetson Download center if you do not want to use the convenience scripts in the Jetsonhacks Github repository.
Alright! I'll try the option. Thanks a lot!
There has been no activity on this lately. Closing. Please open another issue if you encounter problems.
Describe the issue
The issue happens when I run
./install-module.sh
. It shows this exact output:The output is the same with every tag on the repo.
What version of L4T/JetPack
Which Jetson
Jetson: Xavier NX
To Reproduce
Steps to reproduce the behavior:
./install-module.sh