public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: D <therealisttruest@gmail.com>
To: video4linux-list@redhat.com
Subject: Help with Chinese card
Date: Sat, 05 Jul 2008 14:10:16 -0800	[thread overview]
Message-ID: <486FF148.2060506@gmail.com> (raw)

Anyone,

Firstly, let me state I'm not a total noob to Linux, but have only 
recompiled a kernel once or twice and then couldn't have done so without 
a decent step by step guide. I'm a programmer, but not a good one yet as 
I'm still learning a lot. So on to my problem.....

I was working on this for an associate of mine who is across the country 
so I have somewhat limited access to the machine with the card on it. I 
have tried a couple module recompilations with a possible addition for 
this card, but with no real success.

It's a LE-8008A from Shenzhen Rare Numeral Science bought on EBay and it 
appears to be an SAA7134 card. Based on a previous posting on the 
mailing list, I've made changes to the saa7134-cards.c and saa7134.h 
below, but with little success(the previous user  evidently used RegSpy 
in Windows, but I don't have access to that)--

[SAA7134_BOARD_AOP_8008A_16_PORT] = {/*added definition*/
        .name = "AOPVision AOP-8008A 16CH/240fps Capture Card",
        .audio_clock = 0x00187de7,
        .tuner_type = TUNER_ABSENT,
        .radio_type = UNSET,
        .tuner_addr = ADDR_UNSET,
        .radio_addr = ADDR_UNSET,
        .inputs = {{
        .name = name_comp1,
        .gpio = 0xe3c00,
        .vmux = 0,
        },{
        .name = name_comp2,
        .gpio = 0xe3c00,
        .vmux = 2,
        }},

Here's some pertinent info-

lspci

04:08.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)
04:09.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)
04:0a.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)
04:0b.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)
04:0c.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)
04:0d.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)
04:0e.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)
04:0f.0 Multimedia controller: Philips Semiconductors SAA7130 Video 
Broadcast Decoder (rev 01)


lspci -vn

04:08.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 21
    Memory at febffc00 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1

04:09.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 22
    Memory at febff800 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1

04:0a.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 17
    Memory at febff400 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1

04:0b.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 23
    Memory at febff000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1

04:0c.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 21
    Memory at febfec00 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1

04:0d.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 22
    Memory at febfe800 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1

04:0e.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 17
    Memory at febfe400 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1

04:0f.0 0480: 1131:7130 (rev 01)
    Subsystem: 1131:0000
    Flags: bus master, medium devsel, latency 64, IRQ 23
    Memory at febfe000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [40] Power Management version 1


Any advice on what to do next or any questions for me to help clarify?

Thanks in advance!

Daniel

--
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-07-05 22:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-05 22:10 D [this message]
2008-07-05 22:48 ` Help with Chinese card hermann pitton
2008-07-05 23:15   ` D
2008-07-06  1:00     ` D
2008-07-06 11:30       ` hermann pitton
2008-07-07  1:10         ` D
2008-07-07 19:41           ` hermann pitton
2008-07-21  5:48             ` D
2008-07-30  6:03               ` D

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=486FF148.2060506@gmail.com \
    --to=therealisttruest@gmail.com \
    --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