Results 1 to 2 of 2

Thread: Aop- v8104t

  1. #1
    Join Date
    Jan 2011
    Beans
    2

    Aop- v8104t

    Hi all, I just received a AOP-V8104T DVR Card,

    Website Card
    it has the Adopt techwell 6805 decode chipset Onboard.
    lspci :

    Code:
    03:08.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:08.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:09.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:09.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:0a.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:0a.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:0b.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:0b.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    i'm trying to get this card working, but i'm quite new to Linux (Ubuntu)
    After some days of trying to get this card to work, i'm stuck ...
    So this is what I tried :
    1: sudo apt-get install git-core
    2: sudo apt-get install gitosis
    3: sudo git clone git://gitorious.org/tw68/module.git
    4: sudo git clone git://gitorious.org/tw68/tw68-v2.git
    5: cd tw68-v2
    6: sudo make

    This is what it returns
    Code:
    make -C /lib/modules/2.6.35-24-generic-pae/build M=/home/colin/tw68-v2 modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.35-24-generic-pae'
      CC [M]  /home/colin/tw68-v2/tw68-core.o
    /home/colin/tw68-v2/tw68-core.c: In function ‘tw68_dma_free’:
    /home/colin/tw68-v2/tw68-core.c:113: warning: passing argument 1 of ‘videobuf_waiton’ from incompatible pointer type
    include/media/videobuf-core.h:172: note: expected ‘struct videobuf_buffer *’ but argument is of type ‘struct videobuf_queue *’
    /home/colin/tw68-v2/tw68-core.c:113: warning: passing argument 2 of ‘videobuf_waiton’ makes integer from pointer without a cast
    include/media/videobuf-core.h:172: note: expected ‘int’ but argument is of type ‘struct videobuf_buffer *’
    /home/colin/tw68-v2/tw68-core.c:113: error: too many arguments to function ‘videobuf_waiton’
    make[2]: *** [/home/colin/tw68-v2/tw68-core.o] Error 1
    make[1]: *** [_module_/home/colin/tw68-v2] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-24-generic-pae'
    make: *** [all] Error 2


    Or if i try
    1: cd module
    2: sudo make
    :
    Code:
    make -C /lib/modules/2.6.35-24-generic-pae/build M= modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.35-24-generic-pae'
      CHK     include/linux/version.h
      CHK     include/generated/utsrelease.h
    make[2]: *** No rule to make target `kernel/bounds.c', needed by `kernel/bounds.s'.  Stop.
    make[1]: *** [prepare0] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-24-generic-pae'
    make: *** [all] Error 2
    Any Advice/help is very welcome

    Thank you very much !!

  2. #2
    Join Date
    Mar 2008
    Beans
    3

    Wink Re: Aop- v8104t

    Hi Aop.

    I am not sure if you have received any reply or helpful suggestions on getting your card to work. Have you? or have you given up?
    I am using the same card but its PCIe based with 'lspci showing the following"

    <code>
    03:00.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:00.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:01.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:01.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:02.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:02.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:03.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:03.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:04.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:04.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:05.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:05.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:06.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:06.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    03:07.0 Multimedia video controller: Techwell Inc. Device 6804 (rev 10)
    03:07.1 Multimedia controller: Techwell Inc. Device 6805 (rev 10)
    </code>

    if your still interested let me know and I will try to assist in getting both of us up and running. I been a Linux user/developer for some years so maybe - just maybe I can get a little further for you.

    Cheers.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •