-
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
ubuntu-mainline Hunk #1 FAILED #119
Comments
Hi @chaosink we've never tested with the 3.13 kernel on Mint and therefore cannot provide much support. Although it's not recommended, the easiest way to get up and running with a RealSense camera is through the libuvc backend. |
I have the same error in Ubuntu 14.04 (kernel 3.13.0-53-generic). If I run the example bin/cpp-capture the computer freezes and I have to restart it. Is the patch supposed to work on Ubuntu? Thanks! |
@jokla the patch is suitably validated to be applied to kernel 3.19 and above only. Again, I recommend the less-stable libuvc backend for platforms we don't support. |
So what is happening is that Hunk #1 is patching the list of rules matching
changed in 2014 and so patch cannot find the place to splice in kernel From "git blame" I can see that between V4L2_PIX_FMT_MJPEG |
No movement on this issue for 3 weeks so closing it out. |
Fix IMU-related constants in motion_module.cpp
I have the same problem with kernel: Linux-desktop 4.4.0-040400-generic #201601101930 SMP Mon Jan 11 00:32:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Can you look at it again? |
I have the same issue with kernel: Linux version 3.13.0-92-generic (buildd@lgw01-52) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ). I can successfully build the cpp files, but whenever I try to run the tutorial executable, the kernel panics. Could you please take a look at it again? |
I also have this issue: on Ubuntu 14.04 kernel 4.4.0-36-generic. However, dmesg outputs: |
I had the same issue as mfe7, on Ubuntu 14.04 kernel 4.4.0-47-generic, and was able to solve it. First I ran patch-uvcvideo-ubuntu-mainline.sh line-by-line - line 25 failed. So I went into realsense-camera-formats.patch. Fortunately the patches are human-readable, and so I manually applied the patches. The files it was trying to change weren't quite what they were expecting. After that I ran the remaining lines from patch-uvcvideo-ubuntu-mainline.sh. |
After runnning
sudo modprobe uvcvideo
, I didn't see anything related indmesg
or/var/log/syslog
.When I tried to run an example program, a kernel error occurred and the system turned to text mode showing some system logs and I can't do nothing but press the power button to force a reboot.
The text was updated successfully, but these errors were encountered: