Results 1 to 2 of 2

Thread: Precise Pangolin Support for X10 VA11A

  1. #1
    Join Date
    Jan 2008
    Location
    Colorado, USA
    Beans
    4
    Distro
    Ubuntu 10.04 Lucid Lynx

    Precise Pangolin Support for X10 VA11A

    Hi, all. I'm running Xubuntu 12.04 Precise Pangolin on my home desktop PC.
    My problem is that I have a X10 video capture USB device, VA11A, to capture video wirelessly. That device works OK using Hardy Heron on another PC. I want to update that OS to 12.04.
    The video USB device says (to the kernel) that its ID is [0733:0430]. I've researched USB devices with that id and in the driver code, I've found two devices that have the same id: IntelPCCameraPro (spca505.c) and UsbGrabberPV321 (spca506.c). The code is set up use the IntelPCCameraPro configuration but my X10 device, VA11A, is the UsbGrabber. Code changes should be simple: comment out the ID line in spca505.c and uncomment it in spca506.c.
    Is there an easy way to "make && make install" the respective .ko modules? Dependencies are preventing me from invoking make at the gspca level or above unless I go to the top source directory. Going to the top is too much as I get a make install error in another area.
    I want to use LKMs so migration to the next OS version is easier.
    Thanks in advance.

  2. #2
    Join Date
    Aug 2007
    Location
    Orlando, FL
    Beans
    26
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Precise Pangolin Support for X10 VA11A

    Did you ever make any progress on this?

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
  •