<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kernel-Panik.com &#187; qc-usb-messenger</title>
	<atom:link href="http://www.kernel-panik.com/wordpress/tag/qc-usb-messenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kernel-panik.com/wordpress</link>
	<description>science, technology, linux, howto&#039;s</description>
	<lastBuildDate>Tue, 27 Oct 2009 08:49:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>qc-usb-messenger with Logitech Quickcam Messenger on Gentoo Linux Howto</title>
		<link>http://www.kernel-panik.com/wordpress/2007/11/22/logitech-quickcam-messenger-on-gentoo-linux-how-to-with-qc-usb-messenger-drivers/</link>
		<comments>http://www.kernel-panik.com/wordpress/2007/11/22/logitech-quickcam-messenger-on-gentoo-linux-how-to-with-qc-usb-messenger-drivers/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 17:29:07 +0000</pubDate>
		<dc:creator>Jorge_S</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux kernel]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kernel-panik.com]]></category>
		<category><![CDATA[logitech quickcam messenger webcam]]></category>
		<category><![CDATA[qc-usb-messenger]]></category>

		<guid isPermaLink="false">http://www.kernel-panik.com/wordpress/2007/11/22/logitech-quickcam-messenger-on-gentoo-linux-how-to-with-qc-usb-messenger-drivers/</guid>
		<description><![CDATA[In this post I will explain you how I got my Logitech Quickcam Messenger webcam working with Gentoo Linux using qc-usb-messenger drivers (module will be called quickcam).
Webcam information:
Manufacturer: Logitech
Part Number: 861144-0000
Model: Logicool V-UM27 Quickcam USB
# lsusb   information:
ID 046d:08f0 Logitech, Inc. QuickCam Messenger
First of all we will prepare our kernel so our driver compiles [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I will explain you how I got my Logitech Quickcam Messenger webcam working with Gentoo Linux using qc-usb-messenger drivers (module will be called quickcam).</p>
<p>Webcam information:</p>
<blockquote><p>Manufacturer: Logitech<br />
Part Number: 861144-0000<br />
Model: Logicool V-UM27 Quickcam USB</p></blockquote>
<blockquote><p><font color="#339966"># lsusb</font>   information:<br />
ID 046d:08f0 Logitech, Inc. QuickCam Messenger</p></blockquote>
<p>First of all we will prepare our kernel so our driver compiles neatly. I am currently using kernel 2.6.23-gentoo-r2.<br />
<span id="more-5"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0018366203309875";
//www.kernel-panik.com 200x200 Ad unit text
google_ad_slot = "9155669200";
google_ad_width = 200;
google_ad_height = 200;
//--></script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<blockquote><p><font color="#339966">Select the following kernel options and recompile:</font></p>
<p style="margin-bottom: 0in"><font color="#339966">Device Drivers &#8212;&gt; Multimedia devices &#8212;&gt;<br />
&lt;M&gt; Video For Linux<br />
[*]   Enable Video For Linux API 1 compatible Layer<br />
[*]   Video capture adapters (NEW)  &#8212;&gt;</font></p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><font color="#339966">Device Drivers &#8212;&gt; Multimedia devices &#8212;&gt; Video capture adapters &#8211;&gt;<br />
[*]   Autoselect pertinent encoders/decoders and other helper chips<br />
[*]   V4L USB devices (NEW)  &#8212;&gt;</font></p>
<p style="margin-bottom: 0in">&nbsp;</p>
<p style="margin-bottom: 0in"><font color="#339966">Device Drivers &#8212;&gt; Multimedia devices &#8212;&gt; Video capture adapters &#8211;&gt; V4L USB devices &#8211;&gt;<br />
(none)</font></p></blockquote>
<p style="margin-bottom: 0in">&nbsp;</p>
<p> Next we emerge our <a href="http://gentoo-portage.com/media-video/qc-usb-messenger" title="Portage media-video/qc-usb-messenger" target="_blank">qc-usb-messenger</a> drivers:</p>
<blockquote><p><font color="#339966">emerge &#8211;quiet media-video/qc-usb-messenger</font></p></blockquote>
<p>Now we check if the driver loads, so we connect our camera</p>
<blockquote><p><font color="#ffff99"><font color="#999999"># tail -f /var/log/messages   should give us a message similar to:</font><br />
<font color="#339966"> kp_1 quickcam [48.266871]: poisoning qc in qc_usb_exit<br />
kp_1 quickcam [54.779816]: &#8212;&#8212;&#8212;-LOADING QUICKCAM MODULE&#8212;&#8212;&#8212;&#8212;<br />
kp_1 quickcam [54.779852]: struct quickcam size: 4612<br />
kp_1 quickcam: QuickCam USB camera found (driver version QuickCam Messenger/Communicate USB 1.7 $Date: 2007/09/02 00:00:00 $)<br />
kp_1 quickcam: Kernel:2.6.23-gentoo-r2 bus:2 class:FF subclass:FF vendor:046D product:08F0<br />
kp_1 quickcam [54.780122]: poisoning qc in qc_usb_init<br />
kp_1 quickcam [54.809479]: E00A contains 08F0<br />
kp_1 quickcam: Sensor VV6450 detected<br />
kp_1 input: Quickcam snapshot button as /devices/virtual/input/input2<br />
kp_1 quickcam [54.813168]: Quickcam snapshot button registered on usb-0000:00:01.3-2/input0<br />
kp_1 quickcam: Registered device: /dev/video0<br />
kp_1 usbcore: registered new interface driver quickcam</font></font></p></blockquote>
<blockquote><p><font color="#ffff99"><font color="#999999">if driver is not automatically loaded, you can always modprobe it, and the check if interface has been registered</font><br />
<font color="#339966"> kp_1 ~ # modprobe quickcam</font></font></p></blockquote>
<p>And that&#8217;s it! now you can configure any program that can read v4l devices, like <a href="http://gentoo-portage.com/media-tv/xawtv" title="Xawtv portage package" target="_blank">xawtv</a> and <a href="http://www.kernel-panik.com/wordpress/2007/11/20/cherokee-php-zoneminder-on-gentoo-linux-how-to/" title="Cherokee + php + Zoneminder on Gentoo Linux" target="_blank">Zoneminder</a>  <img src='http://www.kernel-panik.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><font color="#000000">- Feel free to leave any comment, suggestion, request or correction you want. I will update this page constantly -</font></p>
<p>-=kp=-</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kernel-panik.com/wordpress/2007/11/22/logitech-quickcam-messenger-on-gentoo-linux-how-to-with-qc-usb-messenger-drivers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
