Hercules Smart TV 3: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[File:Screenshot-4.png|200px|thumb|right|<center>Tvtime - its got tha powah!</center>]]<br>
<center><br>'''== Hercules Smart TV 3 - Linux 2.6 =='''<br><br><br></center>
An [[Analog TV|Analog]] [[PCI]] card from [[Hercules]].<br><br>

==Overview/Features==
----
*Interface: PCI

*Inputs: Analog antenna, S-video, Remote Control
Get tvtime or any other tv software for linux and try one or the other bellow.
*Outputs: 3.5mm stereo audi
<br><br>
==Making it Work==
modprobe saa7134 card=10 tuner=24<br>
This card is supported under v2.6 kernels
===Drivers===
Firstly, if you haven't already, get <b>tvtime</b> or any other tv software for Linux and try one or the other:<br>
<b>modprobe saa7134 card=10 tuner=24</b><br>
<b>modprobe tuner</b><br>
or<br>
or<br>
modprobe saa7134 card=10 tuner=38<br>
<b>modprobe saa7134 card=10 tuner=38</b><br>
modprobe tuner
<b>modprobe t..</b>
<br><br>
<br><br>
Now you can add this:<br><b> card= tuner= </b>to <b>/etc/modprobe.d/[[modulename]] </b> in this case saa7134.<br><br>
On Debian Systems<br>
On a Debian Based System:<br>
echo "options saa7134 card=10 tuner=38" > /etc/modprobe.d/saa7134<br>
<b>echo "options saa7134 card=10 tuner=38" > /etc/modprobe.d/saa7134</b><br>
modprobe saa7134
<b>modprobe saa7134</b>
<br><br>
<br><br>
On gentoo<br>
On Gentoo, it should be:<br>
echo "options saa7134 card=10 tuner=38" > /etc/modules.d/saa7134<br>
<b>echo "options saa7134 card=10 tuner=38" > /etc/modules.d/saa7134<br>
modules-update<br>
modules-update<br>
modprobe saa7134<br><br>
modprobe saa7134</b><br><br>


Audio:<br>
<b>Audio<br></b>
If you use ALSA.<br>
If you use ALSA:<br>
modprobe saa7134_alsa or echo "saa7134_alsa" >> /etc/modules <br>
<b>modprobe saa7134_alsa or echo "saa7134_alsa" >> /etc/modules</b> <br>
<br>
<br>
If you use OSS<br>
If you use OSS:<br>
modprobe saa7134 oss=1<br>
<b>modprobe saa7134 oss=1</b><br>
echo "saa7134 oss=1" >> /etc/modules
<b>echo "saa7134 oss=1 card=10 tuner=38 " >> /etc/modules </b>
<br>
<br>
Or alternatively just add the oss=1 option: echo "options saa7134 card=10 tuner=38 oss=1" > /etc/modprobe.d/saa7134<br>
Or alternatively just add the <b>oss=1</b> option: <b>echo "options saa7134 card=10 tuner=38 oss=1" > /etc/modprobe.d/saa7134</b><br>
<br>
<br>
Now add saa7134 to /etc/modules or<br>
You can either add saa7134 to /etc/modules:<br>
echo "saa7134" >> /etc/modules.autoload.d/kernel-2.6<br>
<b>echo "saa7134 >> /etc/modules</b> <br>
Or to auto-load: ( load "$" ,8,1 no-im-kidding ;) <br>
<b>echo "saa7134" >> /etc/modules.autoload.d/kernel-2.6<br></b>

<br>The <b>tuner</b> module is a must for this card so you'll need to add that.<br><br>

Note: Remember to adjust your <b>alsamixer</b> settings.<br>


==External Links==
<br>The modprobe tuner seems to be a must on this card.<br><br>
[http://gentoo-wiki.com/HARDWARE_saa7134 Some useful information from Gentoo's SAA7134 article]


[[Category:Analog PCI Cards]]
Also edit your alsamixer settings. Line and or Aux and Analog Mix. Do a alsactl store 1 2 or 3 depending on which sound card your using to output sound, if any to store mixer settings.

Latest revision as of 19:58, 12 August 2009

Tvtime - its got tha powah!


An Analog PCI card from Hercules.

Overview/Features

  • Interface: PCI
  • Inputs: Analog antenna, S-video, Remote Control
  • Outputs: 3.5mm stereo audi

Making it Work

This card is supported under v2.6 kernels

Drivers

Firstly, if you haven't already, get tvtime or any other tv software for Linux and try one or the other:
modprobe saa7134 card=10 tuner=24
modprobe tuner
or
modprobe saa7134 card=10 tuner=38
modprobe t..

Now you can add this:
card= tuner= to /etc/modprobe.d/modulename in this case saa7134.

On a Debian Based System:
echo "options saa7134 card=10 tuner=38" > /etc/modprobe.d/saa7134
modprobe saa7134

On Gentoo, it should be:
echo "options saa7134 card=10 tuner=38" > /etc/modules.d/saa7134
modules-update
modprobe saa7134


Audio
If you use ALSA:
modprobe saa7134_alsa or echo "saa7134_alsa" >> /etc/modules

If you use OSS:
modprobe saa7134 oss=1
echo "saa7134 oss=1 card=10 tuner=38 " >> /etc/modules
Or alternatively just add the oss=1 option: echo "options saa7134 card=10 tuner=38 oss=1" > /etc/modprobe.d/saa7134

You can either add saa7134 to /etc/modules:
echo "saa7134 >> /etc/modules
Or to auto-load: ( load "$" ,8,1 no-im-kidding ;)
echo "saa7134" >> /etc/modules.autoload.d/kernel-2.6


The tuner module is a must for this card so you'll need to add that.

Note: Remember to adjust your alsamixer settings.

External Links

Some useful information from Gentoo's SAA7134 article