LifeView FlyDVB-T Duo CardBus: Difference between revisions
Jump to navigation
Jump to search
m (FlyDVB-T Duo CardBuS PAL moved to LifeView FlyDVB-T Duo CardBuS: name) |
(external link) |
||
Line 23: | Line 23: | ||
sox -t ossdsp -w -c2 -r 32000 /dev/sound/dsp1 -t ossdsp /dev/sound/dsp |
sox -t ossdsp -w -c2 -r 32000 /dev/sound/dsp1 -t ossdsp /dev/sound/dsp |
||
==External Links== |
|||
* [http://www.lifeview.com.tw/html/products/external_tv/flydvbt_duo_cardbus.htm LifeView product page] |
Revision as of 17:40, 16 September 2007
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