Hauppauge WinTV-HVR-4000: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
I managed the DVB-T part of this card to work. (others not tested yet)
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 me. Added the line
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.


I do not know which module it actually uses, so I loaded all with
Unknown which module it actually uses, so load all with

scripts/rmmod.pl debug
scripts/rmmod.pl debug


Then a device was created in /dev/dvb...
Then a device will be created in /dev/dvb...




Kaffeine then found a DVB-T device
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 could start a program search.
and can start a program search.


Channel list was created and started watching TV!!
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!!