You will need to use the bttv (video4linux or video4linux2)
module (part of the Linux kernel) to get Linux to recognize the
framegrabber card.
The bttv device driver can be downloaded from here:
http://www.bytesex.org
Detailed installation information can be found here:
http://tldp.org/HOWTO/BTTV.html
Quick start directions are below. You will probably need to be logged in as root to do these things.
bash# ls -l /dev/video0You should get a response like:
crw------- 1 sklar root 81, 0 Mar 23 2001 /dev/video0If not, then do the following:
bash# mknod /dev/video0 c 81 0You might also need to do:
bash# chmod 666 /dev/video0Finally, you will need to do:
bash# ln -s /dev/video0 /dev/video
bash# /sbin/lsmodThen bttv should be included in the list of modules. If not, then you need to build it and insert it. Build it by downloading and compiling the bttv code that you can get from http://www.bytesex.org/bttv.
Insert the bttv module by doing the following:
bash-2.05# sync; sleep 1; sync bash-2.05# /sbin/insmod videodev Using /lib/modules/2.4.19-rc1-1cucs/kernel/drivers/media/video/videodev.o bash-2.05# /sbin/modprobe bttv card=10