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

Missing/outdated UDEV-Rules will cause 'Permissions Denied' errors #4951

Closed
antoan opened this issue Sep 28, 2019 · 6 comments
Closed

Missing/outdated UDEV-Rules will cause 'Permissions Denied' errors #4951

antoan opened this issue Sep 28, 2019 · 6 comments

Comments

@antoan
Copy link

antoan commented Sep 28, 2019


Required Info
Camera Model {D400 }
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version Ubuntu 16.04
Kernel Version (Linux Only) 4.15.0-64-generic
Platform PC
SDK Version 2.29

Issue Description

I get the above warning after launching realsense viewer, with no devices connected

@dorodnic
Copy link
Contributor

This warning points out to missing steps during the installation process - in particular:

  1. Run Intel Realsense permissions script located from librealsense root directory:
    ./scripts/setup_udev_rules.sh

Alternatively, you could remove the manual install via sudo make uninstall and install everything via apt.

@sodom89
Copy link

sodom89 commented Sep 29, 2019

I get the same error message. After trying to install it with through apt-get the same error occurs.
udev_rueles error

@sodom89
Copy link

sodom89 commented Sep 29, 2019

After uninstalling and reinstalling through the package manager the error is still occurring. That's why I tried to copy the missing rule (https://raw.githubusercontent.com/IntelRealSense/librealsense/master/config/99-realsense-libusb.rules) manually to the directory /etc/udev/rules.d/99-realsense-libusb.rules. I get a new error now.
udev_rueles error

@antoan
Copy link
Author

antoan commented Oct 9, 2019

@dorodni I appreciate that, however running ./scripts/setup_udev_rules.sh causes the error message illustrated by @sodom89 last screenshot - "Multiple udev rules found"

Deleting one manually, leaves me with the error message I created the issue with.

@sodom89
Copy link

sodom89 commented Oct 19, 2019

This warning points out to missing steps during the installation process - in particular:

  1. Run Intel Realsense permissions script located from librealsense root directory:
    ./scripts/setup_udev_rules.sh

Alternatively, you could remove the manual install via sudo make uninstall and install everything via apt.

Unfortunately, this procedure does not solve the problem. I also reinstalled the system with Ubuntu 18.04 LTS and installed it via the package manager with apt. Unfortunately the error remains.

@sodom89
Copy link

sodom89 commented Oct 19, 2019

I was able to solve the issue by installing librealsense the manual way.

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

No branches or pull requests

4 participants