linux_nvidia_jetson icon indicating copy to clipboard operation
linux_nvidia_jetson copied to clipboard

Wrong location of deployed kernel modules ?

Open l4es opened this issue 4 years ago • 2 comments

Hi,

The install.sh script seems to unpack kernel modules into /lib/modules/4.9.201. Meanwhile the default modules location is /lib/modules/4.9.201-tegra. Is it an expected behavior ?

Best regards, Pascal.

l4es avatar Mar 14 '22 15:03 l4es

I can confirm the same thing happens with the prebuilt xavier modules, although the extension is slightly different: /lib/modules/4.9.201-g50008ff

ryancwicks-voyis avatar Mar 14 '22 17:03 ryancwicks-voyis

Hi @ryancwicks-voyis,

If custom driver is compiled as builtin, there would be no problem. However, if it is compiled as loadable module, one needs to check whether loadable module in custom location (other than /lib/modules/${uname -r} ) could be found and loaded.

l4es avatar Mar 15 '22 07:03 l4es