linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Jason Miller <jason@milr.com>
Cc: linux-media@vger.kernel.org
Subject: Re: Support for old Intel webcam
Date: Fri, 01 Jun 2012 16:18:32 +0200	[thread overview]
Message-ID: <4FC8CF38.8010507@redhat.com> (raw)
In-Reply-To: <loom.20120529T203303-181@post.gmane.org>

Hi,

On 05/29/2012 08:46 PM, Jason Miller wrote:
> I have an old Intel webcam that shows up as:
>
> Bus 002 Device 005: ID 8086:0431 Intel Corp. Intel Pro Video PC Camera
>
> My hazy memory says that this used to work on linux with the spca_50x driver,
> though I think I had to add the vendor/device ID manually to the driver.  Is
> there any way to determine which chip is used in the camera so I can try doing
> so again?

Looking at the inf file from the windows drivers it is indeed quite likely
an spca50x based chip, what you can try doing (as root) is:

modprobe gspca_spca501
cd /sys/bus/usb/drivers/spca501
echo '0x8086 0x0431' > new_id

And see if it works, if not you can also try the spca500 and
spca508 drivers. Please unplug, rmmod the last tried driver, and then replug
the device between different attempts.

Regards,

Hans

      reply	other threads:[~2012-06-01 14:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-29 18:46 Support for old Intel webcam Jason Miller
2012-06-01 14:18 ` Hans de Goede [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FC8CF38.8010507@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=jason@milr.com \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).