-
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
Missing/outdated UDEV-Rules will cause 'Permissions Denied' errors #4951
Comments
This warning points out to missing steps during the installation process - in particular:
Alternatively, you could remove the manual install via |
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. |
@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. |
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. |
I was able to solve the issue by installing librealsense the manual way. |
Issue Description
I get the above warning after launching realsense viewer, with no devices connected
The text was updated successfully, but these errors were encountered: