<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">I tried compiling the latest hdpvr drivers from linuxtv.org (as per the mythtv wiki).&nbsp; Although it compiles, loading the hdpvr module gives the error below (which corresponds with an error during make).&nbsp;
 Is this a problem or can I ignore it?</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">in the v4l/.config I set all modules to 'n' except the lirc_zilog and hdpvr modules which I want.&nbsp; Is this related?&nbsp; I see the unknown symbol
<font size="3" face="Times New Roman">__video_register_device defined in v4l2-dev.c but not sure why that's not being compiled/used.&nbsp; I want to avoid a massive upgrade to my kernel modules, so I'm trying to compile as little as possible/needed.</font></font></div>
<div dir="ltr"><font face="times new roman"></font>&nbsp;</div>
<div dir="ltr"><font face="times new roman">Thanks!</font></div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font face="times new roman">DMESG------------------------------------</font></div>
<div dir="ltr">hdpvr: Unknown symbol __video_register_device</div>
<div dir="ltr"><font face="times new roman"></font>&nbsp;</div>
<div dir="ltr"><font face="times new roman">MAKE-------------------------------------</font></div>
<div dir="ltr">make[2]: Entering directory `/usr/src/kernels/2.6.32-220.23.1.el6.x86_64'<br>
&nbsp; CC [M]&nbsp; /usr/src/hdpvr-driver/media_build/v4l/hdpvr-control.o<br>
&nbsp; CC [M]&nbsp; /usr/src/hdpvr-driver/media_build/v4l/hdpvr-core.o<br>
&nbsp; CC [M]&nbsp; /usr/src/hdpvr-driver/media_build/v4l/hdpvr-video.o<br>
&nbsp; CC [M]&nbsp; /usr/src/hdpvr-driver/media_build/v4l/hdpvr-i2c.o<br>
&nbsp; LD [M]&nbsp; /usr/src/hdpvr-driver/media_build/v4l/hdpvr.o<br>
&nbsp; Building modules, stage 2.<br>
&nbsp; MODPOST 1 modules<br>
WARNING: &quot;__video_register_device&quot; [/usr/src/hdpvr-driver/media_build/v4l/hdpvr.ko] undefined!<br>
&nbsp; CC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/src/hdpvr-driver/media_build/v4l/hdpvr.mod.o<br>
&nbsp; LD [M]&nbsp; /usr/src/hdpvr-driver/media_build/v4l/hdpvr.ko.unsigned<br>
&nbsp; NO SIGN [M] /usr/src/hdpvr-driver/media_build/v4l/hdpvr.ko<br>
make[2]: Leaving directory `/usr/src/kernels/2.6.32-220.23.1.el6.x86_64'<br>
./scripts/rmmod.pl check<br>
found 1 modules<br>
make[1]: Leaving directory `/usr/src/hdpvr-driver/media_build/v4l'</div>
</body>
</html>