Difference between revisions of "Dvb-apps"

From MythTV Official Wiki
Jump to: navigation, search
m (dvbscan)
(Make this a little more future-proof)
Line 14: Line 14:
 
</nowiki></pre>
 
</nowiki></pre>
  
Alternatively, download them from http://linuxtv.org/downloads/linuxtv-dvb-apps-1.1.0.tar.bz2 and unpack with:
+
Alternatively, download them from http://linuxtv.org/downloads, picking the version one want. Then unpack with:
  
  tar xvjf linuxtv-dvb-apps-1.1.0.tar.bz2
+
  tar xvjf linuxtv-dvb-apps''<your version>''.tar.bz2
  
 
Then, go to the directory created when you untared the file and type:
 
Then, go to the directory created when you untared the file and type:

Revision as of 17:37, 2 March 2006

Important.png Note: The correct title of this article is dvb-apps. It appears incorrectly here due to technical restrictions.


dvb-apps is a distribution of tools useful for low-level testing and configuration of DVB hardware. Many consider these tools essential to anyone with a DVB adapter.

Getting dvb-apps

The best way to get them is to download them from CVS and build them youself.

cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login (use an empty password)
cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co dvb-apps
make
make install

Alternatively, download them from http://linuxtv.org/downloads, picking the version one want. Then unpack with:

tar xvjf linuxtv-dvb-apps<your version>.tar.bz2

Then, go to the directory created when you untared the file and type:

make

The apps

NOTE: Several of these tools may not operate properly while you are running the mythbackend. If mythbackend is running, it may have a lock on your DVB card, denying access to one of these tools.

dvbscan

dvbscan is used to produce a channel configuration file. This is the first step to any successful DVB setup.

tzap

tzap (and it's siblings szap and czap) is a command line channel changing and signal monitor program. It can also set your card device up for recording. This util is the most basic means of testing your card.

dvbdate

This is a util for working with the time signal from DVB transmissions. You can view the transmitted date/time and set the system clock. This looks to be a useful alternative to setting up NTP.

ttusb_dec_reset

This utility resets Hauppauge DEC USB DVB adapters.

dvbnet

This util appears to create a new network adapter based on the /dev/dvb/adapterN/net0 device.

dvbtraffic

This appears to analyze dvb traffic, but only on /dev/dvb/adapter0 as it's hardcoded!

av7110_loadkeys

This util is used to load the remote control configuration on certain DVB units.

dib3000-watch

This util gathers signal statistics from dib3000 modulators.