-
Couldn't load subscription status.
- Fork 4.9k
Closed
Labels
Description
| Required Info | |
|---|---|
| Camera Model | D405 |
| Firmware Version | (Open RealSense Viewer --> Click info) |
| Operating System & Version | Ubuntu 24.04. |
| Kernel Version (Linux Only) | 6.8 |
| Platform | PC |
| SDK Version | 2.56.1 |
| Language | ROS 2 Wrapper |
| Segment | Robot |
Issue Description
The current pre-release (v.2.56.1) claims to support Ubuntu 24.04 with kernel 6.8. However, when I tried to install it on my Ubuntu 24.04 with kernel 6.8 it fails when running the ./scripts/patch-realsense-ubuntu-lts-hwe.sh script with:
Unsupported distribution noble, kernel version 6.8.0-41-generic . The patches are maintained for Ubuntu 16/18/20 LTS
There is an open PR draft #13090 which addresses part of the issue, however it also did not work on my machine since ../scripts/realsense-metadata-noble-master.patch is missing.
tomislater