Hercules Smart TV 3: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
modprobe saa7134 card=10 tuner=38<br>
modprobe saa7134 card=10 tuner=38<br>
modprobe tuner
modprobe tuner
<br><br>
On Debian Systems<br>
echo "options saa7134 card=10 tuner=38 > /etc/modprobe.d/saa7134<br>
modprobe saa7134<br>
<br><br>
On gentoo<br>
echo "options saa7134 card=10 tuner=38 > /etc/modules.d/saa7134<br>
modules-update<br>
modprobe saa7134<br><br>

Audio:<br>
modprobe saa7134_alsa<br>
If you use alsa.<br>
Or, if you use OSS<br>
modprobe saa7134 oss=1<br>
<br>
<br>
So if you use oss then just add the oss=1 option: echo "options saa7134 card=10 tuner=38 oss=1> /etc/modprobe.d/saa7134<br>
Now add saa7134 to /etc/modules or<br>
echo "saa7134" >> /etc/modules.autoload.d/kernel-2.6<br>
<br><br>

<br>The modprobe tuner seems to be a must on this card.<br><br>
<br>The modprobe tuner seems to be a must on this card.<br><br>
This all works great with my setup. Linux 2.6.23rc3. <br>
This all works great with my setup. Linux 2.6.23rc3. <br>

Revision as of 14:04, 30 August 2007

[1]http://gentoo-wiki.com/HARDWARE_saa7134

modprobe saa7134 card=10 tuner=24
or
modprobe saa7134 card=10 tuner=38
modprobe tuner

On Debian Systems
echo "options saa7134 card=10 tuner=38 > /etc/modprobe.d/saa7134
modprobe saa7134


On gentoo
echo "options saa7134 card=10 tuner=38 > /etc/modules.d/saa7134
modules-update
modprobe saa7134

Audio:
modprobe saa7134_alsa
If you use alsa.
Or, if you use OSS
modprobe saa7134 oss=1

So if you use oss then just add the oss=1 option: echo "options saa7134 card=10 tuner=38 oss=1> /etc/modprobe.d/saa7134
Now add saa7134 to /etc/modules or
echo "saa7134" >> /etc/modules.autoload.d/kernel-2.6



The modprobe tuner seems to be a must on this card.

This all works great with my setup. Linux 2.6.23rc3.
Except that the audio doesn't stop when I quit tvtime. ( stops if you select a different input without audio going trough it )
And a digital peeping that seems to be related to the fps, and the video output.( eg. 50 peep's pr. second, or, 25 beeps pr. second )