<?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; Wicd</title>
	<atom:link href="http://x2.activestyle.ca/tag/wicd/feed/" rel="self" type="application/rss+xml" />
	<link>http://x2.activestyle.ca</link>
	<description>... be active</description>
	<lastBuildDate>Mon, 16 Aug 2010 03:36:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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;">
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 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>
		<item>
		<title>Sabayon: after 62 updates&#8230;</title>
		<link>http://x2.activestyle.ca/2009/02/05/sabayon-after-62-updates/</link>
		<comments>http://x2.activestyle.ca/2009/02/05/sabayon-after-62-updates/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 15:37:10 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[fglrx]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[NetworkManager]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[System Updates]]></category>
		<category><![CDATA[Wacom]]></category>
		<category><![CDATA[Wicd]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=148</guid>
		<description><![CDATA[Last 3 weeks i didn&#8217;t have too much time to play with Linux so, i didn&#8217;t even boot in Sabayon. A few days ago i finally decided to do it and make the touchscreen to work. The first thing i saw: 62 new updates. Well, update then Not a good idea. In fact, when i [...]]]></description>
			<content:encoded><![CDATA[<p>Last 3 weeks i didn&#8217;t have too much time to play with Linux so, i didn&#8217;t even boot in <strong>Sabayon</strong>. A few days ago i finally decided to do it and make the touchscreen to work. The first thing i saw: <strong>62 new updates</strong>.<br />
Well, update then <img src='http://x2.activestyle.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Not a good idea. In fact, when i play with distro&#8217;s like <strong>Sabayon </strong>which include the latest packages i always expect something to go wrong after a big update. This time wasn&#8217;t different.</p>
<p>Next step, <strong>Wacom </strong>driver (tutorial will come soon). Super, working from first attempt.<br />
<span id="more-148"></span><br />
After the first reboot (i wanted to see if everything works fine), my wireless stopped working.  Somehow strange. I couldn&#8217;t connect to my wireless router but i was able to connect to other routers.</p>
<p>I decided to reinstall the wireless driver (using wired connection):</p>
<pre class="brush: bash;">
equo remove broadcom-sta
equo install broadcom-sta
</pre>
<p>Bingo!!! I asked for a new driver not a new kernel but as i like new things, i take the kernel too. Download, install, everything went fine.</p>
<p>Reboot&#8230; noo, not again!!!<br />
Complete hang up this time.</p>
<p>Reboot in safe mode, check the logs, X didn&#8217;t start because of the ati driver was missing (of course, new kernel).</p>
<pre class="brush: bash;">
equo install ati-driver
</pre>
<p>Recompile &amp;&amp; install Wacom driver, reboot &#8230; super, i have X now!</p>
<p>Wireless? I&#8217;m not that lucky.<br />
The same problem like before.</p>
<p>Digging on forums i (finally) found the problem: some <strong>NetworkManager </strong>bugs.<br />
Solution?</p>
<p><strong>Wicd</strong>.</p>
<pre class="brush: bash;">
equo install wicd
equo remove nm-applet
rc-update del NetworkManager default
rc-update add wicd default
reboot
</pre>
<p>After reboot, <strong>wicd-client</strong> did a great job.<br />
I have wireless now but not enough time to write the <strong>Wacom </strong>(touchscreen stylus and eraser) tutorial. For this one you will have to come back in a few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/02/05/sabayon-after-62-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
