Hi, I've read through the docs and searched for a similar issues but cannot find anything, so I'm posting this email in the hope that someone will be able to assist.
I'm trying to compile ivtv 0.10.1 on FC6 2.6.20-1.2933 for a PVR350 card. The compile seems to run through ok without errors. I download and extract the updated firmware and place it in /lib/firmware I re-run depmod -a `uname -r` I ensure that no previous modules are loaded. I'm using udev 0.95 and unlike ivtv.0.8x did not detect and/or create the /dev/video* entries. I manually created them and set the appropriate permissions. When I modprobe ivtv I get a plethora of errors relating to undefined symbols in ivtv.ko. Here's my modprobe.conf - # ivtv modules setup alias char-major-81 videodev alias char-major-81-0 ivtv install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb alias char-major-81 ivtv options ivtv yuv_buffers=32 mpg_buffers=16 vbi_buffers=16 pcm_buffers=16 dec_osd_buffers=2 Here's a sample of the error in dmesg - ivtv: Unknown parameter `yuv_buffers' ivtv_fb: Unknown symbol ivtv_vapi_result The ivtv_fb goes through almost every entry with unknown symbol errors. Any assistance greatly appreciated. R _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
