Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  [ubuntu] No Automatix Where to get those fonts  Desktop Effects CustomizationNext Question:  [ubuntu] HowTo run compize smoothly on Hardy Heron with Radeon Mobility 7500 Graphic Card  Desktop Effects Customization
Question Help with uvcvideo installation. ( Ubuntu Forums Desktop Environments )
Updated: 2008-11-23 01:50:15 (2)
Help with uvcvideo installation.

I'm trying to install uvc using the following commands:
1f40
Quote:
svn checkout http://svn.berlios.de/svnroot/repos/linux-uvc/
cd linux-uvc/linux-uvc/trunk
make
sudo make install
However after make and sudo make install I'm getting the following error:

Quote:
Building USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.15-26-386/build: No such file or directorymake: *** [uvcvideo] Error 1
Are there any packages I need to get to be able to build this?


It's probably really simple, but I only installed Linux yesterday so I'm not exactly up to speed on everything.

Answers: Help with uvcvideo installation. ( Ubuntu Forums Desktop Environments )
Help with uvcvideo installation.

You will need the linux kernel headers:
Code:
sudo apt-get install linux-headers-$(uname -r)

lamego

Help with uvcvideo installation.

Quote:
Originally Posted by lamego
You will need the linux kernel headers:
Code:
sudo apt-get install linux-headers-$(uname -r)
That did it. Thanks a lot.

LPomfrey

Previous Question:  [ubuntu] No Automatix Where to get those fonts  Ubuntu Forums  Desktop Effects CustomizationNext Question:  [ubuntu] HowTo run compize smoothly on Hardy Heron with Radeon Mobility 7500 Graphic Card  Ubuntu Forums  Desktop Effects Customization

- Source: Help with uvcvideo installation. Ubuntu Forums Desktop Environments
- Previous Question: [ubuntu] No Automatix Where to get those fonts Ubuntu Forums Desktop Effects Customization
- Next Question: [ubuntu] HowTo run compize smoothly on Hardy Heron with Radeon Mobility 7500 Graphic Card Ubuntu Forums Desktop Effects Customization