LifeView FlyDVB-T Duo CardBus: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (5 revision(s))
m (Added Category: DVB-T CardBus Devices)
 
Line 27: Line 27:
==External Links==
==External Links==
* [http://www.lifeview.com.tw/html/products/external_tv/flydvbt_duo_cardbus.htm LifeView product page]
* [http://www.lifeview.com.tw/html/products/external_tv/flydvbt_duo_cardbus.htm LifeView product page]
[[Category:DVB-T CardBus Devices]]

Latest revision as of 22:34, 4 May 2009

This is by no means a complete guide and suggests only how to use the analog tuner not the digital one. This card is claimed to support DVB-T Digital TV, NTSC M/J, PAL BG/DK/I, PAL M/N, SECAM BG/DK, etc.

Modify /etc/modprobe.conf by adding this line

options saa7134 card=55 oss=55

Then, restart the driver by rebooting -- Windows style! -- or by unloading and reloading the module:

rmmod saa7134
modprobe saa7134 card=55 oss=1

Then, edit /etc/tvtime/tvtime.xml and /homedir/.tvtime/tvtime.xml, and set norm to PAL.

Then, execute tvtime with the following command:

tvtime

Sound does not work right away, you need to switch the mixer to line1, for example with aumix:

aumix -d /dev/mixer1 line1 R

While tvtime cannot handle sound, you can use sox. Just start tvtime and then sox, like this:

sox -t ossdsp -w -c2 -r 32000 /dev/sound/dsp1 -t ossdsp /dev/sound/dsp


External Links