<?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>techyTim &#187; Ubuntu Tweaks</title>
	<atom:link href="http://blog.techytim.com/category/ubuntu-tweaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.techytim.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 01:00:37 +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>Ubuntu: No sound after suspend to RAM fix</title>
		<link>http://blog.techytim.com/2009/01/28/ubuntu-sound-fix/</link>
		<comments>http://blog.techytim.com/2009/01/28/ubuntu-sound-fix/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 18:18:00 +0000</pubDate>
		<dc:creator>techyTim</dc:creator>
				<category><![CDATA[Ubuntu Tweaks]]></category>

		<guid isPermaLink="false">http://blog.techytim.com/?p=123</guid>
		<description><![CDATA[aka an example of the magic of open source software!]]></description>
			<content:encoded><![CDATA[<p>The magic of open source software is evident every few days or so when the Ubuntu <a href="http://people.ubuntu.com/~mako/docteam/quickguide/ch05.html#qg-ubuntu-update-manager">Update Manager</a> notifies me of another round of bug fixes and/or security patches.  Over this past winter break, I put a new motherboard (<a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813186138">Foxconn M7VMX-K</a>) in my computer and decided to test the &#8220;sleep&#8221; function.  Since Ubuntu relies on community testing, hardware support can be a weakness and sleep did not work with my old mobo. However, I was excited to see that my computer properly slept and woke-up with this new motherboard&#8230; except for one problem.  After waking up, the sound did not work!  Frustrated, I did a Google search and found <a href="https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/222428" title="No sound after suspend to RAM">a thread on Launchpad</a> (the Ubuntu bug tracking site) which seemed to describe the issue I was experiencing as well as a workaround.  For anyone interested, the fix is to run the following commands after resuming:</p>
<pre><code>
pulseaudio -k
pulseaudio -D
</code></pre>
<p>A few weeks later I spotted an update to pulseaudio on update manager with the description &#8220;Add pm-utils sleep hook to suspend (and resume) users&#8217; pulseaudio daemons&#8221;.  That sounded promising  so I quickly installed the update and put my computer to sleep. Sure enough, after waking it up the sound worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techytim.com/2009/01/28/ubuntu-sound-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Skype Mic Auto-adjustment in Ubuntu</title>
		<link>http://blog.techytim.com/2007/09/02/disable-skype-mic-auto-adjustment-in-ubuntu/</link>
		<comments>http://blog.techytim.com/2007/09/02/disable-skype-mic-auto-adjustment-in-ubuntu/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 22:01:22 +0000</pubDate>
		<dc:creator>techyTim</dc:creator>
				<category><![CDATA[Ubuntu Tweaks]]></category>

		<guid isPermaLink="false">http://blog.techytim.com/2007/09/02/disable-skype-mic-auto-adjustment-in-ubuntu/</guid>
		<description><![CDATA[and avoid this annoying behavior.]]></description>
			<content:encoded><![CDATA[<p><strong>Update: Skype 1.4.0.118 adds a menu option to fix this</strong></p>
<p><img src='http://blog.techytim.com/wp-content/uploads/2008/03/mixerlevels.png' alt='Skype 1.4.0.118 Mixer Options' /></p>
<p>I&#8217;m using Skype for Linux 1.4.0.99 and I noticed that if I jostle my microphone, the capture volume will decrease.  This is annoying because when I go to make a call, the other person won&#8217;t be able to hear me.  I found a fix to avoid this auto-adjustment:</p>
<ul>
<ol>First, close Skype if it&#8217;s running.</ol>
<ol>In your home directory press Ctrl-H to show hidden folders.</ol>
<ol>Find the .Skype folder and edit the shared.xml with a text editor.</ol>
<ol>Find the subsection &lt;lib&gt; with a subsection &lt;voiceeng&gt;.  In this subsection, add &lt;agc&gt;0&lt;/agc&gt; to disable automatic microphone manipulation.</ol>
</ul>
<p>Here&#8217;s a screenshot of the modified shared.xml file:</p>
<p><img class="center" src='http://blog.techytim.com/wp-content/uploads/2007/09/skypexml.png' alt='shared.xml' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.techytim.com/2007/09/02/disable-skype-mic-auto-adjustment-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

