Warren Sturm wrote: >I guess what I stated should have been qualified as "Works for me". > >This is what I have in my Makefile for the install portion. =20 > > >install: > mkdir -p /lib/modules/`uname -r`/misc/ > install km_api_drv.o /lib/modules/`uname -r`/misc/ > install km_drv.o /lib/modules/`uname -r`/misc/ > >Hers is the test portion: >test: km_drv.o km_api_drv.o > @echo "** Syncing disks" > sync > @echo "** Trying to make sure v4l module is loaded" > modprobe videodev || true > @echo "** Now loading km modules" > insmod ./km_api_drv.o > insmod ./km_drv.o km_debug=3D0 km_buffers=3D5 Okay. I have km drivers loaded. Your last e-mail steered me toward the correct path. What did it was the change in the name of the module km_api.o to km_api_drv.o. The CVS version had the new module name so I downloaded the CVS versions of drm-kernel and km (also ffmpeg library). The result is that the modules loaded and I can now capture stills. When I try to capture a video, I get the following error message in a dialog box: If you want to record both audio and video the file format must not be "None" I have no idea where to set the file format. In the capture window, the default file name is "test3.avi" so I presume that specifying a file extension does not satisfy as specifying a file format. In AvView, where does one set the file format? Thanks again for your assistance. It has been very, very helpful. I'm sure that I'm within minutes of being able to say "works for me", too. Best regards, Arne