cubieplayer / Cubian

Debian for Cubieboard
http://cubian.org
271 stars 49 forks source link

cant install uvc drivers #396

Open KirtiBalani opened 9 years ago

KirtiBalani commented 9 years ago

uname -r gives->3.4.43-rt56-WR5.0.1.6_preempt-rt we cant change the kernel because of some personal reasons and even cant use yum or apt-get install.no internet connection on the hardware(IMX6) we are using..I downloaded the drivers for my camera(Logitech webcam pro 9000)from: http://sourceforge.net/projects/guvcview/files/source/ but it shows lots of errors.Solving them one by one,we got this error: No package 'libv4l2' found tried installing that package gives -->kernel headers not found. usr/src folder contains debug and rpm folders only. Need your help.

michalliu commented 9 years ago

Hi, you need to run apt-get update. then apt-get install linux-headers. You will see a list of available headers. But the header package is for 3.4.79. So you need to upgrade your kernel anyway.