Hercules Smart TV 3: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<br><br> |
<br><br> |
||
On Debian Systems<br> |
On Debian Systems<br> |
||
echo "options saa7134 card=10 tuner=38 > /etc/modprobe.d/saa7134 |
echo "options saa7134 card=10 tuner=38" > /etc/modprobe.d/saa7134<br> |
||
modprobe saa7134 |
modprobe saa7134 |
||
<br><br> |
<br><br> |
||
On gentoo<br> |
On gentoo<br> |
||
echo "options saa7134 card=10 tuner=38 > /etc/modules.d/saa7134 |
echo "options saa7134 card=10 tuner=38" > /etc/modules.d/saa7134<br> |
||
modules-update<br> |
modules-update<br> |
||
modprobe saa7134<br><br> |
modprobe saa7134<br><br> |
||
Line 22: | Line 22: | ||
echo "saa7134" >> /etc/modules |
echo "saa7134" >> /etc/modules |
||
<br> |
<br> |
||
Or alternatively just add the oss=1 option to: echo "options saa7134 card=10 tuner=38 oss=1"> /etc/modprobe.d/saa7134<br> |
Or alternatively just add the oss=1 option to: echo "options saa7134 card=10 tuner=38 oss=1" > /etc/modprobe.d/saa7134<br> |
||
<br> |
<br> |
||
Now add saa7134 to /etc/modules or<br> |
Now add saa7134 to /etc/modules or<br> |
Revision as of 18:52, 13 August 2008
[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:
If you use ALSA.
modprobe saa7134_alsa or echo "saa7134_alsa" >> /etc/modules
If you use OSS
modprobe saa7134 oss=1
echo "saa7134" >> /etc/modules
Or alternatively just add the oss=1 option to: 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
Then just add saa7134 and all the other modules you need, to you /etc/modules file or: echo "module-name" >> /etc/modules.autoload.d/kernel-2.6
The modprobe tuner seems to be a must on this card.