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

Wrong location of deployed kernel modules ? #38

Open
l4es opened this issue Mar 14, 2022 · 2 comments
Open

Wrong location of deployed kernel modules ? #38

l4es opened this issue Mar 14, 2022 · 2 comments

Comments

@l4es
Copy link

l4es commented Mar 14, 2022

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

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

l4es commented Mar 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants