installing uvcvideo in acer aspire 4520

Monday, September 3, 2007

Hardware Browser


there is no official release files for uvcvideo, i only find it via svn, so based on this instructions u need to enter this command to install it.

1. open terminal (lets say you already have a folder name linuxzip in ~/linuxzip)

[planet@fedorasal linuxzip]$ svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
A trunk/uvc_ctrl.c
A trunk/uvc_queue.c
A trunk/uvc_video.c
A trunk/uvc_v4l2.c
A trunk/uvc_compat.h
A trunk/uvc_driver.c
A trunk/uvcvideo.h
A trunk/Makefile
Checked out revision 125.
[planet@fedorasal linuxzip]$
2. then
[planet@fedorasal linuxzip]$ cd trunk/
3. type make and lastly make install (as root)
[planet@fedorasal trunk]$ make
Building USB Video Class driver...
make[1]: Entering directory `/usr/src/kernels/2.6.22.4-65.fc7-i686'
CC [M] /home/planet/Desktop/linuxzip/trunk/uvc_driver.o
CC [M] /home/planet/Desktop/linuxzip/trunk/uvc_queue.o
CC [M] /home/planet/Desktop/linuxzip/trunk/uvc_v4l2.o
CC [M] /home/planet/Desktop/linuxzip/trunk/uvc_video.o
CC [M] /home/planet/Desktop/linuxzip/trunk/uvc_ctrl.o
LD [M] /home/planet/Desktop/linuxzip/trunk/uvcvideo.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/planet/Desktop/linuxzip/trunk/uvcvideo.mod.o
LD [M] /home/planet/Desktop/linuxzip/trunk/uvcvideo.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.22.4-65.fc7-i686'
[planet@fedorasal trunk]$ make install
4. currently i only know that ekiga work with acer webcam, i doesn' t know if it work with others apps yet.

Free Image Hosting at www.ImageShack.us


ekiga 2.0.9 preferences

2 comments:

Thanks for useful info, Im also trying to setup F7 on Acer Aspire 5520, but could not get sound working.

I put my question here:
http://fedoraforum.org/forum/showthread.php?p=883338#post883338

Anonymous said...
October 17, 2007 at 11:17 PM  

i DID
wget from alsa web
alsa-utils-1.0.15.tar.bz2
alsa-lib-1.0.15.tar.bz2
alsa-driver-1.0.15.tar.bz2

i see that u did it, congrate it work now.. :)

fedorasal said...
October 18, 2007 at 9:44 PM  

Post a Comment