Find the answer to your Linux question:
Results 1 to 9 of 9
hello, i have a Logitech quickcam. where can i find its driver? which driver is compatible with Fedora 9 and above. v4l or v4l2 or other? Thank you....
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    70

    Where to find webcam drivers

    hello,


    i have a Logitech quickcam. where can i find its driver?
    which driver is compatible with Fedora 9 and above. v4l or v4l2 or other?


    Thank you.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Posts
    70
    hi, thanks Rubberman.


    i choose to go with v4l.

    but, from the site you referred to me, i cant find the link to download the v4l driver or how to install v4l driver in Fedora 9.

    can you point me on tutorial on how to install v4l in Fedora. sry, i'm a newbie.


    Thank you.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Which QuickCam do you have? There are a bunch. They all take the same driver, spca5xx/LE gspca v4l1/v4l2, but vary in options and quality. Actually, there are 11 Logitech QuickCams on the web site I gave the link to, one of which, the QuickCam Express, uses a different driver than the others, spca5xx.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Also, there are instructions on that web site. I used them to get my webcam working on CentOS.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  6. #6
    Just Joined!
    Join Date
    Nov 2006
    Posts
    70
    yes, thank you. Rubberman.

    i finally downloaded -> spcav1-20071224.tar.gz . on the download section.

    but then, when i try to build the gspca. i get the following error. -> "sudo ./gspca_build"

    Code:
    mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb/media/
    rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/spca5xx.ko
    rm -f /lib/modules/`uname -r`/kernel/drivers/media/video/gspca.ko
    install -c -m 0644 gspca.ko /lib/modules/`uname -r`/kernel/drivers/usb/media/
    install: cannot stat `gspca.ko': No such file or directory
    make: *** [install] Error 1
    my kernel version is 2.6.29.4

    hope you or someone can help.

    Thank you

  7. #7
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Try logging in as root before you try to build it. I'm not sure that sudo will be adequate. Also, I assume you have the kernel development package installed for your kernel? It needs some headers and stuff from that to build properly.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  8. #8
    Just Joined!
    Join Date
    Nov 2006
    Posts
    70
    thanks, Rubberman.

    i've patched and then built the gspca. and i've successfully made my webcam work in my app.

    but then i turned my computer off and turn it on again. and now, the webcam doesn't work again, even after i redone the patching and the building process.

    strange, how can i get it work again?


    Thank you.

  9. #9
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Well, it should, so unless you can figure out why it isn't working, I don't know what to tell you. Check if the driver has been properly installed. The lsmod command can help with that.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

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