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

stretch_install_system fails when librealsense2-dkms is installed #74

Open
hello-vinitha opened this issue Jul 1, 2024 · 1 comment · May be fixed by #86
Open

stretch_install_system fails when librealsense2-dkms is installed #74

hello-vinitha opened this issue Jul 1, 2024 · 1 comment · May be fixed by #86
Assignees

Comments

@hello-vinitha
Copy link
Contributor

The stretch_install_system.sh script fails when librealsense2-dkms is installed in the system. It cannot uninstall the package due to the following error:

Loading the modified modules into kernel...modprobe: FATAL: Module videodev is in use.
dpkg: error processing package librealsense2-dkms (--remove):
 installed librealsense2-dkms package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
Errors were encountered while processing:
 librealsense2-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
@hello-binit
Copy link
Contributor

hello-binit commented Nov 14, 2024

The solution is sudo modprobe -r ov13858 as posted here: IntelRealSense/librealsense#13002 (comment)

Will need to think how to integrate this into the install scripts...

@hello-binit hello-binit linked a pull request Dec 3, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants