Giter VIP home page Giter VIP logo

Comments (7)

MartyG-RealSense avatar MartyG-RealSense commented on May 20, 2024

Hi @rastinp Can you confirm whether or not you attempted to apply a kernel patch script such as ./scripts/patch-realsense-ubuntu-lts-hwe.sh before you used the sudo apt-get install librealsense2-dkms command? An apt-get package install does not need a patch script to be applied because the patch is already bundled in the packages.

from librealsense.

rastinp avatar rastinp commented on May 20, 2024

Hi @MartyG-RealSense,
yes, I can confirm this.
Using lsmod I see that the videodev is used by

videodev v4l2_async, v4l2_fwnode, ov13858

from librealsense.

MartyG-RealSense avatar MartyG-RealSense commented on May 20, 2024

Thanks very much for the information. If the kernel has been patched, would it be possible for you to change to another kernel version so that the kernel becomes unpatched and then repeat sudo apt-get install librealsense2-dkms

from librealsense.

rastinp avatar rastinp commented on May 20, 2024

I switched to another kernel (6.2.0-26-generic) but the problem still appears.
It again throws the error that the videodev is in use, which is actually the case:

videodev v4l2_async, ov13858
mc v4l2_async, videodev, ov13858

I am not sure what the ov13858 (camera module or graphic card) and the mc is. There is no camera attached to the NUC but I extended the NUC with a second ETH+2xUSB.

from librealsense.

MartyG-RealSense avatar MartyG-RealSense commented on May 20, 2024

ov13858 is an OmniVision image sensor but not one of the OmniVision sensors used in RealSense 400 Series cameras for its RGB and infrared sensors. My research indicates that this component is referenced in videodev listings on computers that do not have a RealSense camera attached, such as laptops with a built-in webcam (though your NUC is not a laptop). Some PC desktop computer monitor screens have a webcam built into them, so you could check whether the screen being used with your NUC has this feature.

from librealsense.

rastinp avatar rastinp commented on May 20, 2024

I am not sure why the ov13858 module is installed automatically.
However, I solved now the issue, by deactivating the module ov13858 using
sudo modprobe -r ov13858

Afterwards, the librealsense2-dkms installed without any issue.
Thanks a lot @MartyG-RealSense for your support.

from librealsense.

MartyG-RealSense avatar MartyG-RealSense commented on May 20, 2024

You are very welcome, @rastinp - it's great to hear that you achieved a solution. Thanks very much for the update!

from librealsense.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.