User Tools

Site Tools


doc:lighthouse:setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
doc:lighthouse:setup [2019-04-03 15:42]
macke
doc:lighthouse:setup [2019-04-04 11:07]
arnaud
Line 38: Line 38:
 [[https://github.com/cmbruns/pyopenvr/issues/30]] [[https://github.com/cmbruns/pyopenvr/issues/30]]
  
 +</WRAP>
 +
 +<WRAP center round info>
 +**Troubleshooting²**
 +
 +When running SteamVR on Linux, by default the access right to USB device might not be configured right. If you have problem connecting the tracker/controller/HMD you can add a udev rules that gives full access to any USB Valve hardware to all users on your system:
 +<code>
 +# cat > /etc/udev/rules.d/99-steamvr.rules << EOF
 +KERNEL="hidraw*", ATTRS{idVendor}=="28de", MODE=="0666"
 +EOF
 +</code>
 +
 +You may need to restart SteamVR to see the connected devices.
 </WRAP> </WRAP>
  
doc/lighthouse/setup.txt · Last modified: 2020-05-12 14:35 by kimberly