Hauppauge WinTV-HVR-4000: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The DVB-T part of this card is managable to get to work. (others not tested yet) |
|||
System: |
System: |
||
Line 8: | Line 8: | ||
AMD Athlon 64 X2 3800+ |
AMD Athlon 64 X2 3800+ |
||
Modul drivers from Steven Toth for HVR 3000. |
Modul drivers from Steven Toth for HVR 3000. (actually the multiproto repository seem the right ones) |
||
Special option for cx88xx needed: |
Special option for cx88xx needed: |
||
card=56 |
card=56 |
||
53 did not work for |
53 did not work for the HVR-3000 repo (probably use 53 or 54 with the multiproto repo). |
||
Add the line |
|||
"cx88xx" => "card=56", |
"cx88xx" => "card=56", |
||
Line 19: | Line 21: | ||
in scripts/rmmod.pl. |
in scripts/rmmod.pl. |
||
Unknown which module it actually uses, so load all with |
|||
scripts/rmmod.pl debug |
scripts/rmmod.pl debug |
||
Then a device |
Then a device will be created in /dev/dvb... |
||
Kaffeine then |
Kaffeine then should find a DVB-T device |
||
Using DVB device 0:0 "Conexant CX22702 DVB-T" |
Using DVB device 0:0 "Conexant CX22702 DVB-T" |
||
and |
and can start a program search. |
||
A channel list will be created and start watching TV!! |
Revision as of 14:08, 22 January 2007
The DVB-T part of this card is managable to get to work. (others not tested yet)
System: openSuSE 10.2
Kernel: 2.6.18.2-34-default
AMD Athlon 64 X2 3800+
Modul drivers from Steven Toth for HVR 3000. (actually the multiproto repository seem the right ones)
Special option for cx88xx needed: card=56
53 did not work for the HVR-3000 repo (probably use 53 or 54 with the multiproto repo).
Add the line
"cx88xx" => "card=56",
in scripts/rmmod.pl.
Unknown which module it actually uses, so load all with
scripts/rmmod.pl debug
Then a device will be created in /dev/dvb...
Kaffeine then should find a DVB-T device
Using DVB device 0:0 "Conexant CX22702 DVB-T"
and can start a program search.
A channel list will be created and start watching TV!!