<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Doug's Memory Dump</title>
	<atom:link href="http://digdoug.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://digdoug.wordpress.com</link>
	<description>[ notes from land of open source ]</description>
	<lastBuildDate>Sun, 20 Jul 2008 08:39:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='digdoug.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Doug's Memory Dump</title>
		<link>http://digdoug.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://digdoug.wordpress.com/osd.xml" title="Doug&#039;s Memory Dump" />
	<atom:link rel='hub' href='http://digdoug.wordpress.com/?pushpress=hub'/>
		<item>
		<title>&#8220;Absence makes the heart grown fonder.&#8221;</title>
		<link>http://digdoug.wordpress.com/2008/07/14/absence-makes-the-heart-grown-fonder/</link>
		<comments>http://digdoug.wordpress.com/2008/07/14/absence-makes-the-heart-grown-fonder/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 07:25:35 +0000</pubDate>
		<dc:creator>digdoug</dc:creator>
				<category><![CDATA[Linux/FreeBSD]]></category>
		<category><![CDATA[core team]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[QA team]]></category>

		<guid isPermaLink="false">http://digdoug.wordpress.com/?p=106</guid>
		<description><![CDATA[Back with Gentoo now, and ready to &#8220;settle down&#8221; again and dig in for another round. Renew my vows, if you will :) Read on for my impressions of FreeBSD and why I am sticking with Gentoo, warts and all. I learned a lot during my travels. As they say, the trip is half the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=106&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Back with Gentoo now, and ready to &#8220;settle down&#8221; again and dig in for another round. Renew my vows, if you will :)</p>
<p>Read on for my impressions of FreeBSD and why I am sticking with Gentoo, warts and all.</p>
<p><span id="more-106"></span></p>
<p>I learned a lot during my travels. As they say, the trip is half the fun. I still have some reservations, or concerns for the future of Gentoo and a distribution. I believe there are some unhealthy things going on (or not going on). But a few of my original assumptions (from my first post) have changed. Specifially:</p>
<h2>The &#8220;core team&#8221; development model of FreeBSD provides a more stable OS than Linux&#8217;s &#8220;bazaar&#8221; style.</h2>
<ul>
<li>Not necessarily true, as I found out. What is <em>does</em> provide is a more focused OS. FreeBSD&#8217;s <em>stable</em> release is <strong>STABLE</strong>, and for the tasks which I believe the core team design for, specifically uptime, reliability, and stability, it surely deserves its reputation.</li>
<li>FreeBSD is not the only open source project with a &#8220;core team&#8221; style approach. In Linux, some release-based distributions such as Debian have a large and dedicated &#8220;QA team&#8221; which holds a huge amount of sway over what gets released and when. They may not necessarily develop all the things by themselves, but then again, neither does the FreeBSD core team. FreeBSD surely gets a lot of help in the form of patches from individual and corporate contributors. Their goal then is to make sure the code all works together. Linux QA teams essentially do the same thing on a slightly bigger scale, taking completed packages from other development groups (with their own QA teams) and making sure they work together. We don&#8217;t need to think of it like throwing together unrelated parts into a goulash and praying. No, certainly Linux&#8217;s core components are designed with the intention of working with the other core components. Linux (the kernel) developers build their kernel with the same GNU toolchain that I do. And many GNU toolchain hackers run on a Linux kernel. They design specifically for a basic &#8220;core system&#8221; in the same way that FreeBSD develops for a specific &#8220;core system&#8221;.</li>
<li>If we think of FreeBSD and Linux like a puzzle, then FreeBSD might look like a standard puzzle, while Linux might look a little more radical, like one of those octagonal puzzles. With Linux, there are many more ways to put it together and have the overall picture work. There are also plenty more opportunities to put it together in a way it doesn&#8217;t work. This can be exemplified by FreeBSD vs. Linux&#8217;s version of STABLE vs. UNSTABLE. In FreeBSD, stable snaps together like a standard puzzle. It is solid and it just works. In linux, the standard configurations are many, and they also fit together solidly. Though certainly some distributions version of STABLE is not as stable as FreeBSD&#8217;s, some are. The big difference comes when we want to move onto UNSTABLE or testing branch of software. For FreeBSD, recutting the tight-fitting puzzle is a painful process. I was very surprised to find that the legendarily stable FreeBSD was a mine-field of circular dependencies and unclear errors in the -CURRENT branch. In contrast, a Linux version of UNSTABLE is usually very reasonable. I more abstract puzzle allows us to pull pieces out and replace them with relative ease. This is a huge plus for Linux. Desktop users tend to require or demand more cutting edge versions of software. Linux gives them that ability, without the blood. Stability is a clearly relative to what you intend to use your system for.</li>
<li>That brings me lastly to one of the more interesting problems facing Gentoo and Gentoo&#8217;s public image. Unlike FreeBSD, or Debian, or Ubuntu or OpenSuse, Gentoo has what&#8217;s called a rolling-release cycle. What that means is if you&#8217;re updating regularly, then you are always using the newest &#8220;version&#8221; of Gentoo. There will be nothing different between a version installed in 2006 and one installed yesterday if you incrementally kept things up-to-date. In almost all respects, this is a plus. There is only one downside to this, and I think this recent review of the latest release of Gentoo (2008.0) on <a href="http://www.phoronix.com/scan.php?page=article&amp;item=gentoo_2008">Phoronix</a> is a good example:</li>
</ul>
<blockquote>
<p style="padding-left:30px;">In recent times the Gentoo Linux and its foundation has been plagued  with a multitude of problems and times have certainly been challenging for this  once popular distribution. It&#8217;s already July and we are now finally seeing Gentoo&#8217;s  first official release of the year. In this article we are taking a brief look  at Gentoo Linux 2008.0 and its changes.</p>
<p style="padding-left:30px;">Some of the packages that are updated with Gentoo Linux 2008.0  are the Linux 2.6.24 kernel, X Server 1.3.0, GCC 4.1.2, glibc 2.6.1, Xfce 4.4.2,  and Portage 2.1.4.4. Gentoo Linux 2007.0 had shipped with the Linux 2.6.19 kernel,  and of course, in that year and a half since its release there are many new drivers  and an arsenal of other improvements to the kernel since that time. Gentoo profiles  have been completely reworked in Gentoo 2008.0 to allow for significant cleanups  of redundancies, reducing developer maintenance, and avoiding unnecessary confusion.</p>
<p style="padding-left:30px;">When it comes to the GNOME LiveCD, they have switched from using  GNOME to Xfce. Switching to this lightweight desktop environment was done to conserve  space on the LiveCD image. Once using the LiveCD installer to install to a disk,  you will be left with Xfce 4.4.2, but KDE or GNOME can be built from the Portage  source. With Gentoo 2008.0 there is no x86 or AMD64 LiveDVD this time around (at  least not for now) due to a decision by the release engineering team to avoid delaying  the 2008.0 release any further.</p>
<p style="padding-left:30px;">The Gentoo Linux installer now supports network-less installations  using the packages and ebuild tree on the LiveCD. In addition, the Gentoo 2008.0  installer has numerous fixes for extended and logical partitions.</p>
<p style="padding-left:30px;">If you are interested in downloading Gentoo 2008.0, you  can do so from the <a href="http://www.gentoo.org/main/en/where.xml" target="_blank">Gentoo Mirrors</a>.</p>
</blockquote>
<p style="padding-left:30px;">Sounds boring! After more than a year, that&#8217;s all that changed? Hardly the headline grabber that Ubuntu or OpenSuse is (from Distrowatch):</p>
<blockquote>
<p style="padding-left:30px;">The long-awaited <a href="http://distrowatch.com/suse">openSUSE</a> 11.0 has arrived: &#8220;<span class="Quote">The openSUSE Project is proud to announce the release of openSUSE 11.0 &#8211; everything you need to get started with Linux on the desktop and on the server. [...] The 11.0 release of openSUSE includes more than 200 new features specific to openSUSE, a redesigned installer that makes openSUSE even easier to install, faster package management thanks to major updates in the ZYpp stack, and KDE 4, GNOME 2.22, Compiz Fusion, and much more.</span>&#8220;</p>
</blockquote>
<p style="padding-left:30px;">Now, that makes me want to download it! What most people don&#8217;t know is is that Gentoo had KDE4, Gnome 2.22, Compiz-Fusion, etc, in the tree for weeks or months before this release of OpenSuse. It&#8217;s a common situation. Gentoo&#8217;s users and developers truly are a pioneering bunch, and it&#8217;s rare to see a new project come out that doesn&#8217;t have an <strong>ebuild</strong> somewhere. If it&#8217;s not in the stable tree, I look in the unstable tree. If it&#8217;s not there, I check developers&#8217; overlays. If it&#8217;s not there, I look for an ebuild on bugzilla. If it&#8217;s not there, it probably doesn&#8217;t exist!</p>
<p style="padding-left:30px;">So the big problem with Gentoo is not that it&#8217;s boring and that the releases are so slow. The releases <em>are </em>a little slow and this last one was a tad boring. But the fact is simply that Gentoo is not a release-based distribution. When Gentoo &#8220;rolled out&#8221; Gnome 2.22 into the tree a few months ago, there was very little fanfare (outside of the community). Gentoo does news-worthy things all the time, but just not at the <em>same</em> time. It would be wise of Gentoo to figure out a way to make big roll-outs a little more flashy. Maybe a redesigned homepage with a prominent list of current popular packages in the tree?</p>
<ul>
<li>So, here I am back with Gentoo, and ready to do what I can do to help the distro. More later on my efforts!</li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digdoug.wordpress.com/106/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digdoug.wordpress.com/106/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digdoug.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digdoug.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digdoug.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digdoug.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digdoug.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digdoug.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digdoug.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digdoug.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digdoug.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digdoug.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digdoug.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digdoug.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digdoug.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digdoug.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=106&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digdoug.wordpress.com/2008/07/14/absence-makes-the-heart-grown-fonder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cfc36880a2d991cee45807d1fdd8b49?s=96&#38;d=identicon" medium="image">
			<media:title type="html">digdoug</media:title>
		</media:content>
	</item>
		<item>
		<title>Fail!</title>
		<link>http://digdoug.wordpress.com/2008/06/30/fail/</link>
		<comments>http://digdoug.wordpress.com/2008/06/30/fail/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 06:39:35 +0000</pubDate>
		<dc:creator>digdoug</dc:creator>
				<category><![CDATA[Linux/FreeBSD]]></category>
		<category><![CDATA[FreeBSD-CURRENT]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://digdoug.wordpress.com/?p=105</guid>
		<description><![CDATA[Epic fail. :-D I tried to install FreeBSD 8-CURRENT yesterday from this month&#8217;s snapshot. No good. Actually I did get ZFS up and running painlessly, and WOW&#8230; very cool stuff! But I had a heck of a time trying to get anything from the CD onto my computer. Finally I got a base system installed, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=105&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Epic fail. :-D</p>
<p>I tried to install FreeBSD 8-CURRENT yesterday from this month&#8217;s snapshot. No good. Actually I did get ZFS up and running painlessly, and WOW&#8230; very cool stuff! But I had a heck of a time trying to get anything from the CD onto my computer. Finally I got a base system installed, but attempting to install really basic ports crashed and burned on me.</p>
<p><span id="more-105"></span></p>
<p>For example, first thing I did was install <strong>zsh</strong>, the Z shell, so I would be comfortable with my shell. Next I tried to install <strong>vim</strong>, my text editor of choice. FreeBSD already has <strong>vi</strong> installed, but it&#8217;s a little bit different and I wanted <strong>vim</strong>. I went into the vim directory under the ports tree and typed <strong>make install clean</strong>. The first time, it looked through about 200 files that it couldn&#8217;t find on the ftp server. The second time it just said there was no install file.</p>
<p>Then I tried to get wireless working, but when I went to get the package <strong>iwi-firmware</strong>, it said something like,</p>
<pre>This program uses iwicontrol, which you don't need. Please type <strong>make rmconfig</strong> to remove it.</pre>
<p>Which I did. It said, &#8220;No OPTIONS set.&#8221; or something. Then I did <strong>make config</strong>. And manually unchecked <strong>iwicontrol</strong> (even though I wanted it!) but it kept spitting out the same error message every time. OK, so that was no go.</p>
<p>So I figured I would just do the whole install at work plugged into the LAN. No! Even though I had my computer downloading files, etc on the proxy at work in Linux, I could <em>not</em> get it to work in FreeBSD. I read manpages for about 4 hours. Everything was set perfectly. Dhclient gave me an IP address and resolved domain names (i.e. yahoo.com &#8211; 78.243.134&#8230; blahblah). But the damn network would not return a ping.</p>
<p>Oh well! So, I guess I really AM waiting until summer vacation to work on FreeBSD. In the meanwhile, I just downloaded OpenSuse 10, which I&#8217;ll have installed in about 30 minutes, and that&#8217;ll hold me over for a few weeks.</p>
<p>Arg!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digdoug.wordpress.com/105/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digdoug.wordpress.com/105/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digdoug.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digdoug.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digdoug.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digdoug.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digdoug.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digdoug.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digdoug.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digdoug.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digdoug.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digdoug.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digdoug.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digdoug.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digdoug.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digdoug.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=105&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digdoug.wordpress.com/2008/06/30/fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cfc36880a2d991cee45807d1fdd8b49?s=96&#38;d=identicon" medium="image">
			<media:title type="html">digdoug</media:title>
		</media:content>
	</item>
		<item>
		<title>Jumping In</title>
		<link>http://digdoug.wordpress.com/2008/06/29/jumping-in/</link>
		<comments>http://digdoug.wordpress.com/2008/06/29/jumping-in/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 07:57:13 +0000</pubDate>
		<dc:creator>digdoug</dc:creator>
				<category><![CDATA[Linux/FreeBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://digdoug.wordpress.com/?p=103</guid>
		<description><![CDATA[Oops. So much for being all patient and waiting until summer vacation. I played with the Freesbie LiveCD last night and my computer didn&#8217;t blow up. I was only able to get X running with the vesa driver and I didn&#8217;t even try to get my wireless card working, but I spent over an hour [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=103&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oops. So much for being all patient and waiting until summer vacation. I played with the <a href="http://www.freesbie.org/">Freesbie</a> LiveCD last night and my computer didn&#8217;t blow up. I was only able to get <strong>X </strong>running with the <strong>vesa</strong> driver and I didn&#8217;t even try to get my wireless card working, but I spent over an hour playing with the system internals and frankly, it wasn&#8217;t that scary. Then something happened which made me feel like advancing my schedule for trying out FreeBSD. And it was through no fault of Gentoo&#8217;s.</p>
<p><span id="more-103"></span></p>
<p>When I went to boot from the Freesbie LiveCD, I forgot to choose CD as a temporary startup device and linux started to boot. Well I didn&#8217;t want to wait for it to load, login, and then restart again, so I quickly popped the power button. It was <em>just </em>as the system was starting and only <em>one</em> partition had been mounted. But lo and behold, after I was through playing with FreeBSD, I rebooted into linux to find all my <strong>jfs</strong> partition tables scrambled. Normally, not a big deal for me. Just log in as my normal user, <strong>su</strong> into root, and run a simple little bash loop on all the partitions using <strong>jfs</strong>:</p>
<pre>
<div style="overflow:auto;"><span style="color:#ff0000;">vault </span><span style="color:#0000ff;">~ #</span> for i in /dev/sda8 /dev/sda9 /dev/sda10 /dev/sda11; do fsck.jfs $i; done</div>
</pre>
<p>There was only one problem this time. I had been playing with the <a href="http://en.wikipedia.org/wiki/Zsh">Z shell</a> for the last few days and had just switched my normal user and root over to use it as default instead of <strong>bash</strong>. Well! Turns out <strong>zsh</strong> needs a certain .so file that is kept in the <strong>/usr</strong> partition. Not very smart, if you ask me. I feel like the shell, of all things, should be as self contained as possible. Anyway, needless to say, my new default shell barfed on me after it couldn&#8217;t find the files it needed, and I was stranded. Yeah yeah, I could have maybe used Freesbie and done a chroot, but&#8230; what a pain. Finally my girlfriend came home and I had her sign in under her account name, which I had not switched the shell on. Then <strong>su -</strong> and did my little magic. But still! What a royal pain that was.</p>
<p>So here I am. I just backed up all my stuff, and wiped the hard drive clean ;-)</p>
<p>I&#8217;m going to be trying <strong>ZFS</strong> as my file system following <a href="https://www.ish.com.au/solutions/articles/freebsdzfs">this tutorial</a>. More news and HOWTOs later.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digdoug.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digdoug.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digdoug.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digdoug.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digdoug.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digdoug.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digdoug.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digdoug.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digdoug.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digdoug.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digdoug.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digdoug.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digdoug.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digdoug.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digdoug.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digdoug.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=103&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digdoug.wordpress.com/2008/06/29/jumping-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cfc36880a2d991cee45807d1fdd8b49?s=96&#38;d=identicon" medium="image">
			<media:title type="html">digdoug</media:title>
		</media:content>
	</item>
		<item>
		<title>Gentoo Linux on the IBM Thinkpad T43 Type 2686</title>
		<link>http://digdoug.wordpress.com/2008/06/28/gentoo-linux-on-the-ibm-thinkpad-t43-type-2686/</link>
		<comments>http://digdoug.wordpress.com/2008/06/28/gentoo-linux-on-the-ibm-thinkpad-t43-type-2686/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 14:55:20 +0000</pubDate>
		<dc:creator>digdoug</dc:creator>
				<category><![CDATA[Linux/FreeBSD]]></category>
		<category><![CDATA[dotfiles]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thinkpad T43]]></category>

		<guid isPermaLink="false">http://digdoug.wordpress.com/?p=102</guid>
		<description><![CDATA[A HOWTO, or rather HOWIDID get Gentoo Linux running super smooth on an IBM Thinkpad T43 Type 2686. Disclaimer: I&#8217;ve been using the same install since 2006, so some of the things in my config files might be outdated or unnecessary. These files are provided for your and my reference only. I&#8217;m not going to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=102&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A HOWTO, or rather HOWIDID get Gentoo Linux running super smooth on an IBM Thinkpad T43 Type 2686.</p>
<p><span id="more-102"></span></p>
<p><strong>Disclaimer: </strong> I&#8217;ve been using the same install since 2006, so some of the things in my config files might be outdated or unnecessary. These files are provided for your and my reference only.</p>
<p>I&#8217;m not going to list every little step and how to do it, because if <em>I</em> did it, the instructions are already available somewhere. Most valuable resource award goes to:</p>
<p><a href="http://www.thinkwiki.org/"><span class="a">www.<strong>thinkwiki</strong>.org</span></a></p>
<p>Without further ado:</p>
<h2>Output of <em>lspci -v</em></h2>
<p>Note that the driver each piece of hardware is using is listed. Very handy.</p>
<pre>
<div style="overflow:auto;height:400px;"><strong><span style="color:#ff0000;">vault</span> <span style="color:#0000ff;">~ #</span></strong> lspci -v
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
	Subsystem: IBM Unknown device 0575
	Flags: bus master, fast devsel, latency 0
	Capabilities: [e0] Vendor Specific Information &lt;?&gt;

00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: a8100000-a81fffff
	Prefetchable memory behind bridge: c0000000-c7ffffff
	Capabilities: [88] Subsystem: IBM Unknown device 0578
	Capabilities: [80] Power Management version 2
	Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
	Capabilities: [a0] Express Root Port (Slot+), MSI 00
	Capabilities: [100] Virtual Channel &lt;?&gt;
	Capabilities: [140] Root Complex Link &lt;?&gt;
	Kernel driver in use: pcieport-driver

00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Memory behind bridge: a8200000-a82fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
	Capabilities: [90] Subsystem: Gammagraphx, Inc. Unknown device 0000
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel &lt;?&gt;
	Capabilities: [180] Root Complex Link &lt;?&gt;
	Kernel driver in use: pcieport-driver

00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: a8300000-a83fffff
	Prefetchable memory behind bridge: 00000000c8000000-00000000c80fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
	Capabilities: [90] Subsystem: Gammagraphx, Inc. Unknown device 0000
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel &lt;?&gt;
	Capabilities: [180] Root Complex Link &lt;?&gt;
	Kernel driver in use: pcieport-driver

00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
	Subsystem: IBM Unknown device 0565
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 1800 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
	Subsystem: IBM Unknown device 0565
	Flags: bus master, medium devsel, latency 0, IRQ 20
	I/O ports at 1820 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
	Subsystem: IBM Unknown device 0565
	Flags: bus master, medium devsel, latency 0, IRQ 21
	I/O ports at 1840 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
	Subsystem: IBM Unknown device 0565
	Flags: bus master, medium devsel, latency 0, IRQ 19
	I/O ports at 1860 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
	Subsystem: IBM Unknown device 0566
	Flags: bus master, medium devsel, latency 0, IRQ 19
	Memory at a8000000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=07, sec-latency=64
	I/O behind bridge: 00004000-00007fff
	Memory behind bridge: a8400000-b7ffffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000d7ffffff
	Capabilities: [50] Subsystem: Gammagraphx, Inc. Unknown device 0000

00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
	Subsystem: IBM Unknown device 0567
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 1c00 [size=256]
	I/O ports at 1880 [size=64]
	Memory at a8000800 (32-bit, non-prefetchable) [size=512]
	Memory at a8000400 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
	Kernel driver in use: Intel ICH
	Kernel modules: snd-intel8x0

00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
	Subsystem: IBM Unknown device 0568
	Flags: bus master, medium devsel, latency 0

00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03) (prog-if 80 [Master])
	Subsystem: IBM Unknown device 056a
	Flags: bus master, 66MHz, medium devsel, latency 0
	I/O ports at 01f0 [size=8]
	I/O ports at 03f4 [size=1]
	I/O ports at 0170 [size=8]
	I/O ports at 0374 [size=1]
	I/O ports at 18c0 [size=16]
	Capabilities: [70] Power Management version 2
	Kernel driver in use: ata_piix

00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
	Subsystem: IBM Unknown device 056b
	Flags: medium devsel, IRQ 11
	I/O ports at 18e0 [size=32]

01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility Radeon X300] (prog-if 00 [VGA controller])
	Subsystem: IBM Unknown device 056e
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at c0000000 (32-bit, prefetchable) [size=128M]
	I/O ports at 2000 [size=256]
	Memory at a8100000 (32-bit, non-prefetchable) [size=64K]
	[virtual] Expansion ROM at a8120000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Express Endpoint, MSI 00
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
	Capabilities: [100] Advanced Error Reporting &lt;?&gt;
	Kernel modules: fglrx

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 11)
	Subsystem: IBM Unknown device 0577
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at a8200000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at &lt;ignored&gt; [disabled]
	Capabilities: [48] Power Management version 2
	Capabilities: [50] Vital Product Data &lt;?&gt;
	Capabilities: [58] Message Signalled Interrupts: Mask- 64bit+ Queue=0/3 Enable-
	Capabilities: [d0] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting &lt;?&gt;
	Capabilities: [13c] Virtual Channel &lt;?&gt;
	Kernel driver in use: tg3
	Kernel modules: tg3

04:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 8d)
	Subsystem: IBM Unknown device 056c
	Flags: bus master, medium devsel, latency 168, IRQ 16
	Memory at a8400000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=04, secondary=05, subordinate=06, sec-latency=176
	Memory window 0: d0000000-d3fff000 (prefetchable)
	Memory window 1: ac000000-affff000
	I/O window 0: 00004000-000040ff
	I/O window 1: 00004400-000044ff
	16-bit legacy interface ports at 0001
	Kernel driver in use: yenta_cardbus

04:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
	Subsystem: Intel Corporation Unknown device 2711
	Flags: bus master, medium devsel, latency 64, IRQ 22
	Memory at a8401000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [dc] Power Management version 2
	Kernel driver in use: ipw2200
	Kernel modules: ipw2200</div>
</pre>
<h2>Kernel 2.6.24 .config</h2>
<p>To find out if your kernel .config already has the option set or not, do (for example):</p>
<pre>
<div style="overflow:auto;height:auto;"><strong><span style="color:#00ff00;">dja@vault</span> <span style="color:#0000ff;">~ %</span></strong> cat /usr/src/linux/.config |grep ATA_PIIX
CONFIG_ATA_PIIX=y</div>
</pre>
<p>This is the correct driver for the T43&#8242;s hard drive, so I can see we&#8217;re good to go.</p>
<pre>
<div style="overflow:auto;height:400px;">
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24-gentoo-r8
# Thu May 29 16:10:45 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_SUPPORTS_OPROFILE=y
CONFIG_DEFCONFIG_LIST="arch/x86/configs/i386_defconfig"
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=18
# CONFIG_CGROUPS is not set
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_FAIR_USER_SCHED=y
# CONFIG_FAIR_CGROUP_SCHED is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="/usr/share/v86d/initramfs"
CONFIG_INITRAMFS_ROOT_UID=0
CONFIG_INITRAMFS_ROOT_GID=0
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
CONFIG_BLK_DEV_BSG=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_SMP is not set
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_VSMP is not set
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
# CONFIG_XEN is not set
# CONFIG_VMI is not set
# CONFIG_LGUEST_GUEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
CONFIG_MPENTIUMM=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_X86_MCE_P4THERMAL is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
# CONFIG_X86_PAE is not set
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
# CONFIG_KEXEC is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
# CONFIG_COMPAT_VDSO is not set

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND_UP_POSSIBLE=y
CONFIG_SUSPEND=y
CONFIG_HIBERNATION_UP_POSSIBLE=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION="/dev/sda5"
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_BAY=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=2001
CONFIG_ACPI_DEBUG=y
# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
CONFIG_ACPI_SBS=y
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set

#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
# CONFIG_X86_SPEEDSTEP_LIB is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_HT_IRQ is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
CONFIG_PCCARD=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
# CONFIG_NET_IPGRE_BROADCAST is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
# CONFIG_IPV6_PRIVACY is not set
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=y
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
CONFIG_IPV6_SIT=y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=y
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_HAMRADIO is not set
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set

#
# IrDA options
#
# CONFIG_IRDA_CACHE_LAST_LSAP is not set
# CONFIG_IRDA_FAST_RR is not set
# CONFIG_IRDA_DEBUG is not set

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
# CONFIG_IRTTY_SIR is not set

#
# Dongle support
#
# CONFIG_KINGSUN_DONGLE is not set
# CONFIG_KSDAZZLE_DONGLE is not set
# CONFIG_KS959_DONGLE is not set

#
# Old SIR device drivers
#
# CONFIG_IRPORT_SIR is not set

#
# Old Serial dongle support
#

#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
# CONFIG_SIGMATEL_FIR is not set
# CONFIG_NSC_FIR is not set
# CONFIG_WINBOND_FIR is not set
# CONFIG_TOSHIBA_FIR is not set
# CONFIG_SMC_IRCC_FIR is not set
# CONFIG_ALI_FIR is not set
# CONFIG_VLSI_FIR is not set
# CONFIG_VIA_FIR is not set
# CONFIG_MCS_FIR is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
# CONFIG_BT_RFCOMM_TTY is not set
CONFIG_BT_BNEP=m
# CONFIG_BT_BNEP_MC_FILTER is not set
# CONFIG_BT_BNEP_PROTO_FILTER is not set
CONFIG_BT_HIDP=m

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=m
CONFIG_BT_HCIUSB_SCO=y
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIBTUART is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_AF_RXRPC is not set

#
# Wireless
#
CONFIG_CFG80211=y
CONFIG_NL80211=y
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=y
CONFIG_MAC80211_RCSIMPLE=y
# CONFIG_MAC80211_LEDS is not set
# CONFIG_MAC80211_DEBUG is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
# CONFIG_IEEE80211_CRYPT_CCMP is not set
CONFIG_IEEE80211_CRYPT_TKIP=m
CONFIG_IEEE80211_SOFTMAC=m
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
CONFIG_RFKILL_LEDS=y
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="y"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
CONFIG_THINKPAD_ACPI=y
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
# CONFIG_IDE is not set

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=m
CONFIG_SCSI_NETLINK=y
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
CONFIG_SCSI_SRP_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
CONFIG_SCSI_EATA=y
CONFIG_SCSI_EATA_TAGGED_QUEUE=y
CONFIG_SCSI_EATA_LINKED_COMMANDS=y
CONFIG_SCSI_EATA_MAX_TAGS=16
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
CONFIG_SCSI_SRP=m
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_SVW is not set
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
CONFIG_ATA_GENERIC=y
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_BLK_DEV_DM_BBR is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
# CONFIG_NET_ETHERNET is not set
CONFIG_MII=m
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IP1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=m
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_IPW2100 is not set
CONFIG_IPW2200=m
CONFIG_IPW2200_MONITOR=y
CONFIG_IPW2200_RADIOTAP=y
CONFIG_IPW2200_PROMISCUOUS=y
CONFIG_IPW2200_QOS=y
# CONFIG_IPW2200_DEBUG is not set
# CONFIG_LIBERTAS is not set
# CONFIG_AIRO is not set
CONFIG_HERMES=m
# CONFIG_PLX_HERMES is not set
# CONFIG_TMD_HERMES is not set
# CONFIG_NORTEL_HERMES is not set
# CONFIG_PCI_HERMES is not set
CONFIG_PCMCIA_HERMES=m
# CONFIG_PCMCIA_SPECTRUM is not set
# CONFIG_ATMEL is not set
CONFIG_AIRO_CS=m
CONFIG_PCMCIA_WL3501=m
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_P54_COMMON is not set
# CONFIG_IWLWIFI is not set
CONFIG_HOSTAP=m
# CONFIG_HOSTAP_FIRMWARE is not set
# CONFIG_HOSTAP_PLX is not set
# CONFIG_HOSTAP_PCI is not set
# CONFIG_HOSTAP_CS is not set
# CONFIG_BCM43XX is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_RT2X00 is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
CONFIG_INPUT_POLLDEV=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_KBTAB is not set
CONFIG_TABLET_USB_WACOM=m
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_WISTRON_BTNS is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
CONFIG_INPUT_UINPUT=y

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
# CONFIG_GAMEPORT_L4 is not set
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_FM801 is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
# CONFIG_HPET_MMAP is not set
CONFIG_HANGCHECK_TIMER=y
CONFIG_TCG_TPM=m
CONFIG_TCG_TIS=m
CONFIG_TCG_NSC=m
# CONFIG_TCG_ATMEL is not set
# CONFIG_TCG_INFINEON is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_CHARDEV is not set

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGOPCA is not set

#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
CONFIG_I2C_PIIX4=y
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_TINY_USB is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_SENSORS_DS1337 is not set
# CONFIG_SENSORS_DS1374 is not set
# CONFIG_DS1682 is not set
CONFIG_SENSORS_EEPROM=m
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set

#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_FSCPOS is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
CONFIG_SENSORS_HDAPS=y
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
# CONFIG_WATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set

#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m
# CONFIG_VIDEO_V4L1 is not set
# CONFIG_VIDEO_V4L1_COMPAT is not set
CONFIG_VIDEO_V4L2=y
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
# CONFIG_VIDEO_VIVI is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_CX23885 is not set
# CONFIG_VIDEO_CAFE_CCIC is not set
CONFIG_V4L_USB_DRIVERS=y
# CONFIG_VIDEO_PVRUSB2 is not set
# CONFIG_VIDEO_USBVISION is not set
# CONFIG_USB_ET61X251 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_ZC0301 is not set
# CONFIG_USB_ZR364XX is not set
# CONFIG_RADIO_ADAPTERS is not set
CONFIG_DVB_CORE=m
CONFIG_DVB_CORE_ATTACH=y
CONFIG_DVB_CAPTURE_DRIVERS=y

#
# Supported SAA7146 based PCI Adapters
#

#
# Supported USB Adapters
#
# CONFIG_DVB_USB is not set
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m
# CONFIG_DVB_CINERGYT2 is not set

#
# Supported FlexCopII (B2C2) Adapters
#
# CONFIG_DVB_B2C2_FLEXCOP is not set

#
# Supported BT878 Adapters
#

#
# Supported Pluto2 Adapters
#
# CONFIG_DVB_PLUTO2 is not set

#
# Supported DVB Frontends
#

#
# Customise DVB Frontends
#
# CONFIG_DVB_FE_CUSTOMISE is not set

#
# DVB-S (satellite) frontends
#
CONFIG_DVB_STV0299=m
# CONFIG_DVB_CX24110 is not set
# CONFIG_DVB_CX24123 is not set
CONFIG_DVB_TDA8083=m
# CONFIG_DVB_MT312 is not set
# CONFIG_DVB_VES1X93 is not set
# CONFIG_DVB_S5H1420 is not set
# CONFIG_DVB_TDA10086 is not set

#
# DVB-T (terrestrial) frontends
#
# CONFIG_DVB_SP8870 is not set
# CONFIG_DVB_SP887X is not set
CONFIG_DVB_CX22700=m
# CONFIG_DVB_CX22702 is not set
# CONFIG_DVB_L64781 is not set
CONFIG_DVB_TDA1004X=m
# CONFIG_DVB_NXT6000 is not set
# CONFIG_DVB_MT352 is not set
# CONFIG_DVB_ZL10353 is not set
# CONFIG_DVB_DIB3000MB is not set
# CONFIG_DVB_DIB3000MC is not set
# CONFIG_DVB_DIB7000M is not set
# CONFIG_DVB_DIB7000P is not set

#
# DVB-C (cable) frontends
#
CONFIG_DVB_VES1820=m
# CONFIG_DVB_TDA10021 is not set
# CONFIG_DVB_TDA10023 is not set
CONFIG_DVB_STV0297=m

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
# CONFIG_DVB_NXT200X is not set
# CONFIG_DVB_OR51211 is not set
# CONFIG_DVB_OR51132 is not set
CONFIG_DVB_BCM3510=m
# CONFIG_DVB_LGDT330X is not set
# CONFIG_DVB_S5H1409 is not set

#
# Tuners/PLL support
#
# CONFIG_DVB_PLL is not set
# CONFIG_DVB_TDA826X is not set
# CONFIG_DVB_TDA827X is not set
# CONFIG_DVB_TUNER_QT1010 is not set
# CONFIG_DVB_TUNER_MT2060 is not set
# CONFIG_DVB_TUNER_MT2266 is not set
# CONFIG_DVB_TUNER_MT2131 is not set
# CONFIG_DVB_TUNER_DIB0070 is not set

#
# Miscellaneous devices
#
CONFIG_DVB_LNBP21=m
# CONFIG_DVB_ISL6421 is not set
# CONFIG_DVB_TUA6100 is not set
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
CONFIG_AGP_ATI=m
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=m
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
# CONFIG_FB_DDC is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_SYS_FOPS is not set
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_UVESA=y
CONFIG_FB_VESA=y
# CONFIG_FB_EFI is not set
# CONFIG_FB_HECUBA is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
# CONFIG_BACKLIGHT_PROGEAR is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FB_CON_DECOR=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_AC97_POWER_SAVE is not set

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set

#
# PCMCIA devices
#
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_PDAUDIOCF is not set

#
# System on Chip audio support
#
# CONFIG_SND_SOC is not set

#
# SoC Audio support for SuperH
#

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
CONFIG_USB_MON=y

#
# USB port drivers
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
CONFIG_USB_LED=m
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set

#
# USB DSL modem support
#

#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_MM_EDAC=y
# CONFIG_EDAC_AMD76X is not set
# CONFIG_EDAC_E7XXX is not set
# CONFIG_EDAC_E752X is not set
# CONFIG_EDAC_I82875P is not set
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I82860 is not set
# CONFIG_EDAC_R82600 is not set
# CONFIG_EDAC_I5000 is not set
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y

#
# DMA Devices
#
# CONFIG_INTEL_IOATDMA is not set
# CONFIG_VIRTUALIZATION is not set

#
# Userspace I/O
#
# CONFIG_UIO is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
# CONFIG_EXT2_FS_SECURITY is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
# CONFIG_EXT3_FS_SECURITY is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
CONFIG_JFS_FS=y
# CONFIG_JFS_POSIX_ACL is not set
# CONFIG_JFS_SECURITY is not set
# CONFIG_JFS_DEBUG is not set
CONFIG_JFS_STATISTICS=y
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=m
CONFIG_GENERIC_ACL=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
# CONFIG_ROOT_NFS is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_BIND34 is not set
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
CONFIG_SMB_FS=y
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=y
CONFIG_CIFS_STATS=y
# CONFIG_CIFS_STATS2 is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_XATTR is not set
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
CONFIG_DLM=y
# CONFIG_DLM_DEBUG is not set
# CONFIG_INSTRUMENTATION is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_SLUB_DEBUG_ON is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_SAMPLES is not set
CONFIG_EARLY_PRINTK=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_DOUBLEFAULT=y

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA256 is not set
CONFIG_CRYPTO_SHA512=m
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_XTS is not set
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_BLOWFISH=m
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_586=m
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_CRC32C is not set
CONFIG_CRYPTO_CAMELLIA=y
# CONFIG_CRYPTO_TEST is not set
# CONFIG_CRYPTO_AUTHENC is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_GEODE is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=m
# CONFIG_CRC16 is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
CONFIG_CRC7=m
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y</div>
</pre>
<h2>Output of <em>lsmod</em></h2>
<p>Here are a few kernel drivers I&#8217;ve found are good to load as modules:</p>
<pre>
<div style="overflow:auto;height:400px;"><strong><span style="color:#ff0000;">vault </span></strong><span style="color:#0000ff;"><strong>~ #</strong> </span>lsmod
Module                  Size  Used by
wacom                  15552  0
michael_mic             2240  4
ieee80211_crypt_tkip     9536  2
snd_seq_oss            27712  0
snd_seq_midi_event      5824  1 snd_seq_oss
snd_seq                42704  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          6348  2 snd_seq_oss,snd_seq
snd_pcm_oss            36320  0
snd_mixer_oss          13696  1 snd_pcm_oss
tpm                    11488  0
tpm_bios                5376  1 tpm
radeon                121312  2
drm                    68756  3 radeon
agpgart                26416  1 drm
snd_intel8x0           27740  0
snd_ac97_codec         93664  1 snd_intel8x0
ac97_bus                1664  1 snd_ac97_codec
snd_pcm                65032  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer              17476  2 snd_seq,snd_pcm
ipw2200               137416  0
ieee80211              29448  1 ipw2200
ieee80211_crypt         4096  2 ieee80211_crypt_tkip,ieee80211
snd                    42020  9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
tg3                   106756  0
snd_page_alloc          7496  2 snd_intel8x0,snd_pcm</div>
</pre>
<h2>Bootload (grub) menu.lst</h2>
<p>I&#8217;m not using an <strong>initrd</strong> to get status bars during load or anything. My kernel config gives me a cute little Tux penguin, and plus I like to see if something goes wrong.</p>
<pre>
<div style="overflow:auto;height:400px;">
#
# Sample boot menu configuration file
#

# Boot automatically after 30 secs.
timeout 5
password --md5 *****************  &lt;-- your password's md5sum

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# Splash image to show behind grub.
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

# For booting GNU/Linux
title Gentoo 2.6.24
root (hd0,0)
kernel /boot/kernel-2.6.24-gentoo-r8 root=/dev/sda1 libata.atapi_enabled=1 quiet video=uvesafb:1400x1050-32
#initrd /initrd.img</div>
</pre>
<h2>make.conf</h2>
<p><strong>Disclaimer: </strong>Be <em>very</em> careful using my make.conf file! Only take what you really want. I have a lot of strange things set in my make file, for example I have chosen to run an &#8220;x86&#8243; stable system. You may prefer &#8220;~x86&#8243; unstable for more bleeding-edge packages. I have Japanese set as a default language on my system, and a lot of my <em>USE flags</em> are very specific for pieces of hardware I own, etc. <strong>Know what each <em>USE flag</em> does before you set it globally in make.conf!</strong> I used to see some people complain about the <strong>&#8220;<a href="http://www.gentoo.org/proj/en/hardened/">hardened</a>&#8220;</strong> flag breaking packages, but I have had it set for over a year and rarely if ever have had a problem. Generally if a package fails to build with &#8220;<a href="http://www.gentoo.org/proj/en/hardened/"><strong>hardened</strong></a>&#8220;, the package maintainer disables it manually, so if you&#8217;re interested in a more secure system, I do recommend this flag. Finally, I have my Portage TMPDIR in a non-standard place. Be careful! However, CHOST, CFLAGS and VIDEO_CARDS are set to safe options for the T43.</p>
<pre>
<div style="overflow:auto;height:400px;"># Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: /var/cvsroot/gentoo-src/portage/cnf/make.conf,v 1.84.2.5 2005/04/13 15:28:38 jstubbs Exp $
# Contains local system settings for Portage system

# Please review 'man make.conf' for more information.

# Build-time functionality
# ========================
#
# The USE variable is used to enable optional build-time functionality. For
# example, quite a few packages have optional X, gtk or GNOME functionality
# that can only be enabled or disabled at compile-time. Gentoo Linux has a
# very extensive set of USE variables described in our USE variable HOWTO at
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;chap=1
#
# The available list of use flags with descriptions is in your portage tree.
# Use 'less' to view them:  --&gt; less /usr/portage/profiles/use.desc &lt;--
#
# 'ufed' is an ncurses/dialog interface available in portage to make handling
# useflags for you. 'emerge app-portage/ufed'
#
# Example:
USE="X anthy bash-completion cairo cjk dvd dvdread firefox gtk hal \
     hardened hdaps jpeg png mmx ogg png svg spell sse sse2 \
     startup-notification threads truetype type1 xcb xcomposite jfs mad encode \
     mysql opengl vorbis acpi slang libgcrypt tk xinerama scanner \
     vim-syntax zlib gnome mono beagle avahi autoipd \
     kdehiddenvisibility qt4 immqt-bc -kde -qt3 -tiff -gif -ldap -esd -eds \
     -fortran -ipv6 glitz -networkmanager samba 7zip theora njb flac \
     speex xulrunner"

VIDEO_CARDS="radeon fglrx"

INPUT_DEVICES="evdev mouse keyboard wacom"

# Supported Languages
LINGUAS="en_US ja"

# Host Setting
# ============
#
# DO NOT CHANGE THIS SETTING UNLESS YOU ARE USING STAGE1!
# Change this line as appropriate (i686, i586, i486 or i386).
# All modern systems (even Athlons) should use "i686-pc-linux-gnu".
# All K6's are i586.
CHOST="i686-pc-linux-gnu"

# Host and optimization settings
# ==============================
#
# For optimal performance, enable a CFLAGS setting appropriate for your CPU.
#
# Please note that if you experience strange issues with a package, it may be
# due to gcc's optimizations interacting in a strange way. Please test the
# package (and in some cases the libraries it uses) at default optimizations
# before reporting errors to developers.
#
# -mcpu=&lt;cpu-type&gt; means optimize code for the particular type of CPU without
# breaking compatibility with other CPUs.
#
# -march=&lt;cpu-type&gt; means to take full advantage of the ABI and instructions
# for the particular CPU; this will break compatibility with older CPUs (for
# example, -march=athlon-xp code will not run on a regular Athlon, and
# -march=i686 code will not run on a Pentium Classic.
#
# CPU types supported in gcc-3.2 and higher: athlon-xp, athlon-mp,
# athlon-tbird, athlon, k6, k6-2, k6-3, i386, i486, i586 (Pentium), i686
# (PentiumPro), pentium, pentium-mmx, pentiumpro, pentium2 (Celeron),
# pentium3, and pentium4.
#
# Note that Gentoo Linux 1.4 and higher include at least gcc-3.2.
#
# CPU types supported in gcc-2.95*: k6, i386, i486, i586 (Pentium), i686
# (Pentium Pro), pentium, pentiumpro Gentoo Linux 1.2 and below use gcc-2.95*
#
# CRITICAL WARNINGS: ****************************************************** #
# K6 markings are deceptive. Avoid setting -march for them. See Bug #24379. #
# Pentium-M CPU's should not enable sse2 until at least gcc-3.4. Bug 50616. #
# ************************************************************************* #
#
# Decent examples:
#
#CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CFLAGS="-march=pentium-m -O2 -pipe -fomit-frame-pointer"

# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
CXXFLAGS="${CFLAGS}"

# Advanced Masking
# ================
#
# Gentoo is using a new masking system to allow for easier stability testing
# on packages. KEYWORDS are used in ebuilds to mask and unmask packages based
# on the platform they are set for. A special form has been added that
# indicates packages and revisions that are expected to work, but have not yet
# been approved for the stable set. '~arch' is a superset of 'arch' which
# includes the unstable, in testing, packages. Users of the 'x86' architecture
# would add '~x86' to ACCEPT_KEYWORDS to enable unstable/testing packages.
# '~ppc', '~sparc' are the unstable KEYWORDS for their respective platforms.
#
# Please note that this is not for development, alpha, beta, nor cvs release
# packages. "Broken" packages will not be added to testing and should not be
# requested to be added. Alternative routes are available to developers
# for experimental packages, and it is at their discretion to use them.
#
# DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
# IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.
#
ACCEPT_KEYWORDS="x86"

# Portage Directories
# ===================
#
# Each of these settings controls an aspect of portage's storage and file
# system usage. If you change any of these, be sure it is available when
# you try to use portage. *** DO NOT INCLUDE A TRAILING "/" ***
#
# PORTAGE_TMPDIR is the location portage will use for compilations and
#     temporary storage of data. This can get VERY large depending upon
#     the application being installed.
PORTAGE_TMPDIR=/opt/var/tmp
#
# PORTDIR is the location of the portage tree. This is the repository
#     for all profile information as well as all ebuilds. If you change
#     this, you must update your /etc/make.profile symlink accordingly.
PORTDIR=/usr/portage
#
# DISTDIR is where all of the source code tarballs will be placed for
#     emerges. The source code is maintained here unless you delete
#     it. The entire repository of tarballs for gentoo is 9G. This is
#     considerably more than any user will ever download. 2-3G is
#     a large DISTDIR.
DISTDIR=${PORTDIR}/distfiles
#
# PKGDIR is the location of binary packages that you can have created
#     with '--buildpkg' or '-b' while emerging a package. This can get
#     upto several hundred megs, or even a few gigs.
#PKGDIR=${PORTDIR}/packages
#
# PORT_LOGDIR is the location where portage will store all the logs it
#     creates from each individual merge. They are stored as NNNN-$PF.log
#     in the directory specified. This is disabled until you enable it by
#     providing a directory. Permissions will be modified as needed IF the
#     directory exists, otherwise logging will be disabled. NNNN is the
#     increment at the time the log is created. Logs are thus sequential.
#PORT_LOGDIR=/var/log/portage
#
# PORTDIR_OVERLAY is a directory where local ebuilds may be stored without
#     concern that they will be deleted by rsync updates. Default is not
#     defined.
PORTDIR_OVERLAY=/usr/local/portage

# Fetching files
# ==============
#
# If you need to set a proxy for wget or lukemftp, add the appropriate "export
# ftp_proxy=&lt;proxy&gt;" and "export http_proxy=&lt;proxy&gt;" lines to /etc/profile if
# all users on your system should use them.
#
# Portage uses wget by default. Here are some settings for some alternate
# downloaders -- note that you need to merge these programs first before they
# will be available.
#
# Default fetch command (5 tries, passive ftp for firewall compatibility)
#FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp \${URI} -P \${DISTDIR}"
#RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp \${URI} -P \${DISTDIR}"
#
# Using wget, ratelimiting downloads
#FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
#RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp --limit-rate=200k \${URI} -P \${DISTDIR}"
#
# Lukemftp (BSD ftp):
#FETCHCOMMAND="/usr/bin/lukemftp -s -a -o \${DISTDIR}/\${FILE} \${URI}"
#RESUMECOMMAND="/usr/bin/lukemftp -s -a -R -o \${DISTDIR}/\${FILE} \${URI}"
#
# Portage uses GENTOO_MIRRORS to specify mirrors to use for source retrieval.
# The list is a space separated list which is read left to right. If you use
# another mirror we highly recommend leaving the default mirror at the end of
# the list so that portage will fall back to it if the files cannot be found
# on your specified mirror. We _HIGHLY_ recommend that you change this setting
# to a nearby mirror by merging and using the 'mirrorselect' tool.
GENTOO_MIRRORS="http://gentoo.gg3.net http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
#
# Portage uses PORTAGE_BINHOST to specify mirrors for prebuilt-binary packages.
# The list is a single entry specifying the full address of the directory
# serving the tbz2's for your system. Running emerge with either '--getbinpkg'
# or '--getbinpkgonly' will cause portage to retrieve the metadata from all
# packages in the directory specified, and use that data to determine what will
# be downloaded and merged. '-g' or '-gK' are the recommend parameters. Please
# consult the man pages and 'emerge --help' for more information. For FTP, the
# default connection is passive -- If you require an active connection, affix
# an asterisk (*) to the end of the host:port string before the path.
#PORTAGE_BINHOST="http://grp.mirror.site/gentoo/grp/1.4/i686/athlon-xp/"
# This ftp connection is passive ftp.
#PORTAGE_BINHOST="ftp://login:pass@grp.mirror.site/pub/grp/i686/athlon-xp/"
# This ftp connection is active ftp.
#PORTAGE_BINHOST="ftp://login:pass@grp.mirror.site:21*/pub/grp/i686/athlon-xp/"

# Synchronizing Portage
# =====================
#
# Each of these settings affects how Gentoo synchronizes your Portage tree.
# Synchronization is handled by rsync and these settings allow some control
# over how it is done.
#
#
# SYNC is the server used by rsync to retrieve a localized rsync mirror
#     rotation. This allows you to select servers that are geographically
#     close to you, yet still distribute the load over a number of servers.
#     Please do not single out specific rsync mirrors. Doing so places undue
#     stress on particular mirrors.  Instead you may use one of the following
#     continent specific rotations:
#
#   Default:       "rsync://rsync.gentoo.org/gentoo-portage"
#   North America: "rsync://rsync.namerica.gentoo.org/gentoo-portage"
#   South America: "rsync://rsync.samerica.gentoo.org/gentoo-portage"
#   Europe:        "rsync://rsync.europe.gentoo.org/gentoo-portage"
#   Asia:          "rsync://rsync.asia.gentoo.org/gentoo-portage"
#   Australia:     "rsync://rsync.au.gentoo.org/gentoo-portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
#
# PORTAGE_RSYNC_RETRIES sets the number of times portage will attempt to retrieve
#     a current portage tree before it exits with an error. This allows
#     for a more successful retrieval without user intervention most times.
PORTAGE_RSYNC_RETRIES="3"
#
# PORTAGE_RSYNC_EXTRA_OPTS can be used to feed additional options to the rsync
#     command used by `emerge --sync`. This will not change the default options
#     which are set by PORTAGE_RSYNC_OPTS (don't change those unless you know
#     exactly what you're doing).
#PORTAGE_RSYNC_EXTRA_OPTS=""
#
# Advanced Features
# =================
#
# EMERGE_DEFAULT_OPTS allows emerge to act as if certain options are
#     specified on every run. Useful options include --ask, --verbose,
#     --usepkg and many others. Options that are not useful, such as --help,
#     are not filtered.
#EMERGE_DEFAULT_OPTS=""
#
# MAKEOPTS provides extra options that may be passed to 'make' when a
#     program is compiled. Presently the only use is for specifying
#     the number of parallel makes (-j) to perform. The suggested number
#     for parallel makes is CPUs+1.
MAKEOPTS="-j2"
#
# PORTAGE_NICENESS provides a default increment to emerge's niceness level.
#     Note: This is an increment. Running emerge in a niced environment will
#     reduce it further. Default is unset.
PORTAGE_NICENESS=10
#
# AUTOCLEAN enables portage to automatically clean out older or overlapping
#     packages from the system after every successful merge. This is the
#     same as running 'emerge -c' after every merge. Set with: "yes" or "no".
#     This does not affect the unpacked source. See 'noclean' below.
#
#     Warning: AUTOCLEAN="no" can cause serious problems due to overlapping
#              packages.  Do not use it unless absolutely necessary!
AUTOCLEAN="yes"
#
# PORTAGE_TMPFS is a location where portage may create temporary files.
#     If specified, portage will use this directory whenever possible
#     for all rapid operations such as lockfiles and transient data.
#     It is _highly_ recommended that this be a tmpfs or ramdisk. Do not
#     set this to anything that does not give a significant performance
#     enhancement and proper FS compliance for locks and read/write.
#     /dev/shm is a glibc mandated tmpfs, and should be a reasonable
#     setting for all linux kernel+glibc based systems.
PORTAGE_TMPFS="/dev/shm"
#
# FEATURES are settings that affect the functionality of portage. Most of
#     these settings are for developer use, but some are available to non-
#     developers as well.
#
#  'assume-digests'
#                when commiting work to cvs with repoman(1), assume that all
#                existing SRC_URI digests are correct.  This feature also
#                affects digest generation via ebuild(1) and emerge(1) (emerge
#                generates digests only when the 'digest' feature is enabled).
#  'autoaddcvs'  causes portage to automatically try to add files to cvs
#                that will have to be added later. Done at generation times
#                and only has an effect when 'cvs' is also set.
#  'buildpkg'    causes binary packages to be created of all packages that
#                are being merged.
#  'ccache'      enables ccache support via CC.
#  'confcache'   enable confcache support; speeds up autotool based configure
#                calls
#  'collision-protect'
#                prevents packages from overwriting files that are owned by
#                another package or by no package at all.
#  'cvs'         causes portage to enable all cvs features (commits, adds),
#                and to apply all USE flags in SRC_URI for digests -- for
#                developers only.
#  'digest'      autogenerate digests for packages when running the emerge(1)
#                command.  If the 'assume-digests' feature is also enabled then
#                existing SRC_URI digests will be reused whenever they are
#                available.
#  'distcc'      enables distcc support via CC.
#  'distlocks'   enables distfiles locking using fcntl or hardlinks. This
#                is enabled by default. Tools exist to help clean the locks
#                after crashes: /usr/lib/portage/bin/clean_locks.
#  'fixpackages' allows portage to fix binary packages that are stored in
#                PKGDIR. This can consume a lot of time. 'fixpackages' is
#                also a script that can be run at any given time to force
#                the same actions.
#  'gpg'         enables basic verification of Manifest files using gpg.
#                This features is UNDER DEVELOPMENT and reacts to features
#                of strict and severe. Heavy use of gpg sigs is coming.
#  'keeptemp'    prevents the clean phase from deleting the temp files ($T)
#                from a merge.
#  'keepwork'    prevents the clean phase from deleting the WORKDIR.
#  'test'        causes ebuilds to perform testing phases if they are capable
#                of it. Some packages support this automaticaly via makefiles.
#  'metadata-transfer'
#                automatically perform a metadata transfer when `emerge --sync`
#                is run.
#  'noauto'      causes ebuild to perform only the action requested and
#                not any other required actions like clean or unpack -- for
#                debugging purposes only.
#  'noclean'     prevents portage from removing the source and temporary files
#                after a merge -- for debugging purposes only.
#  'nostrip'     prevents the stripping of binaries.
#  'notitles'    disables xterm titlebar updates (which contain status info).
#  'parallel-fetch'
#                do fetching in parallel to compilation
#  'sandbox'     enables sandboxing when running emerge and ebuild.
#  'strict'      causes portage to react strongly to conditions that are
#                potentially dangerous, like missing/incorrect Manifest files.
#  'userfetch'   when portage is run as root, drop privileges to
#                portage:portage during the fetching of package sources.
#  'userpriv'    allows portage to drop root privileges while it is compiling,
#                as a security measure.  As a side effect this can remove
#                sandbox access violations for users.
#  'usersandbox' enables sandboxing while portage is running under userpriv.
#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
#
# CCACHE_SIZE sets the space use limitations for ccache. The default size is
#     2G, and will be set if not defined otherwise and ccache is in features.
#     Portage will set the default ccache dir if it is not present in the
#     user's environment, for userpriv it sets: ${PORTAGE_TMPDIR}/ccache
#     (/var/tmp/ccache), and for regular use the default is /root/.ccache.
#     Sizes are specified with 'G' 'M' or 'K'.
#     '2G' for 2 gigabytes, '2048M' for 2048 megabytes (same as 2G).
#CCACHE_SIZE="512M"
#
# DISTCC_DIR sets the temporary space used by distcc.
#DISTCC_DIR="${PORTAGE_TMPDIR}/.distcc"

# logging related variables:
# PORTAGE_ELOG_CLASSES: selects messages to be logged, possible values are:
#                          info, warn, error, log
#                       Warning: commenting this will disable elog
PORTAGE_ELOG_CLASSES="warn error log"

# PORTAGE_ELOG_SYSTEM: selects the module(s) to process the log messages. Modules
#                      included in portage are (empty means logging is disabled):
#                          save (saves one log per package in $PORT_LOGDIR/elog,
#                                /var/log/portage/elog if $PORT_LOGDIR is unset)
#                          custom (passes all messages to $PORTAGE_ELOG_COMMAND)
#                          syslog (sends all messages to syslog)
#                          mail (send all messages to the mailserver defined
#                                in $PORTAGE_ELOG_MAILURI)
#                      To use elog you should enable at least one module
#PORTAGE_ELOG_SYSTEM="save mail"

# PORTAGE_ELOG_COMMAND: only used with the "custom" logging module. Specifies a command
#                      to process log messages. Two variables are expanded:
#                          ${PACKAGE} - expands to the cpv entry of the processed
#                                       package (see $PVR in ebuild(5))
#                          ${LOGFILE} - absolute path to the logfile
#						Both variables have to be quoted with single quotes
#PORTAGE_ELOG_COMMAND="/path/to/logprocessor -p '\${PACKAGE}' -f '\${LOGFILE}'"

# PORTAGE_ELOG_MAILURI: this variable holds all important settings for the mail
#                       module. In most cases listing the recipient address and
#                       the receiving mailserver should be sufficient, but you can
#                       also use advanced settings like authentication or TLS. The
#                       full syntax is:
#                           address [[user:passwd@]mailserver[:port]]
#                       where
#                           address:    recipient address
#                           user:       username for smtp auth (defaults to none)
#                           passwd:     password for smtp auth (defaults to none)
#                           mailserver: smtp server that should be used to deliver the mail (defaults to localhost)
#                           port:       port to use on the given smtp server (defaults to 25, values &gt; 100000 indicate that starttls should be used on (port-100000))
#                       Examples:
#PORTAGE_ELOG_MAILURI="root@localhost localhost" (this is also the default setting)
#PORTAGE_ELOG_MAILURI="user@some.domain mail.some.domain" (sends mails to user@some.domain using the mailserver mail.some.domain)
#PORTAGE_ELOG_MAILURI="user@some.domain user:secret@mail.some.domain:100465" (this is left uncommented as a reader excercise ;)

# PORTAGE_ELOG_MAILFROM: you can set the from-address of logmails with this variable,
#                        if unset mails are sent by "portage" (this default may fail
#                        in some environments).
#PORTAGE_ELOG_MAILFROM="portage@some.domain"

# PORTAGE_ELOG_MAILSUBJECT: template string to be used as subject for logmails. The following
#                           variables are exanded:
#                               ${PACKAGE} - see description of PORTAGE_ELOG_COMMAND
#                               ${HOST} - FQDN of the host portage is running on
#PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice"

source /usr/portage/local/layman/make.conf</div>
</pre>
<h2>output of <em>df -h</em> and <em>cat fstab</em></h2>
<p>Another huge warning for this. I have some funky stuff going on here, including some things that I would change the next time around. For example, I tried something funky this time where I gave my user account read/write access to <strong>/opt</strong> and used that as my general storage partition. The only problem is most programs default to save and search for things in your home directory, so I flooded <strong>/home</strong> more than once. I also <em>definitely</em> would not use <strong>jfs</strong> as my main filesystem next time around. Performance was good, but if I powered done improperly, my <strong>jfs</strong> partition table got all scrambled (or something!) and I&#8217;d have to <strong>fsck.jfs</strong> all my <strong>jfs </strong>partitions and reboot. Generally, next time I would make <strong>/usr</strong> about 3~5GBs bigger, stick with <strong>ext3 </strong>or try <strong>ext4</strong> for my main file system, and leave <strong>/home</strong> as my main storage directory instead of the funky <strong>/opt</strong> thing. All other sizes and settings were fine.</p>
<pre>
<div style="overflow:auto;height:400px;"><strong><span style="color:#00ff00;">dja@vault</span> <span style="color:#0000ff;">~ %</span></strong> df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             572M  144M  399M  27% /
udev                   10M  196K  9.9M   2% /dev
/dev/sda6             471M  2.3M  445M   1% /tmp
/dev/sda8             2.4G  374M  2.0G  16% /var
/dev/sda9             1.9G  413M  1.5G  22% /home
/dev/sda10             33G   22G   11G  68% /opt
/dev/sda11            6.9G  5.0G  2.0G  73% /usr
shm                   442M     0  442M   0% /dev/shm</div>
<div style="overflow:auto;height:400px;">
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# &lt;fs&gt;			&lt;mountpoint&gt;	&lt;type&gt;		&lt;opts&gt;		&lt;dump/pass&gt;

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1		/		ext3		noatime		0 1
/dev/sda5		none		swap		sw		0 0
/dev/sda6		/tmp		ext2		noexec,nosuid,noatime	0 0
#dev/sda7		/usr		jfs		noatime 	0 0 //old /usr, now unused
/dev/sda8		/var		jfs		noatime 	0 0
/dev/sda9		/home		jfs		noatime 	0 0
/dev/sda10		/opt		jfs		noatime 	0 0
/dev/sda11		/usr		jfs		noatime 	0 0
/dev/cdroms/cdrom0	/mnt/cdrom	iso9660		noauto,ro	0 0

# NOTE: The next line is critical for boot! <span style="color:#ff0000;">Actually this might not be necessary anymore ;)</span>
proc			/proc		proc		defaults	0 0 

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm			/dev/shm	tmpfs		nodev,nosuid,noexec	0 0</div>
</pre>
<h2>Display configuration xorg.conf</h2>
<p>Over the last couple years I have successfully used both the <strong>fglrx</strong> binary driver and the <strong>radeon</strong> open-source driver. I had fine performance with both, and in the end I decided on the <strong>radeon</strong> driver as it seems to be more stable and there is active work going on to better support the X300 with it. It&#8217;s fine for running compiz-fusion, etc.</p>
<pre>
<div style="overflow:auto;height:400px;"># File generated by xorgconfig.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "freetype"
    Load        "type1"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

   FontPath    "/usr/share/fonts/misc:unscaled"
   #FontPath    "/usr/share/fonts/Type1"
   #FontPath    "/usr/share/fonts/TTF"
   FontPath    "/usr/share/fonts/corefonts"
   #FontPath    "/usr/share/fonts/freefont"
   #FontPath    "/usr/share/fonts/sharefonts"
   FontPath    "/usr/share/fonts/terminus"
   FontPath    "/usr/share/fonts/ttf-bitstream-vera"
   #FontPath    "/usr/share/fonts/unifont"
   FontPath    "/usr/share/fonts/75dpi:unscaled"
   FontPath    "/usr/share/fonts/100dpi:unscaled"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"

#    Option     "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc102"
    Option "XkbLayout"	"us"

EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "Auto"	# Auto detect
    Option "Device"      "/dev/input/mice"
    Option          "EmulateWheel"          "on"
    Option          "EmulateWheelButton"    "2"
    Option "YAxisMapping" "4 5"
    #Option "XAxisMapping" "7 6"
    Option "ZAxisMapping"   "4 5 6 7"

EndSection

Section "InputDevice"
    Identifier    "stylus"
    Driver        "wacom"
    Option        "Device"       "/dev/input/wacom-bamboo"
    Option        "Type"         "stylus"
    Option        "USB"          "on"                 # USB ONLY
    Option        "Mode"         "Absolute"           # other option: "Relative"
    Option        "Vendor"       "WACOM"
    Option        "tilt"         "off"  # add this if your tablet supports tilt
    Option        "Threshold"    "5"   # the official linuxwacom howto advises this line
EndSection

Section "InputDevice"
    Identifier    "eraser"
    Driver        "wacom"
    Option        "Device"       "/dev/input/wacom-bamboo"
    Option        "Type"         "eraser"
    Option        "USB"          "on"                  # USB ONLY
    Option        "Mode"         "Absolute"            # other option: "Relative"
    Option        "Vendor"       "WACOM"
    Option        "tilt"         "off"  # add this if your tablet supports tilt
    Option        "Threshold"    "5"   # the official linuxwacom howto advises this line
EndSection

Section "InputDevice"
    Identifier    "cursor"
    Driver        "wacom"
    Option        "Device"       "/dev/input/wacom-bamboo"
    Option        "Type"         "cursor"
    Option        "USB"          "on"                  # USB ONLY
    Option        "Mode"         "Relative"            # other option: "Absolute"
    Option        "Vendor"       "WACOM"
EndSection

Section "InputDevice"
    Identifier    "pad"
    Driver        "wacom"
    Option        "Type" "pad"
    Option        "Device" "/dev/input/wacom-bamboo"
    Option        "ButtonsOnly" "on"
    Option        "Button9" "2"
    Option        "Button13" "3"
    Option        "USB" "on"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "laptopLCD"
    HorizSync   30-67
    VertRefresh 50-75
    DisplaySize 474 356

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Device configured by xorgconfig:

Section "Device"
    Identifier  "Radeon"
    Driver      "radeon"
    #Driver	"fglrx"
    VideoRam    65536
    Option	"DynamicClocks"	"on"
    Option	"AGPMode"	"4"	# X.org 7.0 now supports 8x
    #Option	"APGSize"	"32"
    Option	"GARTsize"	"64"
    #Option	"AccelMethod"	"EXA"
    Option	"RenderAccel"	"on"
    Option	"BIOSHotkeys"	"on"
    Option	"DRI"		"true" # Reccom. by HOWTO_AIGLX
    Option	"XAANoOffscreenPixmaps"	"true"	#Reccom. by HOWTO_AIGLX
    # Radeon specific Options for Xinerama
    Option	"MergedFB"	"true"
    Option	"CRT2Position"	"RightOf"
    Option	"CRT2Hsync"	"50-75"
    Option	"CRT2VRefresh"	"30-82"
    Option	"MergedNonRectangular"	"true"
    Option	"ColorTiling"   "on"
    BusID	"PCI:1:0:0"
# Insert Clocks lines here if appropriate
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen 1"
    Device      "Radeon"
    Monitor     "laptopLCD"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1400x1050"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
	Virtual     2304 1024
    EndSubsection

EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
	Identifier  "Simple Layout"
	Screen "Screen 1"
	InputDevice "Mouse1" "CorePointer"
	InputDevice "Keyboard1" "CoreKeyboard"
	InputDevice "cursor" "SendCoreEvents"
	InputDevice "stylus" "SendCoreEvents"
	InputDevice "eraser" "SendCoreEvents"
	InputDevice "pad" "SendCoreEvents"
	Option	"AIGLX"	"true"

EndSection

Section "dri"
	Group	0
	Mode	0666
EndSection

Section "Extensions"
	Option	"Composite"	"true"
EndSection</div>
</pre>
<h2>HOWTO Fingerprint Reader</h2>
<p>This is easy. First make sure you&#8217;re using the newest version of the package if you&#8217;re not already running an unstable (~x86) system. <strong>Note:</strong> Some people have package.keywords as a single file, but it can be a directory, too. Any file inside the directory is treated as if it were in the package.keywords file. This is incredibly useful for when you need to unmask a huge list of packages for testing something. I highly suggest doing it this way. You can name <strong>my.keywords</strong> anything you want.</p>
<pre>
<div style="overflow:auto;height:auto;"><strong><span style="color:#ff0000;">vault<span style="color:#0000ff;"> </span></span><span style="color:#0000ff;">~ #</span></strong> echo "sys-auth/thinkfinger" &gt;&gt;/etc/portage/package.keywords/my.keywords</div>
</pre>
<p>Next, let&#8217;s install:</p>
<pre>
<div style="overflow:auto;height:auto;"><strong><span style="color:#ff0000;">vault</span> <span style="color:#0000ff;">~ #</span></strong> emerge --ask thinkfinger</div>
</pre>
<p>Then let&#8217;s test if the fingerprint reader is working:</p>
<pre>
<div style="overflow:auto;height:auto;"><strong><span style="color:#ff0000;">vault</span> <span style="color:#0000ff;">~ #</span></strong> tf-tool --acquire

ThinkFinger 0.3 (http://thinkfinger.sourceforge.net/)
Copyright (C) 2006, 2007 Timo Hoenig &lt;thoenig@suse.de&gt;

Initializing... done.
Please swipe your finger (successful swipes 3/3, failed swipes: 0)... done.
Storing data (/tmp/test.bir)... done.</div>
</pre>
<p>Swipe your desired finger 3 times. This will save a test file at /tmp/test.bir. Now let&#8217;s check if it recognizes our finger correctly. Type the following and swipe the same finger as before:</p>
<pre>
<div style="overflow:auto;height:auto;"><strong><span style="color:#ff0000;">vault</span> </strong><span style="color:#3366ff;"><strong><span style="color:#0000ff;">~ #</span></strong> </span>tf-tool --verify

ThinkFinger 0.3 (http://thinkfinger.sourceforge.net/)
Copyright (C) 2006, 2007 Timo Hoenig &lt;thoenig@suse.de&gt;

Initializing... done.
Please swipe your finger (successful swipes 1/1, failed swipes: 0)... done.
Result: Fingerprint does match.</div>
</pre>
<p>If that went smoothly, let&#8217;s add our user and root fingerprints.</p>
<p><strong>Note: </strong>For people that need super high security, you should assume fingerprints are about as good as a weak password. Fingerprint readers can be duped if you know how. Here&#8217;s a <a href="ftp://ftp.ccc.de/pub/video/Fingerabdruck_Hack/fingerabdruck.mpg?language=en">video</a> of a smart kid in Germany tricking a fingerprint reader. But honestly, if someone that good gets their hands on your laptop, they will know much easier ways to get in. :-) The only instance where the fingerprint reader would be the weakest part of your security (that I can imagine) is if your hard drive were encrypted. In that case, you may not want to enter a fingerprint for your root account. Or use your toe-print. :-)</p>
<pre>
<div style="overflow:auto;height:auto;"><strong><span style="color:#ff0000;">vault</span> </strong><span style="color:#3366ff;"><strong><span style="color:#0000ff;">~ #</span></strong> </span>tf-tool --add-user "login name"</div>
</pre>
<p>And veryify:</p>
<pre>
<div style="overflow:auto;height:auto;"><strong><span style="color:#ff0000;">vault</span> </strong><span style="color:#3366ff;"><strong><span style="color:#0000ff;">~ #</span></strong> </span>tf-tool --verify-user "login name"</div>
</pre>
<p>If that was successful, there&#8217;s only one more thing to do. Let&#8217;s open the <strong>/etc/pam.d/system-auth</strong> file with your favorite text editor. The file should look like this:</p>
<pre>
<div style="overflow:auto;height:400px;">#%PAM-1.0

auth       sufficient   pam_thinkfinger.so
auth       required     pam_env.so
auth       sufficient   pam_unix.so likeauth nullok
auth       required     pam_deny.so

account    required     pam_unix.so

password   required     pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3
password   sufficient   pam_unix.so nullok_secure md5 shadow use_authtok try_first_pass
password   required	pam_deny.so

session    required	pam_limits.so
session    required	pam_unix.so</div>
</pre>
<p>There are a few more fun things you can do, including getting it to work with gnome-screensaver, etc. Good instructions for that and other tricks are available <a href="http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader_with_ThinkFinger">here</a>.</p>
<p>If you would like me to post any more of my config files, please request them (soon!) in a comment below.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digdoug.wordpress.com/102/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digdoug.wordpress.com/102/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digdoug.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digdoug.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digdoug.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digdoug.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digdoug.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digdoug.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digdoug.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digdoug.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digdoug.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digdoug.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digdoug.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digdoug.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digdoug.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digdoug.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=102&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digdoug.wordpress.com/2008/06/28/gentoo-linux-on-the-ibm-thinkpad-t43-type-2686/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cfc36880a2d991cee45807d1fdd8b49?s=96&#38;d=identicon" medium="image">
			<media:title type="html">digdoug</media:title>
		</media:content>
	</item>
		<item>
		<title>I Used to Hate Windows</title>
		<link>http://digdoug.wordpress.com/2008/06/25/i-used-to-hate-windows/</link>
		<comments>http://digdoug.wordpress.com/2008/06/25/i-used-to-hate-windows/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 04:24:41 +0000</pubDate>
		<dc:creator>digdoug</dc:creator>
				<category><![CDATA[Linux/FreeBSD]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OSS]]></category>

		<guid isPermaLink="false">http://digdoug.wordpress.com/?p=100</guid>
		<description><![CDATA[But now I don&#8217;t. Gandhi said, &#8220;First they ignore you, then they ridicule you, then they fight you, then you win.&#8221; One of my favorite quotes, and certainly accurate in describing the software world&#8217;s actions against OSS (Open Source Software). But how to describe the other way around: OSS users feelings toward proprietary software makers? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=100&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>But now I don&#8217;t.</p>
<p>Gandhi said, &#8220;First they ignore you, then they ridicule you, then they fight you, then you win.&#8221; One of my favorite quotes, and certainly accurate in describing the software world&#8217;s actions against OSS (Open Source Software). But how to describe the other way around: OSS users feelings toward proprietary software makers? We need to rearrange that quote a little. &#8220;First you fight it, then you ridicule it, then you ignore it, then you win.&#8221;</p>
<p><span id="more-100"></span></p>
<p>There comes a day in every future OSS user&#8217;s life when they realize they&#8217;re ready to strike out away from home. Like a rebellious teenager, all the flaws of their heretofore omnipresent overlords become painfully clear. <em>How did I put up with this shit for so long?</em> they think. And they fight. And it&#8217;s hard. Many battles are lost, and many lose the war during this stage. But a few overcome, and come to consider themselves &#8220;linux users&#8221; or &#8220;BSD users.&#8221;</p>
<p>Then you ridicule. Like the teenager who managed to escape into his own apartment, everything seems rosy. <em>Silly Billy</em>, they think, <em>still living at home like a loser. Bowing to the system. So oppressed! If only he knew about the freedom out here!</em> And so he precedes to educate Billy. And everyone else who will listen. And many who don&#8217;t want to. &#8220;<em>Come on, you fools, you have been a sheep for too long!&#8221;</em></p>
<p>Then, after a few years, you ignore. Because really, you have talked a few friends or family members into following your lead, and maybe it didn&#8217;t really work out for them. In the case of OSS, the last straw probably went something like, &#8220;<em>Umm, where&#8217;s the shutdown button?&#8221; &#8220;Well, there isn&#8217;t one, you see giving files SUID &#8230; I mean, anyways all you have to do is pop open the terminal, password, and type </em>shu&#8230;<em>&#8221; &#8220;Give me Windows back. Now.&#8221; </em>And really, after a few years, it gets old comparing Linux and Windows. It&#8217;s not easy to tell your friend why they can&#8217;t just download AIM and install it as usual, even if you think Linux does it better. It becomes, <em>OK, I have my system, you have yours, but mine is still better.</em></p>
<p>And then you win. And I believe I just hit that yesterday, which I&#8217;m incredibly happy about. It happened when I was reading an article about Bill Gates retiring, and him talking about the history of Microsoft. And as I was reading the article, I realized I was smiling. No <em>&#8220;this guy spread his sub-par filth to every corner of the world at the expense of better and more open systems&#8221;</em>. No <em>&#8220;this guy became the richest guy in the world by heartlessly crushing his competition&#8221;.</em> Just smiling, and thinking, <em>enjoy your retirement, Bill!</em> And it surprised me a bit! How can this be? Am I growing soft?</p>
<p>No. I just <em>don&#8217;t feel threatened by Microsoft anymore</em>. OSS, which I still believe holds the moral and technical high-ground, is not going away. Microsoft can not buy us out. Microsoft can not backroom-deal us into oblivion. They have tried. They are failing. Microsoft admits that they <a title="CNET article" href="http://news.cnet.com/8301-10784_3-9953876-7.html">feel threatened</a> by OSS. But I can&#8217;t say the same about Microsoft anymore.</p>
<p>People have called Linux&#8217;s licence a &#8220;viral&#8221; licence because it has a nasty way of reproducing itself. A virus can mutate. A virus is an incredibly robust organism. But a virus doesn&#8217;t benifit from killing off its host. Or homogeneousness. OSS hasn&#8217;t saturated the market. That&#8217;s <em>good</em>. It is here for those who want it.</p>
<p>Microsoft and others will continue to fight, but we have already won. And I&#8217;m <em>glad</em> that Microsoft is here, too, and even benefiting from the many advancements pioneered in open source.</p>
<p>Enjoy your retirement, Bill!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digdoug.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digdoug.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digdoug.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digdoug.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digdoug.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digdoug.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digdoug.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digdoug.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digdoug.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digdoug.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digdoug.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digdoug.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digdoug.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digdoug.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digdoug.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digdoug.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=100&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digdoug.wordpress.com/2008/06/25/i-used-to-hate-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cfc36880a2d991cee45807d1fdd8b49?s=96&#38;d=identicon" medium="image">
			<media:title type="html">digdoug</media:title>
		</media:content>
	</item>
		<item>
		<title>Photo Credits</title>
		<link>http://digdoug.wordpress.com/2008/06/25/photo-credits/</link>
		<comments>http://digdoug.wordpress.com/2008/06/25/photo-credits/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 03:33:52 +0000</pubDate>
		<dc:creator>digdoug</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[licence]]></category>

		<guid isPermaLink="false">http://digdoug.wordpress.com/?p=98</guid>
		<description><![CDATA[Gotta give credit where credit is due. The photo I used for the header image is from flickr, taken at Ise Shrine in Japan by James Disley. The original photo is here. The photo is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic license. As per the terms, I hereby release my remix under [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=98&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Gotta give credit where credit is due.</p>
<p>The photo I used for the header image is from flickr, taken at Ise Shrine in Japan by <a title="James Disley's photostream" href="http://www.flickr.com/photos/jamesdisley/">James Disley</a>.</p>
<p>The original photo is <a title="伊勢神宮の鳥居" href="http://www.flickr.com/photos/jamesdisley/218285317/">here</a>. The photo is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic license. As per the <a href="http://creativecommons.org/licenses/by-sa/2.0/">terms</a>, I hereby release my remix under the same license. Thanks for sharing, James!</p>
<p>-Doug</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digdoug.wordpress.com/98/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digdoug.wordpress.com/98/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digdoug.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digdoug.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digdoug.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digdoug.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digdoug.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digdoug.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digdoug.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digdoug.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digdoug.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digdoug.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digdoug.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digdoug.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digdoug.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digdoug.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=98&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digdoug.wordpress.com/2008/06/25/photo-credits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cfc36880a2d991cee45807d1fdd8b49?s=96&#38;d=identicon" medium="image">
			<media:title type="html">digdoug</media:title>
		</media:content>
	</item>
		<item>
		<title>Statement of Purpose</title>
		<link>http://digdoug.wordpress.com/2008/06/23/statement-of-purpose/</link>
		<comments>http://digdoug.wordpress.com/2008/06/23/statement-of-purpose/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 16:11:29 +0000</pubDate>
		<dc:creator>digdoug</dc:creator>
				<category><![CDATA[Linux/FreeBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Portage]]></category>

		<guid isPermaLink="false">http://digdoug.wordpress.com/?p=96</guid>
		<description><![CDATA[On this page I&#8217;d like to keep track of where I am with open source. I&#8217;m planning a trial swith from my longtime bastion of Gentoo GNU/Linux to something new and difficult: FreeBSD. On this page I will post HOWTOs, config files and other bits of information to help not only myself, but hopefully a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=96&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On this page I&#8217;d like to keep track of where I am with open source. I&#8217;m planning a trial swith from my longtime bastion of Gentoo GNU/Linux to something new and difficult: FreeBSD. On this page I will post HOWTOs, config files and other bits of information to help not only myself, but hopefully a few others.</p>
<p>In my first post, I&#8217;ll lay out some personal reasons for the switch, along with a basic stragety to accomplish it.</p>
<p><span id="more-96"></span></p>
<h2>Why now?</h2>
<p>In general, up until now, I haven&#8217;t minded reinventing the wheel with my computer. First, it&#8217;s fun, and second, it helps me to remember instead of just copying and pasting.</p>
<p>I first tried linux in 2000 with Mandrake 7.0 or so. All I managed to do with that was erase my sister&#8217;s music files, along with everything else on the family&#8217;s computer, for that matter. Actually I did that twice. I gave up with Mandrake 7 after I got some anonymous death threats&#8230;</p>
<p>I started seriously using linux the second I got my own laptop in 2002. It wasn&#8217;t until a few years later, in 2004 that I had enough knowledge and patience to get rid of Windows for good. I have used only linux ever since. I started in 2004 with a distribution called Gentoo, and except for about a year with Debian/Ubuntu, and a few weeks with almost every other major player, I have stuck with it.</p>
<h2>Why so serious this time?</h2>
<p>I have frivolously tried a lot of distros before so I&#8217;m not at all afraid to just dive in to FreeBSD, but this time is a little different. I have become very comfortable running a stable distribution. I also work full time and need my computer to be available when I need it. Ahh, sometimes being a grown-up sucks. :-/</p>
<h2>What&#8217;s Gentoo?</h2>
<p>Ah, Gentoo&#8230;. I really like Gentoo. Gentoo is a so-called &#8220;meta distribution&#8221; because it really isn&#8217;t designed for one specific use. When one thinks of Gentoo, nothing visual comes to mind in the way that Suse or Ubuntu conjure a specific theme. Gentoo does have its reputation though. Gentoo is one of the favorite butts of linux users&#8217; jokes. That&#8217;s because every single program must be compiled from its source code. Initial setup is stupidly complex and can take a few days to complete, and if I want to upgrade Firefox (from source) or another large application, I should start it now and come back in an hour or so and hope it&#8217;s done.</p>
<p>Of course, we Gentoo users aren&#8217;t <em>really</em> masochists. At least not as much as our image would warrant others to believe. You see, with all that silliness comes with a lot of power and responsibility. For example, Gentoo allows you to define what they call <em>USE flags</em>, which basically are compile time flags that tell a program what parts of that program you want, and what parts you don&#8217;t. Let me give you an example of the way <em>USE flags</em> make life easy for people who want extreme control over their system. Let&#8217;s take the case of <strong>vlc</strong>, a very popular cross-platform media player.</p>
<p>First, let&#8217;s look at <strong>vlc</strong> as it exists on my system right now. We&#8217;ll use the Gentoo program <strong>equery </strong>(.ebuild is the file extension for Gentoo systems, like .exe for Windows or .deb for Debian/Ubuntu).</p>
<div style="overflow:auto;">
<pre><strong><span style="color:#ff0000;">vault</span> <span style="color:#0000ff;">~ #</span></strong> equery uses vlc
[ Searching for packages matching vlc... ]
[ Colour Code : <strong><span style="color:#ff0000;">set</span> <span style="color:#0000ff;">unset</span></strong> ]
[ Legend : Left column  (U) - USE flags from make.conf              ]
[        : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for <span style="color:#00ff00;"><strong>media-video/vlc-0.8.6g</strong></span> ]
 U I
 - - <span style="color:#0000ff;"><strong>3dfx</strong></span>           : Enable support for Voodoo chipsets, also called as 3DFX and TDFX
 + + <span style="color:#ff0000;"><strong>X  </strong></span>            : Adds support for X11
 + + <span style="color:#ff0000;"><strong>a52 </strong></span>           : Enables support for decoding ATSC A/52 streams used in DVD
 - - <span style="color:#0000ff;"><strong>aalib </strong></span>         : Adds support for media-libs/aalib (ASCII-Graphics Library)
 + + <strong><span style="color:#ff0000;">alsa</span>   </strong>        : Adds support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
 - - <span style="color:#0000ff;"><strong>altivec</strong></span>        : Adds support for optimizations for G4 and G5/ppc970 processors
 - - <span style="color:#0000ff;"><strong>arts</strong></span>           : Adds support for aRts: the KDE sound daemon
 + + <strong><span style="color:#ff0000;">avahi</span> </strong>         : Add avahi/Zeroconf support
 - - <strong><span style="color:#0000ff;">bi</span><span style="color:#0000ff;">di</span> </strong>          : Enables bidirectional language support
 - - <span style="color:#0000ff;"><strong>cdda</strong></span>           : Enables libcdda cd audio playback support.
 + + <span style="color:#ff0000;"><strong>cddb</strong></span>           : Access cddb servers to retrieve and submit information about compact disks
 - - <span style="color:#0000ff;"><strong>corba</strong></span>          : Enables corba interface support.
 - - <span style="color:#0000ff;"><strong>daap</strong></span>           : Enables DAAP shares services discovery support.
 - - <span style="color:#0000ff;"><strong>dc1394</strong> </span>        : Enables IIDC cameras support.
 - - <span style="color:#0000ff;"><strong>debug</strong></span>          : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
 - - <span style="color:#0000ff;"><strong>directfb</strong></span>       : Adds support for DirectFB layer (library for FB devices)
 + + <span style="color:#ff0000;"><strong>dts</strong></span>            : Enables DTS Coherent Acoustics decoder support
 - - <span style="color:#0000ff;"><strong>dvb</strong></span>            : Adds support for DVB (Digital Video Broadcasting)
 + + <span style="color:#ff0000;"><strong>dvd</strong></span>            : Adds support for DVDs
 - - <span style="color:#3366ff;"><span style="color:#0000ff;"><strong>esd</strong></span>  </span>          : Adds support for media-sound/esound (Enlightened Sound Daemon)
 - - <span style="color:#0000ff;"><strong>fbcon</strong></span>          : Adds framebuffer support for the console, via the kernel
 + + <span style="color:#ff0000;"><strong>flac</strong></span>           : Adds support for FLAC: Free Lossless Audio Codec
 - - <span style="color:#0000ff;"><strong>ggi</strong></span>            : Adds support for media-libs/libggi (non-X video api/drivers)
 + + <span style="color:#ff0000;"><strong>gnome</strong></span>          : Adds GNOME support
[...]
 + + <span style="color:#ff0000;"><strong>svg</strong></span>            : Adds support for SVG (Scalable Vector Graphics)
 - - <span style="color:#0000ff;"><strong>svga</strong></span>           : Adds support for SVGAlib (graphics library)
 + + <span style="color:#ff0000;"><strong>theora</strong></span>         : Adds support for the Theora Video Compression Codec
 + + <span style="color:#ff0000;"><strong>truetype</strong></span>       : Adds support for FreeType and/or FreeType2 fonts
 - - <span style="color:#0000ff;"><strong>upnp</strong></span>           : Enables support for Intel UPnP stack.
 + + <span style="color:#ff0000;"><strong>v4l</strong></span>            : Enables video4linux support
 - - <span style="color:#0000ff;"><strong>vcd</strong></span>            : Video CD support
 - - <span style="color:#0000ff;"><strong>vlm</strong></span>            : New videolan (media) manager (vlm), a little manager designed to launch and manage multiple streams from within one instance of VLC.
 + + <span style="color:#ff0000;"><strong>vorbis</strong></span>         : Adds support for the OggVorbis audio codec
 + + <span style="color:#ff0000;"><strong>win32codecs</strong></span>    : use win32codecs package for dll avi decoding support (wmv and what not)
 + + <span style="color:#ff0000;"><strong>wxwindows</strong></span>      : Adds support for wxWidgets/wxGTK GUI toolkit
 - - <span style="color:#0000ff;"><strong>x264</strong></span>           : Enable h264 encoding using x264
 + + <span style="color:#ff0000;"><strong>xinerama</strong></span>       : Add support for the xinerama X11 extension, which allows you to stretch your display across multiple monitors
 + + <span style="color:#ff0000;"><strong>xml</strong></span>            : Add support for XML files
 - - <span style="color:#0000ff;"><strong>xosd</strong></span>           : Sends display using the X On Screen Display library
 - - <span style="color:#0000ff;"><strong>xulrunner</strong></span>      : Build native browser integration against xulrunner instead of firefox or seamonkey
 + + <span style="color:#ff0000;"><strong>xv</strong></span>             : Adds in optional support for the Xvideo extension (an X API for video playback)</pre>
</div>
<p>As I mentioned, <em>USE flags</em> are basically shortcuts to compile-time flags build into the source of the program. That means that it is not impossible to do this same thing on Ubuntu or any other linux distribution. But as you can see above, <em>USE flags</em> make it very easy. If you <em>apt-get vlc</em> or install <strong>vlc</strong> on Windows, most of these options will be compiled in by default. But I have chosen exactly which features I intend to use and built the program to fit my needs. That&#8217;s another reason Gentoo is called a meta distribution: the entire system is built around exactly what you want. Notice for example that I have enabled the <strong>dvd </strong>flag because I intend to watch dvds on my computer, but I have not enabled the <strong>vcd</strong> flag, because I do not own or intend to watch video cds on my computer.</p>
<p>And it&#8217;s easy to experiment and make changes. For example, I have just recently updated to <strong>Firefox 3.0</strong>. Some programs link against firefox for web-browser support, etc. However at the end my upgrade, <strong>Firefox</strong> spit out the message:</p>
<div style="overflow:auto;">
<pre>All the packages built against mozilla-firefox won't compile,
if after installing firefox 3.0 you get some blockers,
please add 'xulrunner' to your USE-flags.</pre>
</div>
<p>This is a good thing. Firefox&#8217;s &#8220;run-time environment&#8221; is very popular and used by most other Mozilla projects, as well as some other programs that need browser-like behavior. It&#8217;s a good thing to move them outside the program so that all the programs that need it can use that copy. From XULRunner&#8217;s Wikipedia entry:</p>
<blockquote>
<h4><span class="mw-headline">Benefits and rationale</span></h4>
<p>Benefits of having a separate shared run-time environment are the same as those with shared libraries. Benefits to developers and source-based systems – that is, systems on which programs are compiled from source as opposed to downloaded in binary form – are decreased compilation time, less bandwidth needs and less storage space needed.</p></blockquote>
<p>So let&#8217;s assume I&#8217;ve done my research and decided to use XULRunner system-wide. Let me show you how Gentoo lets me do that:</p>
<div style="overflow:auto;">
<pre><strong><span style="color:#ff0000;">vault</span><span style="color:#0000ff;"> ~ #</span></strong> euse --enable xulrunner
/etc/make.conf was modified, a backup copy has been placed at /etc/make.conf.euse_backup</pre>
</div>
<p>In that one line, my system-wide configuration (make.conf) file was changed. Now let&#8217;s see what happens when I go to upgrade <strong>vlc</strong>:</p>
<div style="overflow:auto;">
<pre><span style="color:#ff0000;"><strong>vault</strong></span> <span style="color:#0000ff;"><strong>~ #</strong></span> emerge --ask vlc

<span style="color:#00ff00;">These are the packages that would be merged, in order:</span>

Calculating dependencies... done!
[<strong><span style="color:#00ff00;">ebuild</span>   <span style="color:#ff9900;">R</span></strong>   ] <span style="color:#00ff00;"><strong>media-video/vlc-0.8.6g</strong></span>  USE="<strong><span style="color:#ff0000;"><span style="color:#00ff00;">xulrunner</span></span></strong>*"

<strong>Would you like to merge these packages?</strong> [<span style="color:#00ff00;"><strong>Yes</strong></span>/<span style="color:#ff0000;"><strong>No</strong></span>]</pre>
</div>
<p class="ebuild">Now, <strong>vlc </strong>(as well as all other programs that can be) will be rebuild to link against <strong>xulrunner</strong>. Simple as that.</p>
<h2 class="ebuild">Why change?</h2>
<p>After almost four years with Gentoo, I&#8217;m considering switching, and that&#8217;s the reason for this page: just to keep track of my own ideas and document <em>how</em> and <em>if</em> I can make the change successfully.</p>
<p>Of course this is just my opinion. But here are some things I am worried about with Gentoo:</p>
<ul>
<li><strong>Lack of direction</strong>
<ul>
<li>I simply feel like there is a lack of direction in the distribution. I really think that it being a meta distribution with numerous uses is one thing that makes Gentoo so strong, but a lack of direction can cause stagnation. One cause of this lack of direction might be&#8230;</li>
</ul>
</li>
<li><strong>Lack of leadership</strong>
<ul>
<li>A lot of distributions have a &#8220;benevolent leader&#8221; or a backing company like Ubuntu&#8217;s Canonical, Suse&#8217;s Novell, or Fedora&#8217;s Red Hat. Other distributions, like Debian, have a solid and understandable <a href="http://www.debian.org/intro/organization#officers">hierarchy</a>. Gentoo&#8217;s leaders, decision making process, and structure are a mystery to me even after four years, which I think also points to&#8230;</li>
</ul>
</li>
<li><strong>Lack of community involvement</strong>
<ul>
<li>I am incredibly interested in my distro of favor. I want to read about it all the time. I want to know the little decisions and changes. But I&#8217;m not sure there&#8217;s a good way to do that besides maybe getting myself on the developers&#8217; mailing list, which is a little too technical for me. I am signed up for the monthly newsletter. I still feel like the important issues are not being discussed like adults in an open manner. Don&#8217;t get me wrong, the<em> community</em> is great. The way that developers involve the community is not.</li>
</ul>
</li>
<li><strong>Portage/Paludis</strong>
<ul>
<li>Gentoo&#8217;s current package manager, Portage, is great, but outdated and quite slow. Paludis is a replacement package manager for Gentoo. But most Gentoo devs apparently don&#8217;t like Paludis, and frankly neither do I. The face that Paludis&#8217;s devs show the Gentoo public is elitest and less than cooperative, in my opinion. Also, it changes so much that doesn&#8217;t need to be changed, including all the names of the common commands that Gentoo users know and love. No <strong>emerge</strong>? No <strong>revdep-rebuild</strong>? <strong>Revdep-rebuild</strong> (the command to find and automatically <strong>rebuild</strong> packages broken by <strong>reverse dependencies</strong>) becomes <strong>reconcilio</strong> under Paludis. Sorry, but I feel like I should be wearing a top-hat and waving a wand while saying the magic words: <em>Abra kadabra reconclio!! *POOF*!</em> Gentoo without Portage is like Debian without <em>apt, </em>or maybe like Windows without a Start menu, for you non-linux users ;-) <em>. </em></li>
</ul>
</li>
</ul>
<p>I don&#8217;t think I&#8217;m the only one who feels this way. I&#8217;m also certainly not the only one to have switched from Gentoo. But I&#8217;ve put a lot of time into Gentoo and it feels like home to me, so I won&#8217;t make a big switch unless I find something which is clearly better. I wish I had two laptops!</p>
<p>So what might a replacement look like?</p>
<h2>Enter FreeBSD</h2>
<p>FreeBSD is a unix-like free operating system. FreeBSD generally can run most of the things that linux can run, and they are very similar in a lot of ways. But there are some serious differences. I have never used a BSD-based system before so I cannot comment on those differences&#8230; yet!</p>
<p>Here are some reasons why I would consider wiping my super-configured Gentoo to try FreeBSD:</p>
<ul>
<li>Solid leadership: the way FreeBSD develops everything from the kernel on out as a whole system is quite unlike any linux distribution, as I understand it.</li>
<li>Clear direction</li>
<li>Knowledgabe community: this is a must for me, because Gentoo is well known for its top-notch user community, I would settle for nothing less.</li>
<li>Mac OS X: modern Macs run FreeBSD as a backend. Knowing FreeBSD means knowing Macs better than most Mac users.</li>
<li>Ports: Gentoo&#8217;s Portage, the program which builds programs from source, was originally modeled after FreeBSD&#8217;s Ports system. Apparently it&#8217;s excellent. As I understand it, Ports also gives you the opportunity to change compile-time flags like in Gentoo, but we&#8217;ll see if their system is as robust and useful as Gentoo&#8217;s <em>USE flags</em>.</li>
<li>ZFS: Sun&#8217;s amazing new file system (also will be in next gen Macs)&#8230; <span style="text-decoration:line-through;">not due out for linux for quite some time do to licencing issues as I understand it</span> ZFS is available for linux if you use FUSE and run it in userspace, essentially running it on top of your real FS. True ZFS is already in FreeBSD-CURRENT.</li>
</ul>
<p>And of course, there&#8217;s always my <a title="UserFriendly Comic" href="http://ars.userfriendly.org/cartoons/?id=20080608">cool</a> factor to think about! :-)</p>
<h2>Plan of action</h2>
<p>As I mentioned above, I am very, very comfortable with Gentoo. I don&#8217;t want to be silly and wipe everything and start new like I used to. I&#8217;m going to do the full backup, lots of research, and wait until I have time approach. How grown-up of me!</p>
<p>So, here&#8217;s the plan of action:</p>
<ol>
<li>Keep doing research about Gentoo and FreeBSD. Try to answer unanswered questions about both OSs.</li>
<li>Start backing up config files and saving up config files I&#8217;ll need for the switch.</li>
<li>Download Freesbie liveCD and get some experience with BSD&#8217;s differences, especially how to compile a kernel, which I hear is quite different.</li>
<li>Do a full backup on my Gentoo system.</li>
<li>Burn FreeBSD&#8217;s CD and aim for install in early August (during summer vacation when I have lots of time to putter).</li>
</ol>
<p><em><strong>Good luck to me!!</strong></em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/digdoug.wordpress.com/96/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/digdoug.wordpress.com/96/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/digdoug.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/digdoug.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/digdoug.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/digdoug.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/digdoug.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/digdoug.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/digdoug.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/digdoug.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/digdoug.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/digdoug.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/digdoug.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/digdoug.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/digdoug.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/digdoug.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=digdoug.wordpress.com&amp;blog=3854037&amp;post=96&amp;subd=digdoug&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://digdoug.wordpress.com/2008/06/23/statement-of-purpose/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cfc36880a2d991cee45807d1fdd8b49?s=96&#38;d=identicon" medium="image">
			<media:title type="html">digdoug</media:title>
		</media:content>
	</item>
	</channel>
</rss>
