On Mon, 21 Feb 2005 09:13:03 -0600, Lane Schwartz <[EMAIL PROTECTED]> wrote:
> Last night I got my new Air2PC HDTV card installed, and compiled the
> new 2.6.11-rc4 kernel to go along with it.
> 
> Does anyone know how to test the card prior to setting it up in Myth?
> 
> Basically, I want to do a test capture to make sure it's working.
> Similar to doing a `cat /dev/video0 > tmp.mpg` with a PVR-250.

I've been playing with the DVB drivers for the HD2000 (pchdtv), and this is
what I did:

- make sure the DVB driver loads properly and sees the card (will be different
  for you than it was for me)

- get and install the dvb-apps packages from linuxtv.org

- create a channels.conf file for your area (see the
  util/szap/channels-conf/atsc subdir); I didn't have XML/XPath.pm handy, so I
  fudged one manually with the frequency table included in the perl script.
  Make sure to get the pids right (decimal) in the last two fields.

- run "azap -r channel", where channel is one of the channel names you defined
  in your channels.conf.  Leave it running while you:

- "dd if=/dev/dvb/adapter0/dvr0 of=testfile bs=1M" to create your file.

I'm currently working on getting my datadirect guide data to fill in the
channels that the myth dvb scan identified.

  Good luck!
    Steve (aka [EMAIL PROTECTED], where I deleted this message too quickly!)
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to