I have a hauppauge pvr-150. ivtv compiles OK, no errors on make install. Kernel was built as suggested here: <a href="http://ivtvdriver.org/index.php/Howto#Basic_requirements">http://ivtvdriver.org/index.php/Howto#Basic_requirements
</a>.&nbsp; Here's what I get when loading the module:<br><br># modprobe ivtv<br>FATAL: Error inserting ivtv (/lib/modules/2.6.18/kernel/drivers/media/video/ivtv/ivtv.ko): Unknown symbol in module, or unknown parameter (see dmesg)
<br><br>here's the output of dmesg related to ivtv:<br><br>Oct 15 18:37:24 mythbox kernel: Linux video capture interface: v2.00<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol cx2341x_ext_ctrls<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol cx2341x_ctrl_query
<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol tveeprom_read<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol cx2341x_update<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol cx2341x_ctrl_get_menu<br>
Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol cx2341x_log_status<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol cx2341x_fill_defaults<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol tveeprom_hauppauge_analog
<br>Oct 15 18:37:24 mythbox kernel: ivtv: Unknown symbol cx2341x_mpeg_ctrls<br><br>I have tried everything (2.6.16 with 0.6, 2.6.17 with 0.7, and 2.6.18 with 0.8 a number of different kernel configs). The output above is what I get when using the suggested config above. Do I need to enable &quot;Conexant CX2341x MPEG encoders&quot; also? Should I be using &quot;Video For Linux API 1 (DEPRECATED)&quot; or &quot;Video For Linux API 1 compatible Layer&quot;? Please help, this is probably the most frustrating thing to get working in my short two years linux experience.
<br>