<?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; Wireless</title>
	<atom:link href="http://x2.activestyle.ca/tag/wireless/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>
		<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; title: ; notranslate">
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; title: ; notranslate">
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; title: ; notranslate">
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>
		<item>
		<title>Sabayon: after install</title>
		<link>http://x2.activestyle.ca/2009/01/07/sabayon-after-install/</link>
		<comments>http://x2.activestyle.ca/2009/01/07/sabayon-after-install/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:33:41 +0000</pubDate>
		<dc:creator>Catalin C.</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Conky]]></category>
		<category><![CDATA[Desktop Customization]]></category>
		<category><![CDATA[Sabayon]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://x2.activestyle.ca/?p=43</guid>
		<description><![CDATA[Yesterday i managed to install Sabayon v4-r1 x86-64 and, as i expected, i have a lot of problems. What worked out of the box? Wired network (RTL8111/8168B) Accelerated graphics (ATI Radeon HD 3200) CPU Scaling (AMD Turion X2 64, RM-70) What didn&#8217;t? Long list!!! Suspend/Hibernate Digitizer (Wacom Penabled &#8211; touchscreen and pen) Sound (ATI Technologies [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday i managed to install <a href="http://www.sabayonlinux.org/">Sabayon v4-r1 x86-64</a> and, as i expected, i have a lot of problems.</p>
<p>What worked out of the box?</p>
<ol>
<li>Wired network (RTL8111/8168B)</li>
<li>Accelerated graphics (ATI Radeon HD 3200)</li>
<li>CPU Scaling (AMD Turion X2 64, RM-70)</li>
</ol>
<p><span id="more-43"></span></p>
<p>What didn&#8217;t? Long list!!!</p>
<ol>
<li>Suspend/Hibernate</li>
<li>Digitizer (Wacom Penabled &#8211; touchscreen and pen)</li>
<li>Sound (ATI Technologies Inc SBx00 Azalia &#8211; Intel HDA)</li>
<li>Microphone</li>
<li>Wireless (Broadcom BCM4322 rev 01)</li>
<li>Screen rotation</li>
<li>Remote control</li>
<li>All the keys around the screen (multimedia, DVD, Q)</li>
<li>&#8230; and, probably many more things i coudn&#8217;t find in one day.</li>
</ol>
<p>I started to dig on internet and Ubuntu forums are a gold mine.<br />
I found fast the fix for Audio and Wireless.<br />
<span style="color: #333333"><strong></strong></span></p>
<p><strong>Audio</strong></p>
<p>Modify
<pre class="brush: bash; title: ; notranslate">/etc/modprobe.d/alsa</pre>
<p> and add the following lines:</p>
<pre class="brush: bash; title: ; notranslate">options snd-cmipci mpu_port=0x330 fm_port=0x3888
options snd-hda-intel index=0 model=toshiba position_fix=1</pre>
<p>After run this command:</p>
<pre class="brush: bash; title: ; notranslate">update-modules</pre>
<p>and reboot or you can wait and reboot after you fix wireless.</p>
<p><strong>Wireless</strong></p>
<p>Ndiswrapper didn&#8217;t work, opensource driver didn&#8217;t work, b43-fwcutter didn&#8217;t work.<br />
Lucky, Broadcom released some time ago a proprietary driver for my chipset so, here we are. Posting using wireless.</p>
<p>Install proprietary driver:</p>
<pre class="brush: bash; title: ; notranslate">equo install broadcom-sta</pre>
<p>Modify/create <strong>/etc/conf.d/local.start</strong> and add:
<pre class="brush: bash; title: ; notranslate">/sbin/modprobe wl </pre>
<p> and make <strong>local.start </strong>executable with <strong>chmod +x /etc/conf.d/local.start</strong></p>
<p>Reboot after.</p>
<p>With wireless network working i will search for other fixes.  Most important, the microphone followed by the touchscreen. Until then the first step is Desktop customization: a better conky script, AWN, a new theme or at least a new background.</p>
<p>A few screenshots.</p>
<p>Fresh Sabayon install with a few customizations and already a bug: conky doesn&#8217;t recognize all variables. Anyway i have to modify the script so, hopefully i will find a fix.</p>
<p><strong>CPU Scaling applet and conky running</strong></p>
<div id="attachment_58" class="wp-caption alignnone" style="width: 310px"><a href="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot1.png" rel="lightbox"><img class="size-medium wp-image-58" src="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot1-300x187.png" alt="Fresh install" width="300" height="187" /></a><p class="wp-caption-text">Fresh install</p></div>
<p><strong>51 updates, 820Mb to download one week after release</strong></p>
<div id="attachment_60" class="wp-caption alignnone" style="width: 310px"><a href="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot3.png" rel="lightbox"><img class="size-medium wp-image-60" src="http://x2.activestyle.ca/wp-content/uploads/2009/01/snapshot3-300x187.png" alt="51 updates, 820Mb download" width="300" height="187" /></a><p class="wp-caption-text">51 updates, 820Mb download</p></div>
]]></content:encoded>
			<wfw:commentRss>http://x2.activestyle.ca/2009/01/07/sabayon-after-install/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

