public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Carlos Limarino <climarino@yahoo.com.ar>
To: video4linux-list@redhat.com
Subject: Progress with Compro VideoMate X50 (xc2038)
Date: Mon, 18 Aug 2008 15:14:51 -0700 (PDT)	[thread overview]
Message-ID: <85083.26186.qm@web34507.mail.mud.yahoo.com> (raw)

Hello,

I'm trying to add that card in CX88. I added the corresponding GPIO for VMUX0 (television, I didn't test S-Video), the driver loads OK and I have video (PAL-N, but it doesn't work correct, the image is black & white). I suspect there is a problem related with the tuner. The module output is this:

tuner' 2-0061: chip found @ 0xc2 (cx88[0])
xc2028 2-0061: creating new instance
xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
firmware: requesting xc3028-v27.fw
xc2028 2-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
xc2028 2-0061: Loading firmware for type=(0), id 000000000000b700.
xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
xc2028 2-0061: Loading firmware for type=(0), id 000000000000b700.
xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.

And if I unload the modules and reload them immediately, I get this:

tuner' 2-0061: chip found @ 0xc2 (cx88[0])
xc2028 2-0061: creating new instance
xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
firmware: requesting xc3028-v27.fw
xc2028 2-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware
xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
xc2028 2-0061: i2c output error: rc = -5 (should be 64)
xc2028 2-0061: -5 returned from send
xc2028 2-0061: Error -22 while loading base firmware

I have seen different callbacks functions for certain cards, tested them and the result was the same. I added a delay that cx88_setup_xc3028() establishes for the Powercolor Real Angel, it didn't work. Also, I tried with the firmware extraced from the card's Windows driver (VMXVid.sys) using 'firmware-tool' with the same result (it seems identical to the one from the driver referenced in the perl script included with the kernel).

Any pointers about what's happening? I suspect the tuner is not being resetted correctly. 

Regards,
Carlos



      Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

             reply	other threads:[~2008-08-18 22:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-18 22:14 Carlos Limarino [this message]
2008-08-18 22:20 ` Progress with Compro VideoMate X50 (xc2038) Carlos Limarino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85083.26186.qm@web34507.mail.mud.yahoo.com \
    --to=climarino@yahoo.com.ar \
    --cc=video4linux-list@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox