Mark Knecht wrote:

Hi,
  I'm attempting to bring up a PVR-150 in a machine that already had
a running PVR-250. Now neither card appears to be working. Wath TV is
a dark screen with some wavey lines in it. No audio. Is there any
known reason this cannot work? I can try a newer (or older) version of
ivtv if there's a good reason to do so.
I have the same setup, a 250 and 150, except mire are 4009 and 8003 repectively. They work very well together.

  Here's the card info. The two are very similar. (0003 vs. 0009)
Which is which?
   0009 is a 150, so I assume the 0003 is the 250.

ivtv: Unknown card: vendor/device: 4444/0016, subsystem vendor/device:
0070/0003ivtv: Defaulting to WinTV PVR 250 card
Patch attached to fix this. It might also fix your problems below too, so try that first. If not, I'm really confused about this:

ivtv: i2c client addr: 0x21 not found for command 1074029571!
ivtv: i2c client addr: 0x21 not found for command 1074029572!
This is the first card not finding the saa7115 chip? (to myself) Is card 0 i2c bus not setting up properly?

ivtv: i2c client addr: 0x40 not found for command 1074294033!
ivtv: i2c client addr: 0x40 not found for command 2150135312!
ivtv: i2c client addr: 0x40 not found for command 1076393489!
   missing msp3400 on the card 0 i2c bus....

cx25840: starting probe for adapter ivtv i2c driver #0 (0x10005)
cx25840: detecting cx25840 client on address 0x88
   What?  It found a cx25840 on the first card?  BS!

cx25840: starting probe for adapter ivtv i2c driver #1 (0x10005)
   Should have found it here.

ivtv: i2c client addr: 0x44 not found for command 1074029571!
ivtv: i2c client addr: 0x44 not found for command 1074029572!
ivtv: i2c client addr: 0x44 not found for command 1074029678!
Complaining it cant find the cx25840 on i2c card 1, because it hooked it to the wrong adapter (ivtv driver 0)!

Try the patch first, then we'll take it from there. It should be working even if it doesn't know the card type, but who knows.
Index: driver/ivtv-cards.c
===================================================================
--- driver/ivtv-cards.c (revision 325)
+++ driver/ivtv-cards.c (working copy)
@@ -475,6 +475,7 @@
        {PCI_DEVICE_ID_IVTV15, IVTV_PCI_ID_HAUPPAUGE, 0x4801},
        {PCI_DEVICE_ID_IVTV16, IVTV_PCI_ID_HAUPPAUGE, 0x4801},
        {PCI_DEVICE_ID_IVTV16, IVTV_PCI_ID_HAUPPAUGE, 0x4803},
+       {PCI_DEVICE_ID_IVTV16, IVTV_PCI_ID_HAUPPAUGE, 0x0003},
        {0, 0, 0}
 };
 

Reply via email to