-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAW8 is not natively supported on Ubuntu 17.10 Artful with patched kernel 4.13.0-25-generic #1006
Comments
Hi @compiaffe |
Hi @dorodnic
It seems that the |
Hello @compiaffe , In the meantime the fastest route to enable FishEye streaming would be to downgrade the kernel to 4.10 and then to apply the patch. |
Hi @ev-mp again thank you for the very quick answer.
and the script runs quite a bit further, but then fails:
|
It seems as if the script downloaded a 4.13 kernel again...
|
Hi, at the beginning of January Ubuntu updated their github branches names so the branch 4.10 turned out to be 4.13. |
Hello @compiaffe , |
In retrospect I don't think this hassle is worth running 17.10 for - so I will downgrade the OS to 16.04.3 LTS. But this is what I have managed to do so far: I tried to install a 4.10.0-42 kernel, but the one I found wouldn't boot (image, header-generic, header_all. Therefore,
2 Modules were build successfully:
Now when I start realsense-viewer I can select the FOV and the stereo module and stream. I still cannot stream the Motion Module. I still cannot start rs-capture and rs-multicam:
Thank you for all the help. |
If you fetch the latest code from the development branch you should be able to start the Motion Module. |
Back on a fresh installation of 16.04 I tried again:
The patch-realsense... script usually queries me to unplug any RealSense devices. It didn't this time (there seems to be something off here: https://github.com/IntelRealSense/librealsense/blob/development/scripts/patch-realsense-ubuntu-xenial.sh#L7). However, just pressing enter progressed as before. All modules build and |
Most likely the camera is an early engineering sample, based on the firmware version. I suspect this is the reason for IMU failure. |
Yes, that is correct. I am about to get the release D435 - will test with that one again. |
Hi, it was not clear for me, the only kernel that will work, is the 4.10, right? or you're supporting also the 4.13 (there as mention about branches changing name) ? |
When trying to stream the fisheye camera in the realsense-viewer, I get a pop up error message complaining about:
The terminal output of realsense-viewer shows the same:
and the output of dmesg when plugging in the camera complains about an unknown video format:
The kernel is 4.13.0-25-generic and patched using the
librealsense/scripts/patch-realsense-ubuntu-xenial.sh
following the instructions here.Could this be an issue with running the patch for Ubuntu Xenial on Ubuntu Artful (17.10)?
The text was updated successfully, but these errors were encountered: