Hauppauge WinTV-HVR-4000: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
For DVB-S/S2 there is an experimental drivers repository from Steven Toth (see www.linuxtv.org). Analog video and remote control |
For DVB-S/S2 there is an experimental drivers repository from Steven Toth (see http://www.linuxtv.org/hg/~stoth/hvr4000). Analog video and remote control works also work with this driver. |
||
Currently, no support for simultaneous operation of both DVB-T and DVB-S is implemented. Default operation mode preferes DVB-S. |
|||
== DVB-T == |
== DVB-T == |
||
For DVB-T a special option for the module cx88xx is needed: |
|||
Testsystem: |
|||
openSuSE 10.2 |
|||
Kernel: 2.6.18.2-34-default |
|||
AMD Athlon 64 X2 3800+ |
|||
Check out the Modul drivers from Steven Toth for HVR 3000. (You may also try the HVR 4000 or the multiproto repository.) |
|||
Special option for cx88xx needed: |
|||
card=56 |
card=56 |
||
The card is automatically detected as card 57. Therefore, using OpenSuSE (and probably also other distros) add 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", |
|||
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" |
|||
options cx88xx card=56 |
|||
and can start a program search. |
|||
in /etc/modprobe.conf.local (or /etc/conf.modules or similar). |
|||
A channel list will be created and start watching TV!! |
Revision as of 18:01, 1 April 2007
For DVB-S/S2 there is an experimental drivers repository from Steven Toth (see http://www.linuxtv.org/hg/~stoth/hvr4000). Analog video and remote control works also work with this driver.
Currently, no support for simultaneous operation of both DVB-T and DVB-S is implemented. Default operation mode preferes DVB-S.
DVB-T
For DVB-T a special option for the module cx88xx is needed: card=56
The card is automatically detected as card 57. Therefore, using OpenSuSE (and probably also other distros) add the line
options cx88xx card=56
in /etc/modprobe.conf.local (or /etc/conf.modules or similar).