<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Jayway Team Blog » Linux</title>
	
	<link>http://blog.jayway.com</link>
	<description>Sharing Experience</description>
	<pubDate>Wed, 18 Mar 2009 10:13:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jayway/posts/linux" /><feedburner:info uri="jayway/posts/linux" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Android on the FreeRunner</title>
		<link>http://feedproxy.google.com/~r/jayway/posts/linux/~3/UXdnoG8nbtc/</link>
		<comments>http://blog.jayway.com/2008/11/21/android-on-the-freerunner/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 16:01:48 +0000</pubDate>
		<dc:creator>Peter Neubauer</dc:creator>
		
		<category><![CDATA[Embedded]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[android]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[oredev]]></category>

		<guid isPermaLink="false">http://blog.jayway.com/?p=450</guid>
		<description><![CDATA[Hi there,
Öredev was great success, especially all the people and the organization - a big Thank You to Michael and Emily for making this possible, you rock!
Now, it was really awesome to exchange Android games with Mike Jennings fro the Android team, and get him excited over the recent Android port to the Neo FreeRunner! [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,</p>
<p>Öredev was great success, especially all the people and the organization - a big Thank You to Michael and Emily for making this possible, you rock!</p>
<p>Now, it was really awesome to exchange Android games with Mike Jennings fro the Android team, and get him excited over the recent Android port to the Neo FreeRunner! Thanks Anders Hedberg for coming over to fix the FR, and to all the OpenMoko enthusiasts doing the hard work!</p>
<p><a href="https://blog.jayway.com/wp-content/uploads/2008/11/1227281553155.jpg"><img class="alignnone size-medium wp-image-451" title="Android on the NeoFreerunner" src="https://blog.jayway.com/wp-content/uploads/2008/11/1227281553155-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p>/peter neubauer</p>
<img src="http://feeds.feedburner.com/~r/jayway/posts/linux/~4/UXdnoG8nbtc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.jayway.com/2008/11/21/android-on-the-freerunner/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.jayway.com/2008/11/21/android-on-the-freerunner/</feedburner:origLink></item>
		<item>
		<title>Getting Sound Working Properly on Ubuntu 8.10</title>
		<link>http://feedproxy.google.com/~r/jayway/posts/linux/~3/Vzka_u9vBUU/</link>
		<comments>http://blog.jayway.com/2008/11/10/getting-sound-to-work-on-ubuntu-810ut/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 09:35:58 +0000</pubDate>
		<dc:creator>Mattias Hellborg Arthursson</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[alsa]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[oss]]></category>

		<category><![CDATA[sound]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[ubuntu 8.10]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.jayway.com/?p=380</guid>
		<description><![CDATA[Ever since I upgraded to Ubuntu 8.10 on my laptop (Dell Precision M90) I've been having problems with getting the sound to work properly. I could get some applications working if I would change the sound default from ALSA to OSS, but it wouldn't work in Firefox (e.g. youtube etc.)
Seems this is not an uncommon [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I upgraded to Ubuntu 8.10 on my laptop (Dell Precision M90) I've been having problems with getting the sound to work properly. I could get some applications working if I would change the sound default from ALSA to OSS, but it wouldn't work in Firefox (e.g. youtube etc.)</p>
<p>Seems this is not an uncommon problem, but the solution was not easy to find - there are lots of proposed solutions on different forums and I've tried several until I finally found the one that worked. It turned out that the culprit in my setup was pulse audio. <a href="http://ubuntuforums.org/showthread.php?t=973637">The solution that worked for me</a> was simply to remove that:</p>
<pre>
killall pulseaudio
sudo apt-get remove pulseaudio
sudo apt-get install esound esound-clients libao2
sudo rm /etc/X11/Xsession.d/70pulseaudio
</pre>
<p>After the above I just changed back to ALSA in sound settings, restarted Firefox and everything worked like a charm. Note that executing the <code>apt-get remove</code> statement above will display a prompt to stating that it will remove Ubuntu desktop. This is just a meta-package so it will NOT remove the ubuntu desktop for real. </p>
<img src="http://feeds.feedburner.com/~r/jayway/posts/linux/~4/Vzka_u9vBUU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.jayway.com/2008/11/10/getting-sound-to-work-on-ubuntu-810ut/feed/</wfw:commentRss>
		<feedburner:origLink>http://blog.jayway.com/2008/11/10/getting-sound-to-work-on-ubuntu-810ut/</feedburner:origLink></item>
	</channel>
</rss>
