You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @lianghongzhuo The librealsense2-dkms package is vital when performing a package installation of the librealsense SDK on a PC computer, as it is the core of librealsense and the SDK cannot function without it.
It looks as though you are using the distribution_linux.md package installation instructions. Is this correct, please? If you are using these instructions, can you confirm if you are using a PC desktop or laptop computer?
If an Nvidia Jetson board was being used as the computer instead of a PC then a different set of dkms package installation instructions at the link below should be used.
#6627 (comment) advises that the messages Running module version sanity check. - Original module - No original module exists within this kernel may occur if a modified kernel is being used.
Instead of installing the SDK from packages, if it is built from source code with the libuvc backend installation method then it will bypass the kernel and reduce the likelihood of a kernel-related installation problem occurring.
Hi @akshay-ka The librealsense SDK should be installed only from packages or from source code, not both on the same computer as conflicts between the different librealsense installations could result from doing so.
Please try using the command below to remove all RealSense related packages from your computer and then see whether your source-code build of the SDK works.
Hi @MartyG-RealSense , the command you mentioned works fine and removes all RealSense related packages.
However, the clean source code build still fails. Below is the screenshot of error code.
NOTE: I'm building the librealsense packages inside the docker container. And i think the core issue is from FATAL: Module uvcvideo not found. as you can see in the screenshot.
Originally posted by @MartyG-RealSense in #13536
Even after following the installation with the above two links (where I do source code build), I get the same error as shown below.
@MartyG-RealSense any solution to this ?
The text was updated successfully, but these errors were encountered: