alliedvision / linux_nvidia_jetson

Allied Vision CSI-2 camera driver for NVIDIA Jetson Systems.
103 stars 41 forks source link

Wrong location of deployed kernel modules ? #38

Open l4es opened 2 years ago

l4es commented 2 years ago

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.

ryancwicks-voyis commented 2 years ago

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

l4es commented 2 years ago

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.