Anthony R. J. Ball writes: > > I have been trying to get my evga personal cinema card > working.. supposedly it has a saa7133 chip, but as far as > I can tell, saa7134 0.2.9 doesnt recognize it... I put in > some of my own debugging, and the only routines in the > modules that get called are saa7134_init and saa7134_fini, > which seems like it is initializing but not seeing any card. >From the number of legs in a picture of the card it really looks like the SAA7133 (I cannot read the numbers though). I guess they use it in the "STANDALONE ANALOGTV GRAPHICS CARD" setup. See page 4 of http://www.semiconductors.philips.com/acrobat/literature/9397/75010348.pdf In this case it is is not connected to the PCI bus. > 01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0181 (rev a2) (prog-if 00 [VGA]) > Subsystem: Unknown device 3842:3088 > Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 11 > Memory at d6000000 (32-bit, non-prefetchable) [size=16M] > Memory at d8000000 (32-bit, prefetchable) [size=128M] > Expansion ROM at d7fe0000 [disabled] [size=128K] > Capabilities: [60] Power Management version 2 > Capabilities: [44] AGP version 3.0 > > Now... I am guessing that the card isn't being announced properly > to the pci subsystem, or at least, not in a way that the saa7134 It probably is not connected to the PCI bus at all. > driver is understanding... is there a way I can rememdy this? Hack You can configure the chip through I2C. I2C Linux drivers which work for most nVidia cards are available. For programming the video input of the graphics chip, you will have to ask nVidia or see if they support it in their binary X11 drivers. Maybe you have luck and RivaTV works on your card (see http://rivatv.sourceforge.net/). In any case, they probably do not support the SAA7133 (RivaTV does not). So, you will still need a major re-write of the SAA7134 drivers. Maybe use the SAA7113 driver as a starting point. Ralph