Hauppauge WinTV-NOVA-S-Plus: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
⚫ | |||
⚫ | |||
[[Image:NOVA-S-PlusMCE_board_angle.jpg|thumb|200px|WinTV Nova-S Plus MCE]] |
|||
⚫ | |||
⚫ | |||
⚫ | |||
==Pictures== |
|||
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 |
|||
[[Category:Hardware]] |
|||
== Remarks == |
|||
* 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] |
|||
⚫ |
Latest revision as of 22:18, 30 November 2009
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
- 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 Kernel Bug Tracker – Bug 9476 and linux-media mailing list archive).