Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Pinnacle PCTV-Sat (cx24110-based) and 2.6.10



On Wed, Jan 05, 2005 at 10:02:00AM +1100, Hamish Moffatt wrote:
> 
> I think you also need to patch drivers/media/dvb/bt8xx/Kconfig to force
> the CX24110 frontend module to be included?

I did not, at least not yet. I knew I needed the cx24110 frontend so I had it 
selected during kernel configuration as a module anyway. But yes, it needs to 
be built if bt8xx is built.

Would this be the appropriate solution?
--- Kconfig.orig        Wed Jan  5 08:19:35 2005
+++ Kconfig     Wed Jan  5 08:20:09 2005
@@ -3,6 +3,7 @@
        depends on DVB_CORE && PCI && VIDEO_BT848
        select DVB_MT352
        select DVB_SP887X
+        select DVB_CX24110
        help
          Support for PCI cards based on the Bt8xx PCI bridge. Examples are
          the Nebula cards, the Pinnacle PCTV cards and Twinhan DST cards.

One more diff that is needed but got lost yesterday:
--- dvb-bt8xx.h.orig    Fri Dec 24 22:35:39 2004
+++ dvb-bt8xx.h Mon Jan  3 12:56:13 2005
@@ -30,6 +30,7 @@
 #include "sp887x.h"
 #include "dst.h"
 #include "nxt6000.h"
+#include "cx24110.h"
 
 struct dvb_bt8xx_card {
        struct semaphore lock;

Thank you.

Best regards,

Peter Hettkamp
-- 
"Only wimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)"
(Linus Torvalds, about his failing hard drive on linux.cs.helsinki.fi)

Attachment: pgp00003.pgp
Description: PGP signature


Home | Main Index | Thread Index