<?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>x2 // activeStyle &#187; Sound</title>
	<atom:link href="http://x2.activestyle.ca/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://x2.activestyle.ca</link>
	<description>... be active</description>
	<lastBuildDate>Sun, 20 Mar 2011 19:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Back to Linux!</title>
		<link>http://x2.activestyle.ca/2009/07/27/back-to-linux/</link>
		<comments>http://x2.activestyle.ca/2009/07/27/back-to-linux/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:33:30 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Wicd]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=339</guid>
		<description><![CDATA[At the end of the last week i did some &#8220;kamikaze&#8221; (software) tests with my Windows and, of course, it went wrong I lost both Vista and Win7 so, i had to find my Sabayon CD to recover grub again. As soon as i logged in i saw over 500 updates but loosing 2 operating [...]]]></description>
			<content:encoded><![CDATA[<p>At the end of the last week i did some &#8220;kamikaze&#8221; (software) tests with my Windows and, of course, it went wrong <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I lost both Vista and Win7 so, i had to find my Sabayon CD to recover grub again.</p>
<p>As soon as i logged in i saw over 500 updates <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  but loosing 2 operating systems was not enough <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Checking <a href="http://www.sabayonlinux.org">Sabayon website</a> i found a new version, 4.2.<br />
I decided to download the ISO before starting to update 500 packages because i was almost sure something will go wrong.</p>
<p>And it went!<br />
<span id="more-339"></span><br />
As usual, the graphic card didn&#8217;t work and wireless was down with no chance to download ATI driver for the 2.6.29 kernel. Open source driver didn&#8217;t work either so, i was in front of a &#8220;dead&#8221; laptop. </p>
<p>After half an hour, Sabayon 4.2 was installed.</p>
<p>What did work?<br />
Graphics.<br />
Now, when i use Compiz, MPlayer is not flickering anymore and also, other OpenGL apps are working too.</p>
<p>Sound didn&#8217;t work but the fix from <a href="http://x2.activestyle.ca/2009/01/07/sabayon-after-install/">this post</a> worked.<br />
CPU wasn&#8217;t set to &#8220;ondemand&#8221; so i had to apply the fix from <a href="http://x2.activestyle.ca/2009/01/08/sabayon-little-success/">this post</a>.<br />
Microphone didn&#8217;t work either &#8230; still muted by default so, i had to use aslamixer to switch to &#8220;Front Mic&#8221; and raise the sliders.</p>
<p>After a friend gave me an UTP cable, i was able to fix the touchscreen and fix the wireless by installing the latest broadcom-sta driver. Unfortunately at work every minute i was disconnected from AP. </p>
<p>I installed wicd and &#8230; nothing. It was a problem with DHCP because wicd was stuck in &#8220;Obtaining IP address&#8230;&#8221;</p>
<p>After checking wicd website i found a new version of wicd, not available in Sabayon repository. I had nothing to loose so, i decided to install it:</p>
<pre class="brush: bash; title: ; notranslate">
maya ~ # /etc/init.d/wicd stop
maya ~ # killall wicd-client
maya ~ # equo remove wicd
maya ~ # equo install bzr
maya ~ # bzr branch lp:wicd
maya ~ # cd wicd
maya ~ # python setup.py configure
maya ~ # python setup.py install
maya ~ # /etc/init.d/wicd start
maya ~ # rc-update add wicd default
</pre>
<p>Reboot is not necessary. As user just start wicd-client and connect.<br />
Everything worked after. At home &#038; work. </p>
<p>Other thing that didn&#8217;t work was suspend. Unfortunately, the fix from <a href="http://x2.activestyle.ca/2009/01/10/sabayon-suspend-is-working/">this post</a> didn&#8217;t work so, after digging on Internet i found the fix on Ubuntu  forums. Just add &#8220;i8042.nomux i8042.reset&#8221; at the end of the line starting with &#8220;kernel&#8221; in your /boot/grub/menu.lst</p>
<pre class="brush: bash; highlight: [9]; title: ; notranslate">
title Sabayon Linux (kernel-genkernel-x86_64-2.6.29-sabayon)
	root (hd0,5)
	kernel /boot/kernel-genkernel-x86_64-2.6.29-sabayon
root=/dev/ram0 ramdisk=8192
real_root=UUID=f77ff3dc-6212-4294-a148-c39d4b87aab2
dolvm init=/linuxrc splash=silent,theme:sabayon vga=791
CONSOLE=/dev/tty1 quiet resume=swap:/dev/sda5
real_resume=swap:/dev/sda5
i8042.nomux i8042.reset
	initrd /boot/initramfs-genkernel-x86_64-2.6.29-sabayon
	savedefault
</pre>
<p>Suspend is working with compiz activated too.</p>
<p>Soon Sabayon 5 will be out and i&#8217;ll have to start all over again as ~1000 packages to be upgraded will most likely break something <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>By the way, <a href="http://main.v00d00.net/sshfs-is-awesome">SSH FS</a> is really awesome <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/07/27/back-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

