<div>After months of lurking around this forum, and after a several failed installations, I FINALLY have&nbsp;watched some&nbsp;HDTV via Myth!&nbsp; WooHoo!!!!&nbsp; I'm not out the woods yet, nor even close to being able to present this project to my wife, but I thought I would share some of the extra steps I had to do make it work.&nbsp; Hoping this might keep a few folks from having to spend hours scouring the web for answers... 
</div>
<div>&nbsp;</div>
<div>My dedicated backend&nbsp;setup:</div>
<div>&nbsp;</div>
<div>Tyan S2466N </div>
<div>Dual AMD 1600's</div>
<div>512 MB RAM</div>
<div>Nvidia FX-5200</div>
<div>(2x)&nbsp;160GB Western Digital IDE (RAID 1 - software)</div>
<div>3ware 9508-SMI 8 port SATA RAID card</div>
<div>(4x) 200GB Western Digital SATA (580GB RAID 5 - hardware) </div>
<div>NEC DVD burner</div>
<div>Intel Pro 1000XT PCI-X NIC</div>
<div>(2x) pcHDTV HD-3000 (connected to UHF antenna)</div>
<div>Sounblaster Audigy 2 (not working yet, seems to be a PCI resource conflict)</div>
<div>Hauppauge PVR-500 (ivtv drivers not installed yet... too afraid of conflicts with the HD3000's!)</div>
<div>&nbsp;</div>
<div>I followed Jarod's awesome&nbsp;FC4 HowTo guide.&nbsp; Without that document, I would have never been able to get up and running.&nbsp; However, it did seem WAY too easy at section 10 for the HD-3000 setup.&nbsp; Here's a couple things I had to do to make it work.
</div>
<div>&nbsp;</div>
<div>1.&nbsp; When&nbsp;attempting to configure my capture cards in&nbsp;mythtvsetup, I would get &quot;Could not open card #0&quot; and &quot;Permission denied&quot; errors in the capture card settings.&nbsp; What I eventually figured out was that the &quot;mythtv&quot; user did not have permissions to access the DVB devices.&nbsp; I found a hint on the pcHDTV forums that suggested I edit 
<strong>50-udev.rules</strong> file located in <strong>etc/udev/rules.d/</strong> .&nbsp; Assuming your myth username is &quot;mythtv&quot;, add <strong>GROUP=&quot;mythtv&quot;</strong> to the last line of the file so that the line looks like this:
</div>
<div><strong>KERNEL==&quot;dvb*&quot;, PROGRAM==&quot;/etc/udev/scripts/dvb.sh %k&quot;, NAME=&quot;%c&quot;, GROUP=&quot;mythtv&quot;</strong></div>
<div>Then reboot.&nbsp; This should give permission to the mythtv user to access the DVB devices.&nbsp; You should see the card name listed with the type ATSC.</div>
<div>&nbsp;</div>
<div>HOWEVER, after running a &quot;yum update&quot; again, it removed the changes, and I had to go back in and edit the file again.&nbsp; Anyone else know a better fix for the above issue, or how to make my fix permanent?</div>

<div>&nbsp;</div>
<div>2.&nbsp; So, I was really excited once Myth could access my HD-3000 cards.&nbsp; I then proceeded through the rest of the setup steps, but once I got to the Channel Editor step, my card would never lock in any channels.&nbsp; It seemed to be going through the scanning process, but just would never find any.&nbsp; After further research, I found out that just having DVB drivers for the HD-3000 in the kernel wasn't enough to make the card work, but that it also needed firmware.&nbsp; So, I did a&nbsp; 
<strong># wget</strong> <a href="http://pchdtv.com/downloads/firmware.tar.gz"><strong>http://pchdtv.com/downloads/firmware.tar.gz</strong></a>&nbsp;in the <strong>lib/ </strong>directory, and then a <strong>tar -xf firmware.tar.gz
 </strong>to<strong> </strong>extract the three files into the <strong>lib/firmware</strong> directory. (You should probably <strong># rm firmware.tar.gz</strong>&nbsp;to remove the tar file from the&nbsp;<strong>lib/</strong> directory). Now, when you do a channel scan, it should find some!
</div>
<div>&nbsp;</div>
<div>Here's where my&nbsp;question is:&nbsp; Before I can do a channel scan, I am required to create a &quot;Video Source&quot; (Zap2it) and then assign it to my DVB cards in the &quot;Input connections&quot; screen.&nbsp; However, after doing a scan I then have duplicate channels; the ones from the scan and the one's from the Zap2It database.&nbsp; How do I combine the two so I don't have duplicates?&nbsp; Or, is it possible just to get programming info for the digital channels OTA?&nbsp; I'm really confused here on this...
</div>
<div>&nbsp;</div>
<div>3.&nbsp; This one is minor, but it did stump me for a few minutes&nbsp;so I&nbsp;figured I should share.&nbsp; When attemtpting to record content for the first time, I noticed the backend was throwing out permission errors on my <strong>
/video/recordings </strong>directory.&nbsp; Make sure you have created <strong>/video/recordings</strong> and <strong>/video/buffer</strong> , and then issue a <strong># chmod a+rwx /video/recordings </strong>and <strong># chmod a+rwx /video/buffer 
</strong>so that MythTV can write files to the directories.</div>
<div>&nbsp;</div>
<div>Last question.... I really want to use my PVR-500 with the two HD-3000's.&nbsp; But last time I installed the ivtv drivers it broke the DVB drivers.&nbsp; Anyone else able to share their steps to success with the two cards?</div>

<div><br>This is fun (?)</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>