Open pingplug opened 3 years ago
'plugdev' is pre-defined in Debian based Linux distributions. https://wiki.debian.org/SystemGroups
You can add plugdev
to you system. and add youself into the group.
# groupadd plugdev # usermod -a -G plugdev username
realsense can not be mounted
Relying on plugdev
is treated as a bug there and should be avoided.
https://github.com/Yubico/libu2f-host/issues/116
You can add
plugdev
to you system. and add youself into the group.
still has an error there
systemd-udevd[253]: /etc/udev/rules.d/99-realsense-libusb.rules:76 Invalid value "/bin/sh -c '(major=`uname -r | cut -d "." -f1` && minor=`uname -r | cut -d "." -f2` && (([ $major -eq 4 ] && [ $minor -ge 15 ]) || [ $major -ge 5 ])) && (enamefile=/sys/%p/name && [ `cat $enamefile` = "accel_3d" ]) && enfile=/sys/%p/buffer/enable && echo "COUNTER=0; while [ \$COUNTER -lt 20 ] && grep -q 0 $enfile; do sleep 0.01; COUNTER=\$((COUNTER+1)); done && echo 0 > $enfile" | at now'" for RUN (char 188: invalid substitution type), ignoring, but please fix it.
Thank you for your feedback. we will continue to investigate this issue.
Got the same issue, with: Arch Linux ROS-Noetic Kernel: 5.16.7-arch1-1 RealSense ROS v2.3.2 LibRealsense v2.50.0 2x RealSense D435
When launching two cameras, one does not start properly. When launching each of them individually, they work. Already tried it on several usb-ports and switched the cables, to exclude this issue. I also tried to replug the camera several times aswell. It is also not camera specific, because the camera, that won't load properly, changes (when pluging in, after another, its always the 2nd camera).
I also tried adding the plugdev group, but the same problem occurs, when launching the realsense cameras
Here the output of my launch process:
Issue Description