From: Curtis Schroeder <cstarjewel@yahoo.com>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: video4linux-list@redhat.com
Subject: Re: Philips SPC 600 NCP
Date: Mon, 9 Feb 2009 20:06:31 -0800 (PST) [thread overview]
Message-ID: <542627.18212.qm@web35306.mail.mud.yahoo.com> (raw)
Although I am an experienced Solaris middle-ware programmer and have some limited driver experience on VxWorks, I am new to the world of Linux drivers. I'll likely need a bit of hand-holding on this one.
First, here is the command stream I got from the Ubuntu forums in trying to get my new web cam working. At this point it is well known that web cam support in 8.10 is broken, hence the need to compile an install a new copy of gspca.
sudo apt-get install subversion build-essential linux-headers-$(uname -r) &&
wget http://linuxtv.org/hg/~jfrancois/gspca/archive/tip.tar.bz2 &&
tar xf tip.tar.bz2 &&
cd gspca-* &&
make &&
sudo make install &&
sudo depmod -ae $(uname -r)
Here is the output from dmesg:
[22620.920030] usb 3-2: new full speed USB device using uhci_hcd and address 2
[22621.111879] usb 3-2: configuration #1 chosen from 1 choice
[22621.620524] Linux video capture interface: v2.00
[22621.645354] usbcore: registered new interface driver snd-usb-audio
[22621.667744] sn9c102: V4L2 driver for SN9C1xx PC Camera Controllers v1:1.47pre49
[22621.670466] usb 3-2: SN9C105 PC Camera Controller detected (vid:pid 0x0471:0x0327)
[22621.851468] usb 3-2: No supported image sensor detected for this bridge
[22621.852729] usbcore: registered new interface driver sn9c102
So, you are correct that it is trying to use the sn9c102 driver. Could you provide me with a little more information on how to remove this driver from the gspca config before rebuilding it? Do I comment it out in the v4l/.config file or change the "=m" to something else?
I've downloaded svv.c, but I'm having trouble linking it. It appears to need library /usr/lib/libv4l/v4l2convert.so, but the -l directive prepends "lib" onto the lib name, so the linker doesn't find it. What is the appropriate gcc syntax to link svv.c with this lib? Or is there a bug in the make install such that the lib was not named correctly?
Thanks for your help,
Curt
________________________________
From: Jean-Francois Moine <moinejf@free.fr>
To: Curtis Schroeder <cstarjewel@yahoo.com>
Cc: video4linux-list@redhat.com
Sent: Saturday, February 7, 2009 3:07:03 AM
Subject: Re: Philips SPC 600 NCP
On Fri, 6 Feb 2009 16:47:49 -0800 (PST)
Curtis Schroeder <cstarjewel@yahoo.com> wrote:
> I recently picked up a Philips SPC 600 NC web cam on clearance,
> because I had read in the Ekiga documentation that most Philips web
> cams were compatible. Evidently the SPC 600 NC currently is not
> compatible with Linux. I've downloaded and installed
> gspca-4d0827823ebc in my 64-bit Ubuntu 8.10 installation, but it
> reports in dmesg that it does not recognize the sensor. Is there a
> utility I can run and report the results back to this list that would
> help get this situation corrected?
Hello Curt,
I don't know which driver you used. If it is the sn9c102, please,
regenerate, removing this driver from the config.
Also, as this webcam has not be tested yet, I'd be glad to know if it
works. If it does not, may you send me the last kernel messages after
pluging the webcam (do a grep on 'gspca' and 'sonixj'), and the
image.dat generated by my program svv (if any - do 'svv -rg').
Regards.
--
Ken ar c'hentan | ** Breizh ha Linux atav! **
Jef | http://moinejf.free.fr/
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
next reply other threads:[~2009-02-10 4:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-10 4:06 Curtis Schroeder [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-02-07 0:47 Philips SPC 600 NCP Curtis Schroeder
2009-02-07 8:07 ` Jean-Francois Moine
2009-02-13 3:10 ` Curtis Schroeder
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=542627.18212.qm@web35306.mail.mud.yahoo.com \
--to=cstarjewel@yahoo.com \
--cc=moinejf@free.fr \
--cc=video4linux-list@redhat.com \
/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