post icon

Enabling webcam support for kernel 2.6.31.6 (Karmic)

I refer to my previous post about Karmic’s kernel not detecting webcam by default. To enable this feature, you’ll have to make changes to the kernel configuration before actually installing. However, don’t worry if you have already compiled the kernel; it’s still possible to re-configure and re-compile the kernel with the new settings you’re about to see.

Follow the steps in my previous post. But when you get to the configuration step, i.e.

make menuconfig

make gconfig

make kconfig

you’ll need to go Device drivers > Multimedia support > Video capture adapters > V4L USB devices and enable support for the corresponding webcam. Since I owned a Logitech Quickcam, the support that I had to enable was the GSPCA options (all SPCAXXX USB Camera Drivers). However, I read somewhere that SPCA561 support is sufficient. The following is the output of `lsusb | grep -i quickcam` on my machine.

Bus 001 Device 005: ID 046d:09c1 Logitech, Inc. QuickCam Deluxe for Notebooks

Screenshot of the config option after enabling webcam support.

Screenshot

Then, just do the rest of the kernel setup and you’ll end up with a kernel image with webcam support. Good luck!

  • Share/Bookmark
Read full story »

5 Comments

Leave a comment
  1. nepropadu
    04. Dec, 2009 at 12:47 pm #

    Dear Author allforlinux.com !
    You commit an error. I can prove it. Write to me in PM, we will talk.

  2. cromo_dick
    25. Dec, 2009 at 8:04 pm #

    I want to quote your post in my blog. It can?
    And you et an account on Twitter?

  3. Bruce
    19. May, 2010 at 9:16 pm #

    [...] Full Article [...]

Trackbacks/Pingbacks

  1. Enabling webcam support for kernel 2.6.31.6 (Karmic) | TuxWire : The Linux Blog - 29. Nov, 2009

    [...] Full Article [...]

  2. Enabling webcam support for kernel 2.6.31.6 (Karmic) | AllForLinux.com | Linux Affinity - 30. Nov, 2009

    [...] the original post: Enabling webcam support for kernel 2.6.31.6 (Karmic) | AllForLinux.com Posted in: Kernels ADD [...]