PcHDTV: Difference between revisions
mNo edit summary |
|||
Line 6: | Line 6: | ||
== Mini HOW-TOs == |
== Mini HOW-TOs == |
||
'''How do I scan for QAM channels?''' |
|||
<blockquote> |
|||
pcHDTV 3000 supports unencrypted [[QAM]] channels over cable. You must have the [[DVB]] module drivers (cx88_dvb) loaded to use QAM. [TODO add link to pcHDTV forums on DVB driver installation.] To scan for QAM channels: |
|||
<blockquote> |
|||
1. Install the 'dvb-apps' tools from cvs. See http://www.linuxtv.org. |
|||
<blockquote> |
|||
TODO add cvs instructions |
|||
</blockquote> |
|||
2. Save 'http://www.digitalregime.com/patches/channels.conf-qam-correct' to '~/.azap/channels.conf'. |
|||
</blockquote> |
|||
You should be able to scan for QAM channels using 'azap' from the dvb-apps. Run 'azap [channel]' to scan for a specified channel, e.g., 'azap c80'. Cable channels typically begin at 80. A FE_HAS_LOCK indicates a signal lock on channel. |
|||
<br><br> |
|||
MythTV 0.17 supports automagic scanning of DVB channels. Make sure you compile it with DVB support. |
|||
</blockquote> |
|||
'''How do I know if a QAM channel is encrypted?''' |
|||
<blockquote> |
|||
There does not seem to be a way to tell for certain. See this [http://www.linuxtv.org/pipermail/linux-dvb/2005-March/000460.html post] and this [http://www.linuxtv.org/pipermail/linux-dvb/2005-March/000557.html reply] (March, 2005). |
|||
</blockquote> |
|||
'''How do I record a stream from DVB?''' |
|||
<blockquote> |
|||
You can use dvbstream and dtvstream. See this [http://www.xmission.com/~pchdtv/forum/viewtopic.php?t=591 post] (March 19, 2005). |
|||
</blockquote> |
|||
== Links == |
== Links == |
Revision as of 20:47, 20 March 2005
A U.S. based DVB Card Vendor that produces ATSC HDTV PCI cards and claims explicitly that they are working under Linux.
FAQ
TODO...
Mini HOW-TOs
How do I scan for QAM channels?
pcHDTV 3000 supports unencrypted QAM channels over cable. You must have the DVB module drivers (cx88_dvb) loaded to use QAM. [TODO add link to pcHDTV forums on DVB driver installation.] To scan for QAM channels:
1. Install the 'dvb-apps' tools from cvs. See http://www.linuxtv.org.
TODO add cvs instructions
2. Save 'http://www.digitalregime.com/patches/channels.conf-qam-correct' to '~/.azap/channels.conf'.
You should be able to scan for QAM channels using 'azap' from the dvb-apps. Run 'azap [channel]' to scan for a specified channel, e.g., 'azap c80'. Cable channels typically begin at 80. A FE_HAS_LOCK indicates a signal lock on channel.
MythTV 0.17 supports automagic scanning of DVB channels. Make sure you compile it with DVB support.
How do I know if a QAM channel is encrypted?
There does not seem to be a way to tell for certain. See this post and this reply (March, 2005).
How do I record a stream from DVB?
You can use dvbstream and dtvstream. See this post (March 19, 2005).