<?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>Life in 0 and 1 &#187; Hardware</title>
	<atom:link href="http://lifein0and1.com/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifein0and1.com</link>
	<description>My IT notebook...</description>
	<lastBuildDate>Mon, 28 Jun 2010 23:04:11 +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>Triple Boot Mac OS X, Ubuntu and Windows XP on MacBook Pro Core 2 Duo (Part 3)</title>
		<link>http://lifein0and1.com/2007/09/04/triple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3/</link>
		<comments>http://lifein0and1.com/2007/09/04/triple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 06:45:13 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking Product]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://lifein0and1.com/2007/09/04/triple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3/</guid>
		<description><![CDATA[Out of the three parts, this is the part where I stumble upon the most &#8220;unexpected&#8221; issues. First of all, Live CD does not work on my 2nd-gen Macbook Pro (MBP). There seems to be some problem with the ATI drivers on the Live CD that prevents X from starting up. I have to use [...]]]></description>
			<content:encoded><![CDATA[<p>Out of the three parts, this is the part where I stumble upon the most &#8220;unexpected&#8221; issues. First of all, Live CD does not work on my 2nd-gen Macbook Pro (MBP). There seems to be some problem with the ATI drivers on the Live CD that prevents X from starting up. I have to use the Alternate CD with the text-based-installer. Also, GRUB will not install. Fortunately LILO will be offered and it installs just fine. Finally X will not work after the reboot and you need to install some drivers before it will work.</p>
<p><span id="more-19"></span> As a start, put in the CD, choose the CD installer from rEFIt then follow the instructions below:</p>
<ol>
<li> Proceed with the installation regularly until the HDD partitioning portion</li>
<li>Choose to install on /dev/sda3 and format as &#8220;reiserfs&#8221; with mount point &#8220;/&#8221;</li>
<li>After disk is formated, go to shell by pressing &#8220;Ctrl+Alt+F2&#8243;</li>
<li>Run the following commands:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>ubuntu
<span style="color: #c20cb9; font-weight: bold;">mount</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>sda3 <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>ubuntu
<span style="color: #c20cb9; font-weight: bold;">dd</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">if</span></span>=<span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>zero <span style="color: #007800;">of</span>=<span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>ubuntu<span style="color: #000000; font-weight: bold;">/</span>swap <span style="color: #007800;">bs</span>=<span style="color: #000000;">1024</span> <span style="color: #007800;">count</span>=<span style="color: #000000;">2097152</span>
swapon <span style="color: #000000; font-weight: bold;">/</span>mnt<span style="color: #000000; font-weight: bold;">/</span>ubuntu<span style="color: #000000; font-weight: bold;">/</span>swap</pre></div></div>

</li>
<li>When asked for screen resolution, only press spacebar on 1440&#215;900 or lower</li>
<li>Continue until GRUB installation fails. Ignore the failure and install LILO when prompted.</li>
<li>Installation should complete and you should be able to boot into Ubuntu, without X Windows.</li>
<li>Login the run the following commands:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> linux-restricted-modules-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span> linux-kernel-headers
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> dist-upgrade</pre></div></div>

<p><strong>NOTE: </strong> If you don&#8217;t know your kernel version number, run the command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

</li>
<li>Reboot then run the following commands:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> dist-upgrade
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xorg-driver-fglrx
<span style="color: #c20cb9; font-weight: bold;">sudo</span> depmod <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> aticonfig <span style="color: #660033;">--initial</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> aticonfig <span style="color: #660033;">--overlay-type</span>=Xv
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>gdm restart</pre></div></div>

</li>
<li>If you don&#8217;t hear a login sound, it means your speaker might not be enabled</li>
</ol>
<p><strong>Troubleshooting</strong></p>
<ol>
<li><strong> Some warning popup because there is no swap partition / swapon doesn&#8217;t work</strong><br />
Ignore it and it will work just fine</li>
<li><strong>There are no sound coming from speaker, but  sound is coming from the headphone jack</strong><br />
run the command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">alsamixer</pre></div></div>

<p> from the terminal and un-mute the speaker. This is done by using the arrow keys to reach the Speakers and press M.</li>
<li><strong>If rEFIt suddenly becomes disabled and not working, boot into OS X and reinstalls it</strong></li>
</ol>
<p><strong> Extra Step to Enhance Linux-Macbook Pro</strong></p>
<p>This section will discuss issues like GLX on MBP, Wireless drivers, etc, to make Linux on MBP experience seems more natural.</p>
<p><em><strong>Installing Wifi Driver</strong></em></p>
<ol>
<li>sudo apt-get update</li>
<li>sudo apt-get install build-essential</li>
<li>sudo apt-get install module-assistant</li>
<li>m-a prepare</li>
<li>sudo apt-get install subversion</li>
<li>svn checkout http://svn.madwifi.org/trunk madwifi</li>
<li>cd madwifi</li>
<li>make clean</li>
<li>make</li>
<li>sudo make install</li>
<li>sudo modprobe ath_pci</li>
</ol>
<p><em><strong>Enabling Fn F-Key Combo</strong></em></p>
<ul>
<li>Run from terminal:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> pommed</pre></div></div>

</li>
<li>To enforce using hardware key only with Fn key combination, modify /etc/pommed.conf from <code>fnmode = 1</code> to <code>fnmode = 2</code></li>
<li>Restart pommed by running the command:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>pommed restart</pre></div></div>

</li>
</ul>
<p><em><strong>Fix Suspend Issue</strong></em></p>
<ul>
<li>Open /etc/default/acpi-support using text editor then set: <code>POST_VIDEO=false</code></li>
</ul>
<p><em><strong>Fix iSight Issue</strong></em></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> modprobe <span style="color: #660033;">-r</span> uvcvideo
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>kernel<span style="color: #000000; font-weight: bold;">/</span>ubuntu<span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>usbvideo<span style="color: #000000; font-weight: bold;">/</span>uvcvideo.ko <span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">/</span>kernel<span style="color: #000000; font-weight: bold;">/</span>ubuntu<span style="color: #000000; font-weight: bold;">/</span>media<span style="color: #000000; font-weight: bold;">/</span>usbvideo<span style="color: #000000; font-weight: bold;">/</span>uvcvideo.ko.original
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libusb-<span style="color: #000000;">0.1</span>-<span style="color: #000000;">4</span> libusb-dev linux-headers-$<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">uname</span> -r<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>files.i-nz.net<span style="color: #000000; font-weight: bold;">/</span>projects<span style="color: #000000; font-weight: bold;">/</span>linux-kernel<span style="color: #000000; font-weight: bold;">/</span>isight<span style="color: #000000; font-weight: bold;">/</span>uvcvideo-isight.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xzvf</span> uvcvideo-isight.tar.gz
<span style="color: #7a0874; font-weight: bold;">cd</span> against-revision-<span style="color: #000000;">100</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> modprobe uvcvideo</pre></td></tr></table></div>

<p><em><strong>Enable XGL</strong></em></p>
<ol>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> xserver-xgl</pre></div></div>

</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">'Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer &amp;amp;
DISPLAY=:1
cookie=&quot;$(xauth -i nextract - :0 | cut -d '</span> <span style="color: #ff0000;">' -f 9)&quot;
xauth -i add :1 . &quot;$cookie&quot;
exec dbus-launch --exit-with-session gnome-session'</span> <span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>startxgl</pre></div></div>

</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> +x <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>startxgl</pre></div></div>

</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">'[Desktop Entry]
Encoding=UTF-8
Name=Xgl
Comment=Start an Xgl Session
Exec=/usr/bin/startxgl
Icon=
Type=Application'</span> <span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>xsessions<span style="color: #000000; font-weight: bold;">/</span>xgl.desktop</pre></div></div>

</li>
</ol>
<p><em><strong>Two Finger Scroll Touchpad and More</strong></em><br />
This is my current xorg.conf setting for my touchpad. Sensitivity is set to medium and two finger scroll is working. Right click is emulated by using three-fingers-tap</p>

<div class="wp_syntax"><div class="code"><pre class="xorg_conf" style="font-family:monospace;"><span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;InputDevice&quot;</span>
<span style="color: #990000;">Identifier</span>      <span style="color: #0000ff;">&quot;Synaptics Touchpad&quot;</span>
<span style="color: #990000;">Driver</span>          <span style="color: #0000ff;">&quot;synaptics&quot;</span>
<span style="color: #990000;">Option</span>          <span style="color: #0000ff;">&quot;SendCoreEvents&quot;</span>        <span style="color: #0000ff;">&quot;true&quot;</span>
<span style="color: #990000;">Option</span>          <span style="color: #0000ff;">&quot;Device&quot;</span>        <span style="color: #0000ff;">&quot;/dev/psaux&quot;</span>
<span style="color: #990000;">Option</span>          <span style="color: #0000ff;">&quot;Protocol&quot;</span>      <span style="color: #0000ff;">&quot;auto-dev&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;LeftEdge&quot;</span> <span style="color: #0000ff;">&quot;150&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;RightEdge&quot;</span> <span style="color: #0000ff;">&quot;1070&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;TopEdge&quot;</span> <span style="color: #0000ff;">&quot;100&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;BottomEdge&quot;</span> <span style="color: #0000ff;">&quot;310&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;FingerLow&quot;</span> <span style="color: #0000ff;">&quot;17&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;FingerHigh&quot;</span> <span style="color: #0000ff;">&quot;22&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;MaxTapTime&quot;</span> <span style="color: #0000ff;">&quot;120&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;MaxTapMove&quot;</span> <span style="color: #0000ff;">&quot;220&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;MaxDoubleTapTime&quot;</span> <span style="color: #0000ff;">&quot;180&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;HorizEdgeScroll&quot;</span> <span style="color: #0000ff;">&quot;0&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;VertEdgeScroll&quot;</span> <span style="color: #0000ff;">&quot;0&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;TapButton1&quot;</span> <span style="color: #0000ff;">&quot;1&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;TapButton2&quot;</span> <span style="color: #0000ff;">&quot;2&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;TapButton3&quot;</span> <span style="color: #0000ff;">&quot;3&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;LockedDrags&quot;</span> <span style="color: #0000ff;">&quot;off&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;VertScrollDelta&quot;</span> <span style="color: #0000ff;">&quot;20&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;VertTwoFingerScroll&quot;</span> <span style="color: #0000ff;">&quot;1&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;MinSpeed&quot;</span> <span style="color: #0000ff;">&quot;1.10&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;MaxSpeed&quot;</span> <span style="color: #0000ff;">&quot;1.30&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;AccelFactor&quot;</span> <span style="color: #0000ff;">&quot;0.08&quot;</span>
<span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;SHMConfig&quot;</span> <span style="color: #0000ff;">&quot;on&quot;</span>
<span style="color: #b1b100;">EndSection</span></pre></div></div>

<p><strong><em>Installing Compiz-Fusion</em></strong></p>
<ul>
<li>Add the following repositories:

<div class="wp_syntax"><div class="code"><pre class="aptsources" style="font-family:monospace;">deb http://download.tuxfamily.org/3v1deb feisty eyecandy-amd64
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy-amd64</pre></div></div>

</li>
<li>Add the following key:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>download.tuxfamily.org<span style="color: #000000; font-weight: bold;">/</span>3v1deb<span style="color: #000000; font-weight: bold;">/</span>DD800CD9.gpg  <span style="color: #660033;">-O-</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> add -</pre></div></div>

</li>
<li>Run the following at terminal:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> compiz compiz-gnome compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-gconf beryl-manager</pre></div></div>

</li>
<li>Run the command:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">beryl-manager</pre></div></div>

</li>
<li>Right click the &#8220;diamond&#8221; icon on the system tray and set &#8220;Rendering Path&#8221; to &#8220;Copy&#8221;</li>
<li>Test Compiz-Fusion by running the following command:

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">compiz --replace<span style="color: #000000; font-weight: bold;">&amp;</span></pre></div></div>

</li>
<li>If everything is good, you can remove beryl-manager by issuing the command

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">--purge</span> remove beryl-manager</pre></div></div>

</li>
<li>And once everything is perfect, you can add the following entries to System -&gt; Preferences -&gt; Sessions<br />
<code>Name: Compiz Fusion<br />
Command: compiz --replace -c emerald</code><br />
and<br />
<code>Name: Emerald<br />
Command: emerald --replace</code></li>
<p><strong><em>Caps Lock Light and Num Lock Key Failuer</em></strong><br />
Run the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> remove mouseemu</pre></div></div>

<p>Sources:</p>
<p>https://wiki.ubuntu.com/MacBookProFeisty</p>
<p>http://allostalk.com/showthread.php?p=2787472</ul>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flifein0and1.com%2F2007%2F09%2F04%2Ftriple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3%2F&amp;title=Triple%20Boot%20Mac%20OS%20X%2C%20Ubuntu%20and%20Windows%20XP%20on%20MacBook%20Pro%20Core%202%20Duo%20%28Part%203%29&amp;bodytext=Out%20of%20the%20three%20parts%2C%20this%20is%20the%20part%20where%20I%20stumble%20upon%20the%20most%20%22unexpected%22%20issues.%20First%20of%20all%2C%20Live%20CD%20does%20not%20work%20on%20my%202nd-gen%20Macbook%20Pro%20%28MBP%29.%20There%20seems%20to%20be%20some%20problem%20with%20the%20ATI%20drivers%20on%20the%20Live%20CD%20that%20prevents%20X%20from%20s" title="Digg"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Flifein0and1.com%2F2007%2F09%2F04%2Ftriple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3%2F&amp;title=Triple%20Boot%20Mac%20OS%20X%2C%20Ubuntu%20and%20Windows%20XP%20on%20MacBook%20Pro%20Core%202%20Duo%20%28Part%203%29&amp;notes=Out%20of%20the%20three%20parts%2C%20this%20is%20the%20part%20where%20I%20stumble%20upon%20the%20most%20%22unexpected%22%20issues.%20First%20of%20all%2C%20Live%20CD%20does%20not%20work%20on%20my%202nd-gen%20Macbook%20Pro%20%28MBP%29.%20There%20seems%20to%20be%20some%20problem%20with%20the%20ATI%20drivers%20on%20the%20Live%20CD%20that%20prevents%20X%20from%20s" title="del.icio.us"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Triple%20Boot%20Mac%20OS%20X%2C%20Ubuntu%20and%20Windows%20XP%20on%20MacBook%20Pro%20Core%202%20Duo%20%28Part%203%29&amp;url=http%3A%2F%2Flifein0and1.com%2F2007%2F09%2F04%2Ftriple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3%2F" title="Slashdot"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flifein0and1.com%2F2007%2F09%2F04%2Ftriple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3%2F&amp;t=Triple%20Boot%20Mac%20OS%20X%2C%20Ubuntu%20and%20Windows%20XP%20on%20MacBook%20Pro%20Core%202%20Duo%20%28Part%203%29" title="Facebook"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Flifein0and1.com%2F2007%2F09%2F04%2Ftriple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3%2F&amp;title=Triple%20Boot%20Mac%20OS%20X%2C%20Ubuntu%20and%20Windows%20XP%20on%20MacBook%20Pro%20Core%202%20Duo%20%28Part%203%29" title="Haohao"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flifein0and1.com%2F2007%2F09%2F04%2Ftriple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3%2F&amp;title=Triple%20Boot%20Mac%20OS%20X%2C%20Ubuntu%20and%20Windows%20XP%20on%20MacBook%20Pro%20Core%202%20Duo%20%28Part%203%29" title="StumbleUpon"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2007/09/04/triple-boot-mac-os-x-ubuntu-and-windows-xp-on-macbook-pro-core-2-duo-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZyXEL ZyWALL 35</title>
		<link>http://lifein0and1.com/2007/06/17/zyxel-zywall-35/</link>
		<comments>http://lifein0and1.com/2007/06/17/zyxel-zywall-35/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 23:29:50 +0000</pubDate>
		<dc:creator>Mr. IT Guy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking Product]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[zywall]]></category>
		<category><![CDATA[zyxel]]></category>

		<guid isPermaLink="false">http://lifein0and1.com/2007/06/17/zyxel-zywall-35/</guid>
		<description><![CDATA[ZyWALL 35 is a nifty and easy to use firewall in a small, yet rack-mountable form factor. Main feature of ZyWALL product lines includes: SPI based firewall IPSec VPN connection Integrated Anti-Virus, Intrusion Detection and Prevention, Anti-Spam and Content Filtering through third party service Overall, this product is a great performer while small in dimensions. [...]]]></description>
			<content:encoded><![CDATA[<p>ZyWALL 35 is a nifty and easy to use firewall in a small, yet rack-mountable form factor. Main feature of ZyWALL product lines includes:</p>
<ul>
<li>SPI based firewall</li>
<li>IPSec VPN connection</li>
<li>Integrated Anti-Virus, Intrusion Detection and Prevention, Anti-Spam and Content Filtering through third party service</li>
</ul>
<p>Overall, this product is a great performer while small in dimensions. The front panel hosts 2 WAN ports and 4 LAN/DMZ ports. The LAN/DMZ port can be configured as LAN or DMZ segment from the web interface. At the back, there&#8217;s a PC-card slot which can be used with a wireless card or turbo card (UTM), but not both. There&#8217;s also a console port and modem port at the back of the unit. The modem port provides additional backup gateway solution through either 56K connection or ISDN.<br />
<span id="more-11"></span>This firewall also available in the UTM platform which includes a turbo card. The turbo card is necessary for running anti-virus and Intrusion Detection and Prevention (IDP). The firewall also have an anti-spam and content filtering functionality. All these features require subscription in the form of iCard.</p>
<p>What separates this from other ZyXEL&#8217;s firewall is the dual WAN port which can be configured in active/active or active/passive configuration. ZyWALL 35 is the lowest level firewall from ZyXEL that has dual WAN connection. The former is usually used in environments where traffic is split among two networks (load balancing). The former is usually used in environments where secondary traffic is only used when the primary WAN port is down.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flifein0and1.com%2F2007%2F06%2F17%2Fzyxel-zywall-35%2F&amp;title=ZyXEL%20ZyWALL%2035&amp;bodytext=ZyWALL%2035%20is%20a%20nifty%20and%20easy%20to%20use%20firewall%20in%20a%20small%2C%20yet%20rack-mountable%20form%20factor.%20Main%20feature%20of%20ZyWALL%20product%20lines%20includes%3A%0D%0A%0D%0A%09SPI%20based%20firewall%0D%0A%09IPSec%20VPN%20connection%0D%0A%09Integrated%20Anti-Virus%2C%20Intrusion%20Detection%20and%20Prevention%2C%20Anti-S" title="Digg"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Flifein0and1.com%2F2007%2F06%2F17%2Fzyxel-zywall-35%2F&amp;title=ZyXEL%20ZyWALL%2035&amp;notes=ZyWALL%2035%20is%20a%20nifty%20and%20easy%20to%20use%20firewall%20in%20a%20small%2C%20yet%20rack-mountable%20form%20factor.%20Main%20feature%20of%20ZyWALL%20product%20lines%20includes%3A%0D%0A%0D%0A%09SPI%20based%20firewall%0D%0A%09IPSec%20VPN%20connection%0D%0A%09Integrated%20Anti-Virus%2C%20Intrusion%20Detection%20and%20Prevention%2C%20Anti-S" title="del.icio.us"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=ZyXEL%20ZyWALL%2035&amp;url=http%3A%2F%2Flifein0and1.com%2F2007%2F06%2F17%2Fzyxel-zywall-35%2F" title="Slashdot"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Flifein0and1.com%2F2007%2F06%2F17%2Fzyxel-zywall-35%2F&amp;t=ZyXEL%20ZyWALL%2035" title="Facebook"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.haohaoreport.com/submit.php?url=http%3A%2F%2Flifein0and1.com%2F2007%2F06%2F17%2Fzyxel-zywall-35%2F&amp;title=ZyXEL%20ZyWALL%2035" title="Haohao"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/haohao.png" title="Haohao" alt="Haohao" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flifein0and1.com%2F2007%2F06%2F17%2Fzyxel-zywall-35%2F&amp;title=ZyXEL%20ZyWALL%2035" title="StumbleUpon"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://lifein0and1.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://lifein0and1.com/2007/06/17/zyxel-zywall-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
