Mailing List archive

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

[linux-dvb] Re: DVB-s defect ?!



Helmut Auer wrote:
> I have a DVB rev. 1.3 where the SAA7146 driver does not load (
> SAA7146: No such device ).
>
> lspci says the following:
> Philips Semicond. Unknown device 6146 Rev. 01
                                   ^^^^
Wrong device type, should be 7146, not 6146.

> Subsysten Technotrend Unknown device 0000
> Flags: Busmaster, VGA palette snoop, stepping, fast Back2Back, 66 Mhz
> user-definable features, ?? devsel, IRQ 9, memory at b0000000 ( 32
> bit non prefetchable ) [size: 512]
>
> Is this a special kind of rev. 1.3 or ist it just defect ?

I don't think that such a rev 1.3 card exists.

- Make sure that the card is properly seated in the slot.
- Try a different pci slot.
- Try it in a different computer.

If the problem persists, the id has been changed for some reason.
(@all: Is it possible to re-program the id of a pci device?)

If nothing else helps, you might try to add something like this
to the saa7146_pci_tbl in saa7146_core.c:

#define PHILIPS_BOGUS PCI_VENDOR_ID_PHILIPS, 0x6146

{ PHILIPS_BOGUS, 0x13c2, 0x0000, CARD_INFO fs_1_3 },

If you are lucky, the card will work. But don't expect that this patch
will be included in the driver. ;-)

Oliver


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



Home | Main Index | Thread Index