<?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>Schadenfreude &#187; sound</title>
	<atom:link href="http://www.ralree.com/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:18:37 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Skype Working on Ubuntu 9.10 Karmic x86-64</title>
		<link>http://www.ralree.com/2009/11/19/getting-skype-working-on-ubuntu-9-10-karmic-x86-64/</link>
		<comments>http://www.ralree.com/2009/11/19/getting-skype-working-on-ubuntu-9-10-karmic-x86-64/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 13:58:11 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22728</guid>
		<description><![CDATA[So, recently, I installed Ubuntu karmic cleanly on my main desktop machine here at home, and I have really liked it.  I even switched to KDE, and everything has been working better than it had been in GNOME.  I tried setting up Skype the other day, and ran into an issue with the [...]]]></description>
			<content:encoded><![CDATA[<p>So, recently, I installed Ubuntu karmic cleanly on my main desktop machine here at home, and I have really liked it.  I even switched to KDE, and everything has been working better than it had been in GNOME.  I tried setting up Skype the other day, and ran into an issue with the microphone.  It turns out that since the new Skype uses PulseAudio, there&#8217;s a further configuration step that&#8217;s not so obvious.  I found out <a href="http://superuser.com/questions/33458/running-skype-2-1-beta-with-kde-4-3/33963#33963">here</a> that you have to do the following:</p>
<pre><code>
sudo apt-get install pavucontrol
pavucontrol
</code></pre>
<p>Then, go to the Input Devices tab, and unmute the sound (click the little speaker with a red X until the controls at the bottom are enabled).  Then, change the Port setting until you can see the bars move when you tap the microphone.  Then try Skype.  This worked perfectly for me &#8211; it&#8217;s too bad it&#8217;s not connected to the KDE sound mixer, but oh well.  Maybe in the future that will happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/11/19/getting-skype-working-on-ubuntu-9-10-karmic-x86-64/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to set the RTC max_user_freq in newer kernels</title>
		<link>http://www.ralree.com/2009/07/19/how-to-set-the-rtc-max_user_freq-in-newer-kernels/</link>
		<comments>http://www.ralree.com/2009/07/19/how-to-set-the-rtc-max_user_freq-in-newer-kernels/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 01:03:07 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rtc]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22623</guid>
		<description><![CDATA[I found out today how to set the real time clock max frequencies in Ubuntu since they removed the possibility to do it from sysutil.conf from newer kernels.  Add the following to your /etc/rc.local or another startup script:
echo 2048 >/sys/class/rtc/rtc0/max_user_freq
echo 2048 >/proc/sys/dev/hpet/max-user-freq
Reboot, and you should get better performance from things like mplayer.
]]></description>
			<content:encoded><![CDATA[<p>I found out today how to set the real time clock max frequencies in Ubuntu since they removed the possibility to do it from <code>sysutil.conf</code> from newer kernels.  Add the following to your <code>/etc/rc.local</code> or another startup script:</p>
<pre><code>echo 2048 >/sys/class/rtc/rtc0/max_user_freq
echo 2048 >/proc/sys/dev/hpet/max-user-freq</code></pre>
<p>Reboot, and you should get better performance from things like mplayer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/07/19/how-to-set-the-rtc-max_user_freq-in-newer-kernels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.320 seconds -->
