-
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
Kernel issue with librealsense with Ubuntu 14 on UP Board #1253
Comments
[Realsense Customer Engineering Team Comment] In addition to modify the patch, do you also consider to use Ubuntu 16.04 on the UP board? Then, you can try to install the uvcvideo modules provided by DKMS as below link. |
I actually got it working now after reformat the whole PC and install from scratch again. What happened is that the ./scripts/patch-realsense-ubuntu-xenial.sh patch causes all the problem. So I can now get all the images without running that script. However, I am getting the following warning constantly even though everything is working fine: Anyone know how to solve the problem with this warning message? Also from dmesg, I can see a message saying: I'm not sure if this is going to be a problem. Otherwise it seems working fine except the constantly printed warning message. |
[Realsense Customer Engineering Team Comment] Do you still use Ubuntu 14.04 + kernel 4.4.0-2? Suggest to have below patches for hid and camera formats, etc. Then, you can check if the warning message "Failed to read busnum/devnum" still there. |
Somehow the realsense-uvcvideo isn't available for ubuntu14 I think. However, after a system reboot yesterday, the "Failed to read busnum/devnum" warning message disappeared now. However, it'll throw the following warning and error message despite the camera is still functioning correctly. 02/03 10:21:17,276 WARNING [140117030401792] (ds5-timestamp.cpp:64) UVC metadata payloads not available. Please refer to installation chapter for details. |
[Realsense Customer Engineering Team Comment] |
Hi! I also have a problem regarding this issue. Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial InRelease' doesn't support architecture 'armhf' |
[Realsense Customer Engineering Team Comment] So far, the DKMS package doesn't support the ARM platform. which ARM platform do you use? |
Hi @littlejohnyang |
Issue Description
I tried to run the script:
./scripts/patch-realsense-ubuntu-xenial.sh
but ended up getting this error:
sudo modprobe uvcvideo produces dmesg: uvc kernel module is not loaded
I think before running the script, I can actually detect have uvcvideo running fine showing in dmesg. Is there anyway to revert the patch or fix it through kernel support for 4.4.0-2-upboard (which is the latest support for ubuntu 14 on UP board)
The text was updated successfully, but these errors were encountered: