In this part, we find how random googling does not always provide the best results at first, and ultimately get the reward of live TV on screen.
Previously: our hero decides tp build a MyhTV powered HTPC to drive his video projector, buys a DVB-T receiver card and manages to make Linux recognise it. Read more after the break...
After getting over the initial confusion of lspci -v declaring that a new network device has been installed to the system, I started looking for how to access a channel. Googling turned up a document which I am not linking here as it mislead me by a couple of hours by instructing to use tools called dvbtune and dvbstream, combined with a lot of hand-written configuration. This might have worked at some point, with some hardware, but in my case, dvbstream would be able to keep the channel tuned by approximately 2 seconds, thereby replacing initial reward with frustration. Not recommended.
Fortunately, however, these instructions did mention another tool called tzap. Searching for that led to the goldmine: linuxdvb.tv's utilities, of which a Fedora-compatible RPM is also found, include dvbscan and tzap. These tools made it significantly easier to come up with a full channel listing and view a channel with a couple of commands.
First, you need to find out which transmitter your aerial antenna is pointed at. In Finland, these are documented on Digita's digitv.fi site, elsewhere you'll need to refer to some other source of information. With any luck, the dvb tools package I mentioned above will include the necessary frequency tables already, and the rest is easy:
$ scandvb /usr/share/dvb-apps/dvb-t/fi-Espoo $ tzap Subtv -o - | mplayer -cache 1024 -
Success at last! Getting this far was perhaps 8 hours of tinkering, with lots of false starts and dead ends, but also some time spent looking at other things, which would become useful later. With the information I now have, getting here would take all of 20 minutes, including the time to install the hardware.
In the next part, some user-level discussion of how this actually works instead of all this technobabble..

To do
this, the system must have enough CPU power to play back DVD, DVB and/or MPEG4
content while recording a DVB stream at the same time. It must also be able to
output 5.1 audio in analog format, due to my current AV receiver not having
built-in AC3 decoding. On the other hand, since the picture output will be to a
video projector, I do not need S-video TV out signal, standard VGA is better.
At least one PCI slot is a must, even if everything is integrated, because of
the DVB card.