forked from RobotnikAutomation/widowx_arm
-
Notifications
You must be signed in to change notification settings - Fork 9
Troubleshooting & FAQ
Renee edited this page Jul 21, 2017
·
1 revision
https://github.com/IntelRealSense/librealsense/issues/71
Reported as a power issue on the USB 3.0 bus. We've found switching USB ports and/or the addition or removal of a USB3.0 hub will resolve this problem.
https://github.com/intel-ros/realsense/issues/237
This is a permissions problem and the best known resolution is to add your current user account to the plugdev
group. Replace yourUserAccount in the following command:
sudo adduser yourUserAccount plugdev
sudo reboot