<div class="gmail_quote">Hi,<br>I have a mythtv 0.21 setup running on debian lenny.  It is my first experience with myth so it took me ages to get everything configured correctly.  However now Comcast in Mountain View is cutting all analog cable for channels &gt;34 so I&#39;m forced to add a ATSC cabability or lose most of the channels I watch.  :(<br>

<br>Here&#39;s where I am so far:<br><br>I followed the procedure here: <a href="http://www.mythtv.org/wiki/Hauppauge_hvr-1600" target="_blank">http://www.mythtv.org/wiki/Hauppauge_hvr-1600</a> <br>My first problem was that using the HVR-1600 with the PVR-500 my /dev/video* devices moved around on me depending on cold boot or warm reboot.  So I created a set udev rules (below) to give me a consistent place to link my various tuners.<br>

/etc/udev/rules.d/56-custom.rules:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">KERNEL==&quot;video[0-2]*&quot;, ATTR{name}==&quot;cx18*0 encoder MPEG*&quot;, SYMLINK+=&quot;HVR-1600&quot;<br>

KERNEL==&quot;video[0-2]*&quot;, ATTR{name}==&quot;ivtv0 encoder MPG*&quot;, SYMLINK+=&quot;PVR-500_1&quot;<br>KERNEL==&quot;video[0-2]*&quot;, ATTR{name}==&quot;ivtv1 encoder MPG*&quot;, SYMLINK+=&quot;PVR-500_2&quot;<br>

SUBSYSTEM==&quot;dvb&quot;, DRIVERS==&quot;cx18&quot;, SYMLINK+=&quot;HVR-1600_digital&quot;<br></blockquote>Probably the last one is unecessary but I don&#39;t think it hurts anything (?).<br><br>Problem #1: No video on /dev/HVR-1600 (analog)<br>

<br>dmesg reports that the HVR-1600 was initialized.  The only odd message I see is:<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">[   16.838687] cx18-0: tveeprom cannot autodetect tuner!&lt;6&gt;cx18-0: Simultaneous Digital and Analog TV capture supported<br>

</blockquote>Haven&#39;t been able to figure out if the tveeprom msg is important or not?<br><br>Using mplayer to test the various video devices I can see video on /dev/PVR-500_* but &quot;mplayer /dev/HVR-1600&quot; gives me nothing but static.<br>

Just for kicks I also tried &quot;mplayer /dev/video0, 1 and 2.  Right now HVR-1600 is video1 with PVR-500 on 0 &amp; 2.  As expected video0 &amp; 2 work fine and video1 shows nothing but static.<br><br>As further confirmation I tried &quot;ivtv-tune -c 47 -d /dev/video[0-2]&quot; which gave me:<br>

<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">/dev/video0: 361.250 MHz  (Signal Detected)<br>/dev/video1: 361.250 MHz</blockquote><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">

<div>/dev/video2: 361.250 MHz  (Signal Detected)</div></blockquote><div> <br>Suggestions for problem #1?  The only thing that I haven&#39;t tried yet is swapping the cable I&#39;m using from the splitter between the analog and digital inputs on the HVR-1600.  I&#39;ll try that tonight though I think it&#39;s unlikely that I have a bad cable.<br>

<br>Problem #2: No guide data for ATSC channels<br><br>After scanning for both QAM-256 and QAM-64 channels using &quot;-&quot; (minus) as the channel separator (since that matches the schedulesdirect listing better).  I have found a bunch of unecrypted channels that myth can tune.  I added a schedulesdirect lineup for &quot;Comcast - Digital&quot; and setup my DVB tuner as described in the HVR-1600 wiki.  Fired up the backend and frontend after running mythfilldatabase but all the channels were listed as unknown.  I could tune in a bunch of channels but without listing data why bother?<br>

<br>So after a bunch of searching online I got the idea that maybe schedulesdirect &quot;Local Broadcast Listings - Antenna&quot; seemed to more closely match the channels I was tuning.  So I switched my input connection for the DVB tuner to broadcast and rescaned.<br>

<br>I still have digital channels that I can tune in but no listing information.  Also now I appear to have an odd mix of channel numbers such as 2,2-1,2-2,... ,83,83#3,93#3.<br><br></div>Questions:<br>2a) how can I dump out a list of all the digital channels I&#39;ve scanned and found?  I&#39;d like to compare this list to my lineups to see if there&#39;s a better match with broadcast or digital cable.<br>

2b) Do I need to correct this mix of 2-1 and 83#3 channels?  I&#39;m guessing that I should have only one kind of channel separator and not two?<br>2c) What&#39;s the best way to wipe all the found channels to start over with scanning?<br>

2d) Does anyone in Mountain View with comcast have a list of clear QAM channels that I should be able to tune and/or suggestions on how to get this working?  The list on <a href="http://www.silicondust.com/hdhomerun/lineupui/US:94043" target="_blank">http://www.silicondust.com/hdhomerun/lineupui/US:94043</a> seems extremely optimistic and doesn&#39;t match what I&#39;ve found so far for OTA or QAM256.<br>

2e) Can anyone with comcast in Mtn View confirm that they have a mythtv setup working with clear QAM?  I&#39;m beginning to think I&#39;ll have to get one of comcast&#39;s crappy STB tuners and dive into IR blasting that device from myth (yuck).  <br>

<br>If you made it this far thanks for reading and any suggestions or questions welcome!<br><font color="#888888">Matt<br>
</font></div><br>