<?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>occasionally useful &#187; linux</title>
	<atom:link href="http://blog.maxaller.name/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.maxaller.name</link>
	<description>ruby, ubuntu, etc</description>
	<lastBuildDate>Sun, 11 Jul 2010 07:01:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phew</title>
		<link>http://blog.maxaller.name/2009/08/phew/</link>
		<comments>http://blog.maxaller.name/2009/08/phew/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 22:34:59 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[Slicehost]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=156</guid>
		<description><![CDATA[Migrated from Slicehost to Rackspace Cloud (which is basically the same company).  Should save me $10 a month!  Moving databases and service configurations over is a pain, though.
]]></description>
			<content:encoded><![CDATA[<p>Migrated from Slicehost to Rackspace Cloud (which is basically the same company).  Should save me $10 a month!  Moving databases and service configurations over is a pain, though.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2009/08/phew/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vostro (1400) + Ubuntu 9.04 + sound issues</title>
		<link>http://blog.maxaller.name/2009/04/vostro-1400-ubuntu-904-sound-issues/</link>
		<comments>http://blog.maxaller.name/2009/04/vostro-1400-ubuntu-904-sound-issues/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 17:41:42 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[jaunty jackalope]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[vostro]]></category>
		<category><![CDATA[vostro 1400]]></category>

		<guid isPermaLink="false">http://blog.maxaller.name/?p=142</guid>
		<description><![CDATA[Another Ubuntu upgrade, another sound configuration that doesn't work out of the box.  This is what I had to do for Ubuntu 8.10, that also worked for this version:
$ sudo vim /etc/init.d/alsa-utils
Around line 364, replace this

[ "$TARGET_CARD" = "all" ] &#38;&#38; log_action_end_msg_and_exit "$EXITSTATUS"
exit $EXITSTATUS
;;
stop)

EXITSTATUS=0
TARGET_CARD="$2"

with

[ "$TARGET_CARD" = "all" ] &#38;&#38; log_action_end_msg_and_exit "$EXITSTATUS"
exit $EXITSTATUS
;;
stop)
 ifconfig wlan0 down
ifconfig [...]]]></description>
			<content:encoded><![CDATA[<p>Another Ubuntu upgrade, another sound configuration that doesn't work out of the box.  This is what I had to do for Ubuntu 8.10, that also worked for this version:</p>
<p>$ sudo vim /etc/init.d/alsa-utils</p>
<p>Around line 364, replace this</p>
<pre>
[ "$TARGET_CARD" = "all" ] &amp;&amp; log_action_end_msg_and_exit "$EXITSTATUS"
exit $EXITSTATUS
;;
stop)

EXITSTATUS=0
TARGET_CARD="$2"
</pre>
<p>with</p>
<pre>
[ "$TARGET_CARD" = "all" ] &amp;&amp; log_action_end_msg_and_exit "$EXITSTATUS"
exit $EXITSTATUS
;;
stop)
<strong> ifconfig wlan0 down
ifconfig eth0 down
</strong> EXITSTATUS=0
TARGET_CARD="$2"
</pre>
<p>Then restart.  In 9.04 I also had to go through my volume control panel and make sure nothing was turned all the way down or muted.  I think I had to unmute the master volume and turn PCM Playback (under HDA Intel) up.</p>
<p>Please comment if this helps you!</p>
<p>UPDATE April 29th, 2009: I also had to reinstall flash in order to get sound working in Firefox again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.maxaller.name/2009/04/vostro-1400-ubuntu-904-sound-issues/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
