Re: Web-Camera help configure D-Link DSB-C320 USB
Joel Bryan Juliano <joelbryan.juliano <at> gmail.com>
2007-03-01 00:14:42 GMT
On 3/1/07, Phil Pinkerton <pcpinkerton <at> gmail.com> wrote:
Just Installed Ubuntu 7.04
Was given a new web cam D-link DSB-C320 USB but have no Idea how to get
it working.
lsusb shows :
Bus 002 Device 002: ID 0ac8:0302 Z-Star Microelectronics Corp. ZC0302 WebCam
Can someone provide step by step configuration instructions ?
I am not new to Linux I used Debian for several years, but never had a
webcam before and no experience with UDEV and procbususb.
Please help this is the only way my kids cam see me and I do not want to
use anything but Linux.
Phil Pinkerton
Good News, your kids can see you

I searched for your webcam in the internet, and it is supported, but not compiled in the default Ubuntu kernel. See:
http://www.qbik.ch/usb/devices/showdev.php?id=3092You need to install spca5xx-source and run module-assistant (that will do the work for you).
In module-assistant, you can update and prepare ubuntu to compile and install the module.
sudo apt-get install spca5xx-source.
sudo module-assistant
#On module-assistant, this might be the correct way to do it.
#i.e. Update, Prepare, Select (spca5xx), Get, Build, Install.
or you can always manually install the driver by:
cd /usr/src/
sudo tar xvf spca5xx-source.tar.bz2
cd modules/spca5xx
sudo make && sudo make install
To test your webcam, you can use Ekiga, or you can record videos
through Youtube and Flash, (probably private) it requires Flash so, you need to
sudo apt-get install flashplugin-nonfree if it haven't been installed.
Hope this helps!
Joel
--
Stay away from Piracy, use Open Source.
<div>
<p>On 3/1/07, Phil Pinkerton <<a href="mailto:pcpinkerton <at> gmail.com">pcpinkerton <at> gmail.com</a>> wrote:</p>
<div>
<span class="gmail_quote"></span><blockquote class="gmail_quote">
Just Installed Ubuntu 7.04<br><br>Was given a new web cam D-link DSB-C320 USB but have no Idea how to get<br>it working.<br><br>lsusb shows :<br><br>Bus 002 Device 002: ID 0ac8:0302 Z-Star Microelectronics Corp. ZC0302 WebCam
<br><br>Can someone provide step by step configuration instructions ?<br><br>I am not new to Linux I used Debian for several years, but never had a<br>webcam before and no experience with UDEV and procbususb.<br><br>Please help this is the only way my kids cam see me and I do not want to
<br>use anything but Linux.<br><br>Phil Pinkerton<br>
</blockquote>
</div>
<br>Good News, your kids can see you
<br><br>I searched for your webcam in the internet, and it is supported, but not compiled in the default Ubuntu kernel. See:
<a href="http://www.qbik.ch/usb/devices/showdev.php?id=3092">http://www.qbik.ch/usb/devices/showdev.php?id=3092</a><br><br>You need to install spca5xx-source and run module-assistant (that will do the work for you).<br>In module-assistant, you can update and prepare ubuntu to compile and install the module.
<br><br>sudo apt-get install spca5xx-source.<br>sudo module-assistant <br><br>#On module-assistant, this might be the correct way to do it.<br>#i.e. Update, Prepare, Select (spca5xx), Get, Build, Install.<br><br>or you can always manually install the driver by:
<br><br>cd /usr/src/≤br>sudo tar xvf spca5xx-source.tar.bz2 <br>cd modules/spca5xx<br>sudo make && sudo make install<br><br>To test your webcam, you can use Ekiga, or you can record videos <br>through Youtube and Flash, (probably private) it requires Flash so, you need to
<br>sudo apt-get install flashplugin-nonfree if it haven't been installed.<br><br>Hope this helps!<br>Joel<br clear="all"><br>-- <br>Stay away from Piracy, use Open Source.
</div>