<?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>Principia Labs &#187; skype</title>
	<atom:link href="http://principialabs.com/tag/skype/feed/" rel="self" type="application/rss+xml" />
	<link>http://principialabs.com</link>
	<description>design, build, test, iterate.</description>
	<lastBuildDate>Thu, 07 Apr 2011 04:04:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Installing Skype 2.0 on Kubuntu Gutsy 64</title>
		<link>http://principialabs.com/installing-skype-20-on-kubuntu-gutsy-64/</link>
		<comments>http://principialabs.com/installing-skype-20-on-kubuntu-gutsy-64/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:37:48 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://principialabs.com/installing-skype-20-on-kubuntu-gutsy-64/</guid>
		<description><![CDATA[Skype is a free text/audio/video chat and softphone client for PCs. Version 2.0 for Linux finally includes support for webcam video. It&#8217;s still in beta, and it&#8217;s designed for a 32-bit OS, so AMD64 users have to do a little creative tweaking to get it to work. Thanks to this tutorial on the Ubuntu Forums, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.skype.com/intl/en/newtoskype/" alt="" style="border: none;"><img style="float: left; padding-right: 14px;" src="/images/skype_logo.png" alt="" /></a>
Skype is a free text/audio/video chat and <a href="http://en.wikipedia.org/wiki/Softphone">softphone</a> client for PCs.  <a href="http://www.skype.com/intl/en/download/skype/linux/beta/">Version 2.0 for Linux</a> finally includes support for webcam video.  It&#8217;s still in beta, and it&#8217;s designed for a 32-bit OS, so AMD64 users have to do a little creative tweaking to get it to work.</p>

<p>Thanks to <a href="http://ubuntuforums.org/showthread.php?t=432295">this tutorial</a> on the Ubuntu Forums, getting the latest Skype up and running is a snap.  Just paste the following code into a terminal.  This snippet works on 64-bit Gusty (7.10), Feisty (7.04), and Edgy (6.10) installations.</p>

<p><span id="more-34"></span></p>

<pre>
cd; sudo apt-get install ia32-libs lib32asound2; cd ~/Desktop; wget -N boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb; wget -N -O skype-install.deb http://www.skype.com/go/getskype-linux-beta-ubuntu; sudo dpkg -i getlibs-all.deb; sudo dpkg -i --force-all skype-install.deb; sudo getlibs /usr/bin/skype; cd ~
</pre>

<p><strong>Webcam Configuration</strong></p>

<p>I have the Logitech QuickCam Pro 9000 webcam.  Kopete was recognizing and using the camera right out of the box.  Skype, however, wouldn&#8217;t show the webcam image in its configuration page.  I thought I already <em>had</em> the necessary <code>uvc</code> driver installed, but apparently Skype didn&#8217;t agree.  So, I tried <a href="https://help.ubuntu.com/community/InstallingLogitechQuickcamPro5000OnEdgy">this procedure from the Ubuntu documentation</a>.</p>

<p>Install the prerequisites (Subversion and Video4Linux):</p>

<pre>
sudo apt-get install subversion libpt-plugins-v4l2 v4l2ucp libsdl1.2-dev
</pre>

<p>Get the latest build of the uvc driver using Subversion:</p>

<pre>
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
</pre>

<p>Compile and install:</p>

<pre>
cd trunk
</pre>

<pre>
make
</pre>

<pre>
make install
</pre>

<p>Then I restarted the computer.  It worked, but I&#8217;m still not sure why. </p>
]]></content:encoded>
			<wfw:commentRss>http://principialabs.com/installing-skype-20-on-kubuntu-gutsy-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

