Mailing List archive

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

[linux-dvb] su1278/sh card with dvb-kernel



I have a Technotrend DVB-S card with a  SU1278/sh tuner which has stopped
working since I upgraded to dvb-kernel drivers. It has worked fine using the
older DVB drivers from Feb 2003.

When I load the following modules it is not detected: (dvb-ttpci-budget
compains about no such device)

dvb-core
stv0299
saa7146
dvb-ttpci-budget

I think there is a missing pci device in budget.c The following patch fixes
this problem.
Note, my card does not have a CI connector so I don't think I should load
dvb-ttpci-budget-ci which has the correct pci device id in its list.

--- budget.c.orig       2003-07-11 14:08:34.000000000 +0100
+++ budget.c    2003-07-11 14:09:57.000000000 +0100
@@ -205,6 +205,7 @@ static struct pci_device_id pci_tbl[] =
        MAKE_EXTENSION_PCI(ttbt,  0x13c2, 0x1005),
        MAKE_EXTENSION_PCI(ttbt2,  0x13c2, 0x1011),
        MAKE_EXTENSION_PCI(satel, 0x13c2, 0x1013),
+       MAKE_EXTENSION_PCI(ttbs, 0x13c2, 0x100f),
        {
                .vendor    = 0,
        }

Pete



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index