WinTV Radio von Hauppauge installieren
In /etc/conf.modules muß stehen:
alias char-major-81 videodev
pre-install videodev modprobe -k emu10k1
post-install videodev modprobe -k i2c
post-install i2c modprobe -k tuner
post-install tuner modprobe -k msp3400
post-install msp3400 modprobe -k bttv
options i2c scan=1
options tuner type=5
options bttv card=10 radio=1
Ausgabe von lsmod sieht dann folgendermaßen aus:
Module |
Size |
Used by |
... |
... |
... |
bttv |
egal |
0 (autoclean) |
msp3400 |
-''- |
1 (autoclean) |
tuner |
-''- |
1 (autoclean) |
i2c |
-''- |
3 (autoclean) [bttv msp3400 tuner] |
videodev |
-''- |
3 (autoclean) [bttv] |
emu10k1 |
-''- |
0 (autoclean) (unused) |
soundcore |
-''- |
6 [msp3400 emu10k1] |
... |
... |
... |