<?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>Jayway Team Blog &#187; oss</title>
	<atom:link href="http://blog.jayway.com/tag/oss/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:49:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Getting Sound Working Properly on Ubuntu 8.10</title>
		<link>http://blog.jayway.com/2008/11/10/getting-sound-to-work-on-ubuntu-810ut/</link>
		<comments>http://blog.jayway.com/2008/11/10/getting-sound-to-work-on-ubuntu-810ut/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 10:35:58 +0000</pubDate>
		<dc:creator>Mattias Hellborg Arthursson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[linux]]></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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://blog.jayway.com/2008/11/10/getting-sound-to-work-on-ubuntu-810ut/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

