All,<br>I&#39;m setting up a mythtv frontend on an old HP.&nbsp; Im following Jarod&#39;s guide over at wilsonet dot com. Need to warn you that I am 100% new to linux and have considerable trouble when I run into problems not addressed in the guide, however I do a lot of reading before asking.&nbsp; I&#39;ve reached the point where installation of ivtv is required, and did the following:
<br># yum -y install ivtv-firmware<br>
# yum -y install ivtv-kmdl-$KVER<br><br>Then added the following to the end of the /etc/modprobe.conf file:<br>
# ivtv modules setup<br>
alias char-major-81 videodev<br>
alias char-major-81-0 ivtv<br><br>I have a PVR-250 and want to use NTSC, so I didn&#39;t add any further lines to modprobe.conf.&nbsp; I was under the impression that at this point the ivtv driver was installed, and as per Jarod&#39;s next step I loaded the driver with:
<br># /sbin/depmod -a<br>
# /sbin/modprobe ivtv<br><br>After the second line was entered I recieved this error mesage:<br>FATAL: Module ivtv not found.<br><br>After &quot;# rpm -qa | grep ivtv&quot; it returned &quot;<a href="http://ivtv-firmware-1.8a-10.at">
ivtv-firmware-1.8a-10.at</a>&quot;&nbsp; so i assume it is installed... I even tried Jarod&#39;s solution to a different ivtv problem &quot;echo 16384 &gt; /proc/sys/vm/min_free_kbytes&quot; which not surprisingly didn&#39;t do a thing for me.&nbsp; 
<br><br>I&#39;ve checked the archives, and from what I have found no one has really answered this question, at least not enough for me to understand what needs to be done.&nbsp; Help would be greatly appreciated.&nbsp; Let me know if you need more information about my setup. Thanks in advance-
<br><br>Aaron<br><br><br>