-
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
modprobe: ERROR: could not insert 'videodev': Required key not available #3354
Comments
@junjun55 , any update ? |
Yes, I have solved my question according your suggestion.I reboot PC and (Press F2)disable the secure boot and run the scripts: ./scripts/patch-realsense-ubuntu-lts.sh then the screen print follow context: (input y -enter y-enter until installing success) |
@junjun55, Please try the following methods: In case the above still fails, then rename the |
Hi @junjun55 , is this has been resolved for you ? |
Sorry, my expression is not clear. My last reply means I had solved the question after enter y .....In the end ,it was installed successfully. |
@junjun55 , In your response you seem to repost the original message but do not provide any new info - did you follow the instructions suggested above, performed reset/rename of the Please elaborate the actual steps performed and their outcome. |
@junjun55 Is the issue resolved? Looking forward to your update. Thanks! |
@junjun55 Any update? |
@junjun55 If no other questions, will close the ticket accordingly. Thanks! |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..>
I install it follow the https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md
When I run the scripts: ./scripts/patch-realsense-ubuntu-lts.sh
occurred follow problems:
Patched kernels modules were created successfully
Replacing videodev :
Applying the patched module ... modprobe: ERROR: could not insert 'videodev': Required key not available
Failed to insert the patched module. Operation is aborted, the original module is restored
Verify that the current kernel version is aligned to the patched module version
The original videodev module was reloaded
But I think my kernel version is supported .
uname -r
4.15.0-34-generic
How can I solve this problems? thanks.
The text was updated successfully, but these errors were encountered: