<?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>'pataprogramming &#187; sound</title>
	<atom:link href="http://www.pataprogramming.com/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pataprogramming.com</link>
	<description>Curiosities of Unconventional Computing</description>
	<lastBuildDate>Sun, 14 Mar 2010 03:43:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eliminating a nasty, loud &#8216;crack&#8217; before playback in Ubuntu Karmic</title>
		<link>http://www.pataprogramming.com/2010/02/karmic-nasty-loud-crack/</link>
		<comments>http://www.pataprogramming.com/2010/02/karmic-nasty-loud-crack/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:00:59 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Linux and Sundry]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[hda-intel]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[Planet PLUG]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.pataprogramming.com/?p=79</guid>
		<description><![CDATA[Ever since installing Karmic on my main box, audio has been an intermittent annoyance.  While I like the idea behind pulseaudio, its presence in Karmic has certainly has contributed to a few headaches (made painfully worse when I imprudently tried exploring the network multicast features).  I&#8217;ve had most of the bugs worked out for a [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since installing Karmic on my main box, audio has been an intermittent annoyance.  While I like the idea behind pulseaudio, its presence in Karmic has certainly has contributed to a few headaches (made painfully worse when I imprudently tried exploring the network multicast features).  I&#8217;ve had most of the bugs worked out for a while, except for one: before a sound is played back, a loud, unpleasant, sharp <strong>crack</strong> is emitted by the speakers.  After that, sound playback proceeds normally&#8230;music, further OS alert beeps, no problem.  However, after a period of idleness without any sound activity (ten seconds, in fact), the next speaker access will result in the same loud report.  Even though annoying, this problem has not been critical.</p>
<p>The box is custom-built system based around an Asus P6T motherboard, which has has an onboard RealTek ALC1200 for sound.  This shows up in Linux as</p>
<p style="padding-left: 30px;">
<pre>00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family)
HD Audio Controller</pre>
</p>
<p>and thus uses the <em>snd_hda_intel</em> kernel module (Intel High-Definition Audio).</p>
<p>Having just had occasion to look into my <em>/etc/modprobe.d/alsa-base.conf</em>, I found this exceedingly suspicious pair of lines:</p>
<p style="padding-left: 30px;">
<pre># Power down HDA controllers after 10 idle seconds
options snd-hda-intel power_save=10 power_save_controller=N</pre>
</p>
<p>The 10-second time-out surely could not be a coincidence.</p>
<p>Sure enough, commenting it out has removed this lingering audio annoyance (which turns out to be completely unrelated to pulse).  It appears this issue is already known: <a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/417302">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/417302</a>.  As one commenter observed: &#8220;I was also affected by this. I think this is a bug &#8211; speakers should not produce unpleasant sounds for [no] apparent reason.&#8221;  This is a sentiment with which I can only agree.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pataprogramming.com/2010/02/karmic-nasty-loud-crack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

