Hauppauge WinTV-NOVA-S-Plus: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Image:Nova-s-plus_board_front.jpg|thumb|200px|WinTV Nova-S Plus]]
[[DVB-S]] [[PCI_devices_DVB-S|PCI]] [[Budget]] card by [[Hauppauge]]
[[Image:NOVA-S-PlusMCE_board_angle.jpg|thumb|200px|WinTV Nova-S Plus MCE]]


A [[DVB-S]] [[DVB-S_PCI_Cards|PCI]] [[Budget]] card by [[Hauppauge]].
The Linux drivers are out, read http://linuxtv.org/pipermail/linux-dvb/2005-November/006081.html


Linux driver since 2005. Read http://linuxtv.org/pipermail/linux-dvb/2005-November/006081.html
The current drivers don't support DiSEqC what makes the card almost useless.
The drivers are now stable, and work well on reasonably current 2.6. kernels (certainly 2.6.24 upwards).


The current linuxtv.org-modules support DiSEqC. But some DiSEqC configuration can have problem with current overload at startup.
==Pictures==
Solution can be this patch
{| border=0 cellpadding=2 cellspacing=0
|[[Image:Nova-s-plus_board_front.jpg|thumb|200px|WinTV Nova-S Plus]]<BR>
|[[Image:NOVA-S-PlusMCE_board_angle.jpg|thumb|200px|WinTV Nova-S Plus MCE]]<BR>
|}


== Remarks ==
[[Category:DVB-S]]

[[Category:Hardware]]
* Early drivers had issues with current overload on the tone generator. Read http://www.linuxtv.org/pipermail/linux-dvb/2006-November/014567.html.

* Version of the v4l-dvb driver around linux 2.6.22-14 kernel fail on (dvb)scan.
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 10773000 H 22000000 5
>>> tune to: 10773:h:0:22000
WARNING: >>> tuning failed!!!
>>> tune to: 10773:h:0:22000 (tuning failed)
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done.

This bug is now fixed and the driver works.

* Some versions of the card seem prone to what appears to be hardware failure breaking control of the tone generator from the DVB frontend IC. Work-around patches are available that (at least for some cards) restores basic tone+voltage DISEQC signally sufficient for simple configurations. See [http://bugzilla.kernel.org/show_bug.cgi?id=9476 Kernel Bug Tracker – Bug 9476] and [http://www.mail-archive.com/linux-media%40vger.kernel.org/msg05090.html linux-media mailing list archive]).



==External Links==
* [http://www.hauppauge.co.uk/pages/products/data_novasplus.html Hauppauge UK product page]

[[Category:DVB-S PCI Cards]]

Latest revision as of 22:18, 30 November 2009

WinTV Nova-S Plus
WinTV Nova-S Plus MCE

A DVB-S PCI Budget card by Hauppauge.

Linux driver since 2005. Read http://linuxtv.org/pipermail/linux-dvb/2005-November/006081.html The drivers are now stable, and work well on reasonably current 2.6. kernels (certainly 2.6.24 upwards).

The current linuxtv.org-modules support DiSEqC. But some DiSEqC configuration can have problem with current overload at startup. Solution can be this patch

Remarks

  • Version of the v4l-dvb driver around linux 2.6.22-14 kernel fail on (dvb)scan.
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
initial transponder 10773000 H 22000000 5
>>> tune to: 10773:h:0:22000
WARNING: >>> tuning failed!!!
>>> tune to: 10773:h:0:22000 (tuning failed)
WARNING: >>> tuning failed!!!
ERROR: initial tuning failed
dumping lists (0 services)
Done.

This bug is now fixed and the driver works.

  • Some versions of the card seem prone to what appears to be hardware failure breaking control of the tone generator from the DVB frontend IC. Work-around patches are available that (at least for some cards) restores basic tone+voltage DISEQC signally sufficient for simple configurations. See Kernel Bug Tracker – Bug 9476 and linux-media mailing list archive).


External Links