0

I was following the procedure from Relsense SDK 2.0 Guide on installing librealsense to Ubuntu 22.04.5 https://dev.intelrealsense.com/docs/compiling-librealsense-for-linux-ubuntu-guide to install the librealsense. Though I was stuck at second step,

./scripts/setup_udev_rules.sh

but it only gives me this:

bash: ./scripts/setup_udev_rules.sh: No such file or directory

I suspected it was a problem with permission, and tried adding permission with this command chmod +x /path/to/yourscript.sh, though it didn't change anything.

PS: I ran

ls -l scripts/setup_udev_rules.sh

and gave me this

ls: cannot access 'scripts/setup_udev_rules.sh': No such file or directory

I have been stuck on this problem for quite awhile by now, so any comments on this would be appreciated.

6
  • Add the output of ls -l scripts/setup_udev_rules.sh. Commented Oct 27, 2024 at 20:13
  • Did you switch into the librealsense directory first? That step is only implicit in the instructions. Commented Oct 27, 2024 at 20:18
  • 2
    Why would you think changing permissions would help? The error message says the file doesn't exist, not that permissions are wrong. Commented Oct 27, 2024 at 20:27
  • Thanks @BenjaminW. that solved the problem. I really appreciate this! Commented Oct 27, 2024 at 20:28
  • 3
    You should report this to the developers, it really should be in the instructions. Commented Oct 27, 2024 at 20:29

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.