-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Uvcvideo patching issue #5231
Comments
@markgrts, the script you're using is the correct one for LTS kernel 5.0. There could be several reasons for rejecting the patched module, like. Secure Boot or Ubuntu packages inconsistency. |
|
@markgrts , googling the error identifies it as one of the symptomps of Secure Boot being enabled. In order to load patched kernel modules this feature must be disabled. |
Secure Boot was enabled. After disabling it, it worked. Thank you very much! |
| Required Info |
|---------------------------------|------------------------------------------- |
| Camera Model | SR300 |
| Operating System & Version | Ubuntu 18.04 |
| Kernel Version (Linux Only) | 5.0.0-32-generic |
| Platform | PC |
| SDK Version | 2.29.0 |
| Language | C++ |
I am following the Linux Ubuntu installation guide: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md
When running the
./scripts/patch-realsense-ubuntu-lts.sh
script, it gives me the following errorI make use of kernel version 5.0.0-32-generic. Is there a patch i can run similar to the kernel 4.16 patch?
The text was updated successfully, but these errors were encountered: