-
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
Error 403 from "librealsense.intel.com" on Ubuntu 21 #10077
Comments
Hi @CyberFoxHax The librealsense SDK currently supports up to Ubuntu 20.04 (Focal). You are the first RealSense user who has reported trying to use it with Ubuntu 21. If you build librealsense from source code with CMake using the RSUSB backend method instead of building with packages then it will not be dependent on Linux versions or kernel versions and will not require patching. #6689 (comment) has instructions for performing an RSUSB backend installation. |
Hi @CyberFoxHax Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
Busy period. Set up a Windows environment for Realsense. This is a temporary workaround, i'll try to build from source in a few weeks. |
Okay, thanks very much @CyberFoxHax for the update. I look forward to your next report. Good luck! |
Hello @MartyG-RealSense, I came across this thread as I'm trying to install the SDK on Linux Mint which is running Ubuntu v21.2. I noticed the SDK only runs on v20 and v22, is there a reason why v21 got skipped? |
Hi @szymonborkowski I am not aware of the development reasons for going from 20.04 to 22.04 but there has not been any demand from the RealSense community for 21.2 support. You should be able to use the SDK with 21.2 if you build it from source code with CMake with the build flag -DFORCE_RSUSB_BACKEND=TRUE included in the CMake build instruction though. This is because an RSUSB build of the SDK bypasses the kernel and so it is not dependent on Linux versions or kernel versions and does not need to be kernel patched. |
I followed these instructions: https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
Had success on a testbench running an older Ubuntu but not on my Ubuntu 21.10 workstation.
terminal dump:
I tried with and without proxy, same result. (In China if it makes a difference)
The text was updated successfully, but these errors were encountered: