11-10-2014 03:59 PM
$ ./oculusd
./oculusd: /lib/x86_64-linux-gnu/libudev.so.1: no version information available (required by ./oculusd)
Error: {ERR-014} [NetServer] Unable to start listening socket
OVR::DeviceManagerThread - running (ThreadId=0x7fa20e7e2700).
OVR::DeviceManager - initialized.
OVR::Linux::HIDDevice - Opened '/dev/hidraw3'
Manufacturer:'Oculus VR, Inc.' Product:'Rift DK2' Serial#:'MSCEM6R6K9DA3R00Y100'
Error: [HIDDevice] GetFeatureReport 4 failed
OVR::Linux::HIDDevice - HID Device Closed '/dev/hidraw3'
OVR::Linux::HIDDevice - HIDShutdown '/dev/hidraw3'
Error: {ERR-023} [TrackingManager] Unable to create detected HMD sensor device
$ ./RiftConfigUtil
./RiftConfigUtil: /lib/x86_64-linux-gnu/libudev.so.1: no version information available (required by ./RiftConfigUtil)
Error: [From Service] [HIDDevice] GetFeatureReport 4 failed
Error: [From Service] {ERR-023} [TrackingManager] Unable to create detected HMD sensor device
Error: [From Service] [HIDDevice] GetFeatureReport 4 failed
Error: [From Service] {ERR-023} [TrackingManager] Unable to create detected HMD sensor device
Error: [From Service] [HIDDevice] GetFeatureReport 4 failed
Error: [From Service] {ERR-023} [TrackingManager] Unable to create detected HMD sensor device
11-10-2014 04:42 PM
11-11-2014 04:23 AM
"fredrabelo" wrote:
so I solved with:
sudo ln -sf libudev.so.1 libudev.so.0
and now I am stuck with the problem above.
11-11-2014 04:26 AM