
rokitoh@redorbita:~$ lsusb
Bus 004 Device 003: ID 045e:00f7 Microsoft Corp. LifeCam VX-1000
rokitoh@redorbita:~$ lsusbBus 004 Device 003: ID 045e:00f7 Microsoft Corp. LifeCam VX-1000We install the necessary packages:
rokitoh@redorbita:~# apt-get install libgtk2.0-dev libv4l-dev libv4l-0rokitoh@redorbita:~$ wget http://moinejf.free.fr/svv.crokitoh@redorbita:~# gcc -Wall svv.c -o svv $(pkg-config gtk+-2.0 –cflags –libs) -lv4lconvert
We download V4l
rokitoh@redorbita:~$ wgethttp://linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz
We unzip it
rokitoh@redorbita:~$ jositoh@lusy:~$ tar zxvf tip.tar.gzWe access the folder
rokitoh@redorbita:~$ cd v4l-dvb-9652f85e688a/We log in as root
rokitoh@redorbita:~/v4l-dvb-9652f85e688a$ suPassword:
We compile (Wait patiently... because it takes a long time...)
rokitoh@redorbita:~/v4l-dvb-9652f85e688a$ make allWe install V4l
rokitoh@redorbita:~/v4l-dvb-9652f85e688a# make installCheck that it exists /dev/video
redorbita:/home/rokitoh/v4l-dvb-9652f85e688a# ls /dev/video
/dev/videoIf the file does not exist, we create it.
mknod /dev/video0 c 81 0We add our user to the group
redorbita:/home/rokitoh/v4l-dvb-9652f85e688a# usermod -a -G video rokitohNow we carry out the same procedure, but with the audio.
we check if the file exists
redorbita:/home/rokitoh/v4l-dvb-9652f85e688a# ls /dev/audio
/dev/audioIf the file does not exist, we create it.
mknod /dev/audio c 81 0We add our user to the group
redorbita:/home/rokitoh/v4l-dvb-9652f85e688a# usermod -a -G audio rokitohand that's it… although I have managed to get it to work in Amsn, I have not been able to get it to work in cheese… if anyone knows how to fix that…
External links:
http://pacodebian.iespana.es/webcam.html
http://www.kubuntu-es.org/foro/200903/instalacion-camara-web-microsoft-lifecam-vx-1000
https://help.ubuntu.com/community/Webcam
Comments