Hercules Smart TV 3: Difference between revisions
Line 34: | Line 34: | ||
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> |
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> |
||
You can either <b>add</b> saa7134 to <b>echo "saa7134 >> /etc/modules<b> or to auto-load:<br> |
You can either <b>add</b> saa7134 to <b>echo "saa7134 >> /etc/modules</b> or to auto-load:<br> |
||
<b>echo "saa7134" >> /etc/modules.autoload.d/kernel-2.6<br></b> |
<b>echo "saa7134" >> /etc/modules.autoload.d/kernel-2.6<br></b> |
||
Revision as of 19:28, 12 August 2009
An Analog PCI card from Hercules.
Overview/Features
- Interface: PCI
- Inputs: Analog antenna, S-video, Remote Control
- Outputs: 3.5mm stereo audio
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 echo "saa7134 >> /etc/modules or to auto-load:
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.