Results 1 to 5 of 5

Thread: Microsoft vx-1000 webcam

  1. #1
    Join Date
    Jan 2008
    Location
    Canada
    Beans
    208
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Microsoft vx-1000 webcam

    Hi there I am tring to get my vx-1000 webcam working in kubuntu 9.10 and all I have is a blank screen does anyone at all know how to get this fixed??

  2. #2
    Join Date
    Aug 2006
    Location
    Gilbert, AZ
    Beans
    134
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Microsoft vx-1000 webcam

    I have this cam. It took me a long time, 6 months to get the right driver up and working. Here is what I recommend:

    Do this:
    Download driver:
    http://linuxtv.org/hg/~jfrancois/gspca/
    grab the .bz2 file - located on the left bar
    extract and change directory
    in terminal type "make" no quotes, takes a few mins
    then type "sudo make install"
    reboot

    tested working on Intrepid With Cheese, Ekiga, Skype, GyachE, Xawtv

    COLORS are fine! no more green/blue Hardy mess.
    not working in Camorama, Camstream, errors in gqcam

    installed xawtv, luvcview, and removed camserv.

    UPDATE! if you have errors on the MAKE step, you can use "make distclean" "make clean" then "make menuconfig" and deselect the other drivers included, I had errors trying this on my upgrade to karmic alpha 4 & 5. After the last step run a normal "make" and "sudo make install"

  3. #3
    Join Date
    Dec 2006
    Beans
    Hidden!

    Re: Microsoft vx-1000 webcam

    Hi!

    I'm also running kubuntu 9.10 and have the same problem.
    I tried the solution you provided, but I get make errors even with the make clean, make distclean etc.
    I also tried the solution of mr. Stanca from this http://ubuntuforums.org/showthread.p...x-1000&page=11 thread to no avail.
    Any and all help would be appreciated.

  4. #4
    Join Date
    Jul 2006
    Location
    Mexico
    Beans
    17
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Smile Re: Microsoft vx-1000 webcam

    Got mine working!!!

    I haven't tried the http://linuxtv.org/hg/~jfrancois/gspca/ drivers, I used http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2 and they worked fine.

    The only problem was the same as the others are having, make problems with the firedtv-1394 driver before compiling sonixj driver which is the one we really need. So, after make failure, you have to edit v4l/.config (you have to run make first or else you won't find .config in the v4l directory):

    CONFIG_DVB_FIREDTV=m

    to

    CONFIG_DVB_FIREDTV=n

    Run make again and then sudo make install, reboot, enjoy!

    Cheers
    SuperMau
    Ubuntu 9.10 with kernel 2.6.31.14-generic

    P.S. (You could also do make menuconfig ad disable the firedtv-1394 driver)
    Last edited by SuperMau; November 4th, 2009 at 09:41 AM.

  5. #5
    Join Date
    Aug 2006
    Location
    Gilbert, AZ
    Beans
    134
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Microsoft vx-1000 webcam

    Quote Originally Posted by SuperMau View Post
    Got mine working!!!

    I haven't tried the http://linuxtv.org/hg/~jfrancois/gspca/ drivers, I used http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2 and they worked fine.

    The only problem was the same as the others are having, make problems with the firedtv-1394 driver before compiling sonixj driver which is the one we really need. So, after make failure, you have to edit v4l/.config (you have to run make first or else you won't find .config in the v4l directory):

    CONFIG_DVB_FIREDTV=m

    to

    CONFIG_DVB_FIREDTV=n

    Run make again and then sudo make install, reboot, enjoy!

    Cheers
    SuperMau
    Ubuntu 9.10 with kernel 2.6.31.14-generic

    P.S. (You could also do make menuconfig ad disable the firedtv-1394 driver)
    This no longer works with the new Kernel 2.6.31.17.

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
  •