<div dir="ltr">It looks like the driver that you built is not for the kernel that you are running.<br><ol><li>Boot with the kernel that you will be using</li><li>As root run modprobe -d cx18<br></li><li>Download a fresh copy of the driver at <a href="http://www.linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz">http://www.linuxtv.org/hg/v4l-dvb/archive/tip.tar.gz</a><br>
</li><li>Extract it to a directory. (Don't use the same one that you just used.)</li><li>From the directory that you extracted the driver run make and then as root run make install; depmod -a<br></li><li>Download the firmware from <a href="http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz">http://dl.ivtvdriver.org/ivtv/firmware/cx18-firmware.tar.gz</a></li>
<li>Extract the files and put all the *.fw into your firmware directory. I'm not sure where that is in Mandriva but you might want to look under /lib/firmware or /lib/firmware/[kernel-version]. You can get your kernel version by running the uname -a command.</li>
<li>As root run modprobe cx18</li><li>Run dmesg|grep cx18 to see what happened<br></li></ol>--<br>Richard<br>
<br><br><div class="gmail_quote">On Wed, Oct 8, 2008 at 2:51 PM, Carl L. Gilbert <span dir="ltr"><<a href="mailto:clg-social@rigidsoftware.com">clg-social@rigidsoftware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
Im just getting started here and trying to get the driver loaded so I can use MythTV. I was told the ivtv driver is the one to use for my card which is the Hauppauge HVR-1600. I tried to simply download and build and install the driver. I have Mandriva 2008. I managed to get it to make and appearantly install, but when I go to <br>
<br>
modprobe cx18<br>
<br>
I get some error messages and it does not seem to load.<br>
<br>
<br>
videodev: exports duplicate symbol v4l_printk_ioctl (owned by v4l2_common)<br>
cx18: Unknown symbol video_ioctl2<br>
cx18: Unknown symbol video_devdata<br>
cx18: Unknown symbol video_unregister_device<br>
cx18: Unknown symbol video_device_alloc<br>
cx18: Unknown symbol video_register_device<br>
cx18: Unknown symbol video_device_release<br>
<br>
<br>
Any idea what I could have done wrong. I have been into the guts of Linux back in the day, but its been a while. OS just runs and since im not fixing on it all the time I tend to forget stuff. If you could point me to some info or give me some tips I would appreciate it.<br>
<br>
<br>
<br>
Thanks!<br><font color="#888888">
<br>
<br>
<br>
Carl
</font></div>
<br>_______________________________________________<br>
ivtv-users mailing list<br>
<a href="mailto:ivtv-users@ivtvdriver.org">ivtv-users@ivtvdriver.org</a><br>
<a href="http://ivtvdriver.org/mailman/listinfo/ivtv-users" target="_blank">http://ivtvdriver.org/mailman/listinfo/ivtv-users</a><br></blockquote></div><br></div>