Closed apavani closed 8 years ago
Is it even possible to get direct access to the GPU from VirtualBox? I would not expect so. Perhaps it is with effort. Meanwhile the lack of the module In your logs...
I did read up some more if my GPU can be passed through to virtualbox, and it seems like it is not possible to do so. At least not straightforward enough to do so. So, from what I understand, it is perhaps a better idea to start a fresh installation of Ubuntu on actual hardware and restart the installation process on a new computer.
I agree, i've tried to do GPU via virtualbox before, I could never seem to get Virtualbox to do so. Docker works (for theano / tensorflow at least), can pass in GPU devices at startup, so theoretically that would work for OpenPTrack - tho I don't think we've tried.
Meanwhile, yes, only physical hardware is supported, not virtualization.
If you want to stay on your laptop, use Ubuntu via Bootcamp, and that should work (provided the mac usb 3 chipset has full support/bandwidth in Ubuntu). Otherwise, yes, a new computer w/ specs per https://github.com/OpenPtrack/open_ptrack/wiki/Supported-Hardware will certainly work.
I am trying to get openPtrack running on a virtualbox installation of ubuntu 14.04, on my macbook pro which has a Nvidia GT 750M
I could successfully get through till step 6.3 on the installation page
Issue 1:
When I try to run sudo ./kinect2_bridge
It throws the following error:
Step 6.4 mentions that this error is normal. However I see an additional line in that error: modprobe: ERROR: could not insert 'nvidia_340': No such device
Is this normal as well?
Issue 2:
Further, if I continue to step 7.1 Running roslaunch kinect2_bridge kinect2_bridge.launch results in the following error which repeats infinitely. Can someone point out what am I doing wrong here?