<?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>Baked Silicon Diodes</title>
	<atom:link href="http://perpetualnoobie.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://perpetualnoobie.wordpress.com</link>
	<description>Er, Berkeley Software Distribution. My bad!</description>
	<lastBuildDate>Tue, 22 Jan 2008 23:34:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='perpetualnoobie.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Baked Silicon Diodes</title>
		<link>http://perpetualnoobie.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://perpetualnoobie.wordpress.com/osd.xml" title="Baked Silicon Diodes" />
	<atom:link rel='hub' href='http://perpetualnoobie.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Wireless with WPA-PSK:  Easier than expected.</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/22/wireless-with-wpa-psk-easier-than-expected/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/22/wireless-with-wpa-psk-easier-than-expected/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 20:55:54 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[DesktopBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/22/wireless-with-wpa-psk-easier-than-expected/</guid>
		<description><![CDATA[This turned out to be easy.In my case, I&#8217;d already noted that I had an Atheros 5212 based chipset in my wireless card. It seems that this is one of the better supported chipsets in the *nix world, according to something I stumbled across while doing some research. In any case, I may have had [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=12&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font size="3" face="arial">This turned out to be easy.</font><font size="3" face="arial">In my case, I&#8217;d already noted that I had an Atheros 5212 based chipset in my wireless card. It seems that this is one of the better supported chipsets in the *nix world, according to something I stumbled across while doing some research. In any case, I may have had an easier time of it than some will.</p>
<p>I found <a href="http://www.bsdforums.org/forums/showthread.php?t=46381&amp;highlight=atheros+5212">this thread</a>, and between that and the examples on the <a href="http://www.freebsd.org/cgi/man.cgi?query=wpa_supplicant.conf&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+6.2-RELEASE&amp;format=html">wpa_supplicant.conf</a> page from the FreeBSD handbook, it looked like there wouldn&#8217;t be much to do.</p>
<p>However, time has been short, and in the days that have passed while I got around to it, a <a href="http://desktopbsd.net/forums/viewtopic.php?t=1150&amp;highlight=wpasupplicant">similar thread</a> started at the DesktopBSD forum.</p>
<p>That later thread goes into a bit more detail about the requisite rc.conf entries.</p>
<p>I&#8217;d like to say that I looked at each and every switch and option. I didn&#8217;t, besides a thorough skim of the FreeBSD Handbook page linked above.</p>
<p>What I did instead was structure my wpa_supplicant.conf file after the &#8220;home network&#8221; example from the handbook, so it looks almost exactly like this:</p>
<blockquote><p># allow frontend (e.g., wpa_cli) to be used by all users in &#8216;wheel&#8217; group<br />
ctrl_interface=/var/run/wpa_supplicant<br />
ctrl_interface_group=wheel<br />
#<br />
# home network; allow all valid ciphers<br />
network={<br />
ssid=&#8221;yourssid&#8221;<br />
scan_ssid=1<br />
key_mgmt=WPA-PSK<br />
psk=&#8221;johnhasalongmoustache&#8221;<br />
}</p></blockquote>
<p>Then, I used the rc.conf info from the DesktopBSD forum thread linked above, except that I&#8217;m using DHCP. So the lines I added were these:</p>
<blockquote><p>ifconfig_ath0=&#8221;WPA DHCP&#8221;<br />
ipw_enable=&#8221;YES&#8221;<br />
iwi_enable=&#8221;YES&#8221;<br />
wpa_supplicant=&#8221;Enabled&#8221;</p></blockquote>
<p>On the chance that this helps anyone, remember that &#8220;ath0&#8243; above could be various things other than &#8220;ath&#8221; depending on your adapter.</p>
<p>I suspect that there are more worthwhile options to include (see the DesktopBSD forum thread), but my goal right now is to get to a point where I can add the DesktopBSD Tools, so I can turn this into the DesktopBSD install that I originally wanted. Once I get that done, I&#8217;ll worry about getting things (like this, and like my xorg.conf) perfect. For now, &#8220;working&#8221; is good enough.</p>
<p>Next will be installing the DesktopBSD Tools, and learning what I need to learn about doing updates.</p>
<p></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=12&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/22/wireless-with-wpa-psk-easier-than-expected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
		<item>
		<title>A sidenote about the FreeBSD Handbook&#8230;</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/20/a-sidenote-about-the-freebsd-handbook/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/20/a-sidenote-about-the-freebsd-handbook/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 02:42:12 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/20/a-sidenote-about-the-freebsd-handbook/</guid>
		<description><![CDATA[It&#8217;s a great read. If you are, like me, still feeling your way along with regard to FreeBSD, I can&#8217;t recommend the handbook strongly enough. I haven&#8217;t had the time to try to move my install forward for the past few days, but I&#8217;ve been reading the handbook when I have the time. Not that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=11&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="arial" size="3">It&#8217;s a great read.</font></p>
<p><font face="arial" size="3">If you are, like me, still feeling your way along with regard to FreeBSD, I can&#8217;t recommend the handbook strongly enough.  I haven&#8217;t had the time to try to move my install forward for the past few days, but I&#8217;ve been reading the handbook when I have the time.  Not that I expect to remember everything I read, but I figure it can&#8217;t hurt to lay eyes on everything in there at least once.</font></p>
<p><font face="arial" size="3">It&#8217;s already filled in gaps for me, or tied things together in ways that have enhanced my general *nix knowledge as well as helping me to get more comfortable with FreeBSD.</font></p>
<p><font face="arial" size="3">I strongly recommend reading through it at your own pace.  It&#8217;s actually not as dry as I expected, and is really enjoyable to read.</font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=11&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/20/a-sidenote-about-the-freebsd-handbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
		<item>
		<title>Xorg.conf and basic KDE setup done!</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/17/xorgconf-and-basic-kde-setup-done/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/17/xorgconf-and-basic-kde-setup-done/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 14:23:46 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[DesktopBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/17/xorgconf-and-basic-kde-setup-done/</guid>
		<description><![CDATA[The Xorg config was only as difficult as adding the requisite lines from my PCLOS file. I wonder whether I might need to tweak the file a bit later, but for now if it works I&#8217;m not going to mess with it. I created and tested my file using Forrest Sheng Bao&#8217;s advice, beginning where [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=10&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="arial" size="3">The Xorg config was only as difficult as adding the requisite lines from my PCLOS file.  I wonder whether I might need to tweak the file a bit later, but for now if it works I&#8217;m not going to mess with it.</p>
<p>I created and tested my file using <b><a href="http://narnia.cs.ttu.edu/drupal/node/170" target="_blank">Forrest Sheng Bao&#8217;s advice</a></b>, beginning where he specifies Xorg -configure to generate a test file, and including his steps for testing the edited file.</p>
<p>I edited the file with <i>edit xorg.conf.new </i></p>
<p>If anyone is curious as to what the relevant sections are for an Optiquest Q22WB, which is a 16&#215;10 flatpanel, these are the lines I used, which are at least good enough to get things running:</p>
<p>First, the Monitor section.  The biggest difference here was just specifying the refresh rates.  I&#8217;d imagine it wouldn&#8217;t hurt to fill in the vendor name and model number, but it seems like that doesn&#8217;t really matter at this point.</p>
<blockquote><p>Section &#8220;Monitor&#8221;<br />
Identifier   &#8220;Monitor0&#8243;<br />
ModelName &#8220;1680&#215;1050 @ 60 Hz&#8221;<br />
HorizSync 31.5-48.5<br />
VertRefresh 50-70<br />
EndSection</p></blockquote>
<p>Now the Screen section.  Differences vs the autogenerated xorg file are the DefaultColorDepth setting, and all the resolutions specified.</p>
<blockquote><p>Section &#8220;Screen&#8221;<br />
Identifier &#8220;Screen0&#8243;<br />
Device     &#8220;Card0&#8243;<br />
Monitor    &#8220;Monitor0&#8243;<br />
DefaultColorDepth 24</p>
<p>Subsection &#8220;Display&#8221;<br />
Depth 8<br />
Modes &#8220;1680&#215;1050&#8243; &#8220;1024&#215;768&#8243; &#8220;832&#215;624&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243; &#8220;480&#215;360&#8243; &#8220;320&#215;240&#8243;<br />
EndSubsection</p>
<p>Subsection &#8220;Display&#8221;<br />
Depth 15<br />
Modes &#8220;1680&#215;1050&#8243; &#8220;1024&#215;768&#8243; &#8220;832&#215;624&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243; &#8220;480&#215;360&#8243; &#8220;320&#215;240&#8243;<br />
EndSubsection</p>
<p>Subsection &#8220;Display&#8221;<br />
Depth 16<br />
Modes &#8220;1680&#215;1050&#8243; &#8220;1024&#215;768&#8243; &#8220;832&#215;624&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243; &#8220;480&#215;360&#8243; &#8220;320&#215;240&#8243;<br />
EndSubsection</p>
<p>Subsection &#8220;Display&#8221;<br />
Depth 24<br />
Modes &#8220;1680&#215;1050&#8243; &#8220;1024&#215;768&#8243; &#8220;832&#215;624&#8243; &#8220;800&#215;600&#8243; &#8220;640&#215;480&#8243; &#8220;480&#215;360&#8243; &#8220;320&#215;240&#8243;<br />
EndSubsection<br />
EndSection</p></blockquote>
<p>Well, that was easy.  Shockingly so.</p>
<p>KDE turned out to be even easier.</p>
<p>Just startkdm from the command line, answer 5 questions, and you are looking looking at the default KDE 3.5.4 desktop.  I do have a few small snags &#8211;</p>
<p>1)  The fonts are kind of ugly, as I&#8217;ve come to expect from any default *nix install.  No problem, I expect to have to mess with them at some point.</p>
<p>2) I&#8217;m only running 1152&#215;786 resolution, which is the highest resolution that the KDE Control Center is offering to provide.  This surprised me a little bit, given that I only specified 1680&#215;1050 in my xorg.conf, but even this is something I&#8217;ll probably let go while I get other basic things working.  This may be aggravating the font issue.</p>
<p>3) I can&#8217;t do much of anything.  I neglected to put my user into the &#8220;wheel&#8221; group, which means I can&#8217;t do anything requiring su.  So, it&#8217;s back to google to find out how to do that.  I suspect that I could run sysinstall again, but I also suspect that there&#8217;s a more direct way to get it done.</p>
<p>OK, a bit more googling has solved problem number 3 for me &#8212; peeking at the <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/securing-freebsd.html" target="_blank"><b>relevant section</b></a> of the FreeBSD Handbook made it clear that I needed to adjust /etc/group.  A quick peek with <i>edit /etc/group</i> showed that it looked easy enough, but I wasn&#8217;t about to go mucking about in there without clear instructions.</p>
<p>I found those <a href="http://ezine.daemonnews.org/200005/newbies.html"><b>here</b></a>.   Just a comma and my username in the most obvious and logical place for them to go.  Wow.  I have a sincere respect for the simplicity of this approach.  When you are all done, it lookslike this:</p>
<blockquote><p>wheel:*:0:root,yourusername</p></blockquote>
<p>That&#8217;s it for today, but I&#8217;m pretty happy with this progress.  Everything I did here would have taken about 10 minutes if I had actually known what I was doing.  Even so, it only took maybe 20, including the time I spent googling.</p>
<p>Unless I realize I&#8217;ve forgotten something, my next step will be to tackle Wireless (including WPA-PSK), and then I&#8217;ll try to figure out how to install the DesktopBSD metapackage that I saw referenced somewhere on the forums.</p>
<p><b>Previous: <a href="http://perpetualnoobie.wordpress.com/2008/01/15/freebsd-62-install/">FreeBSD 6.2 Install</a></b></p>
<p><b>Next: Wireless</b></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=10&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/17/xorgconf-and-basic-kde-setup-done/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
		<item>
		<title>FreeBSD 6.2 Install</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/15/freebsd-62-install/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/15/freebsd-62-install/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 19:47:43 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[DesktopBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/15/freebsd-62-install/</guid>
		<description><![CDATA[I&#8217;ve decided to try a vanilla FreeBSD 6.2 install. This is not an indication that I&#8217;m giving up on DesktopBSD. My understanding is that FreeBSD can be transformed into DesktopBSD merely by installation of certain additional tools. If this install is more successful than DesktopBSD was for me, I&#8217;ll figure out how to make that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=8&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="arial" size="3">I&#8217;ve decided to try a vanilla <b><a href="http://freebsd.org/">FreeBSD</a></b> 6.2 install.  </font></p>
<p><font face="arial" size="3">This is not an indication that I&#8217;m giving up on DesktopBSD.  My understanding is that FreeBSD can be transformed into DesktopBSD merely by installation of certain additional tools.  If this install is more successful than DesktopBSD was for me, I&#8217;ll figure out how to make that transformation.  If I can&#8217;t get things up and running, I&#8217;ll try DesktopBSD again &#8212; maybe the benefit of this little bit of experience will inspire me to try something different with the DesktopBSD install. </font></p>
<p><font face="arial" size="3">However, at least one poster at the DesktopBSD forum seemed to think that crashing before getting to create users might be unrecoverable. I&#8217;d still have liked to try messing with xorg.conf and devices.hints, &#8212; it seemed like it would have been interesting to try, and reinstalling costs me nothing but time.</font></p>
<p><font face="arial" size="3">However, since I could never get Frenzy to mount the requisite partition with rw priveleges, it felt like it was time to try a new tactic.</font></p>
<p><font face="arial" size="3">Installing FreeBSD really makes you appreciate the handholding present in the DesktopBSD installer.  It&#8217;s not exactly hard to install, things are pretty straightforward, and cookbooking the FreeBSD installation guide from the handbook right along with the install helped quite a bit. However, it is rife with things that are probably glaringly obvious to someone who has done this a few times, but which made me happy to consult the handbook on many occasions, even if only to clarify meanings.</font></p>
<p><font face="arial" size="3">I&#8217;ll admit that I skimmed right over <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html">Pre-Installation Tasks</a></b> and went straight to <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-start.html">Starting the Installation</a></b>. This could have been foolhardy, but I already knew I would be using the full primary master IDE drive (I moved the rest of the data off after my failed attempt with DesktopBSD), that I was going to trust its autodetection of my drive geometry (the first time, at least), and that I know my networking information. (Which doesn&#8217;t matter anyway, since I&#8217;m going to have to figure out WPA-PSK under BSD before any of that comes into play.)</font></p>
<p><font face="arial" size="3">I&#8217;d suggest at least giving the early sections a look-see, to be sure that you either know, don&#8217;t care about, or are willing to gamble regarding the things it&#8217;s having you check before installing.</font></p>
<p><font face="arial" size="3">Having said that, I was very happy to be using the entire drive, since the partitioning tool shown during the FreeBSD install wasn&#8217;t nearly as intuitive as the one used by DesktopBSD. Yes, it&#8217;s covered in detail <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html">here</a></b>. Yes, it would be good for me to understand. All true. In any case, I&#8217;d have had no choice but to read up if I only wanted to use part of the drive. However, eager to see how the final result will compare to installing DesktopBSD, I just committed the whole thing, and let the installer work out the partitioning. I have no doubt that as I start really trying to configure and use *BSD I&#8217;ll find myself with multiple opportunities to look at that screen again and again.</font></p>
<p><font face="arial" size="3">Apart from not caring much for the partitioning tool, I just followed right on through the rest of the procedure. I got a bit ahead of myself, and accidentally skipped right over the part where the installer gives you the opportunity to install packages, and I &#8220;finished&#8221; the install, including the creation of users and setting the system password, putting me at least a step ahead of my DesktopBSD attempts.</font></p>
<p><font face="arial" size="3">This was probably the point where I should have been most cautious, but it seems I was caught up in the moment. Not having explicitly installed or configured any desktop environment or window manager, I nonetheless found myself typing &#8220;startx&#8221; just to see what would happen.</font></p>
<p><font face="arial" size="3">Well, no lockup this time, though I&#8217;d have been hard pressed to do anything useful on the desktop that loaded.  Still, progress.</font></p>
<p><font face="arial" size="3">It was then that I remembered that I had skipped over installing packages. I went back and grabbed, among other things, KDE 3.5.4. from the CD. This was easy to do, thanks to <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html">Sysinstall</a></b>.  I think that Sysinstall would have let me do the whole thing over again if I&#8217;d wanted to, but also made it easy to go straight to installing packages.</font></p>
<p><font face="arial" size="3">What&#8217;s next? Well, as I post this my journal is finally current with my actual progress, so I&#8217;m not sure. There are resources around regarding configuring KDE, but I didn&#8217;t do anything that (to me) resembles configuration of Xorg, either. I&#8217;ll have to read up and see whether there&#8217;s a major configuration that needs to be done, or whether I probably just need to tweak the xorg.conf that seems to have been created at install time.</font></p>
<p><font face="arial" size="3">Interestingly, I did locate <b><a href="http://narnia.cs.ttu.edu/drupal/node/170">this article</a></b>, which not only is a nice compliment to the FreeBSD handbook section on <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html">installing X</a></b>, but also contains this tidbit:</font></p>
<blockquote><p><font face="arial" size="3"> &#8220;You may copy the xorg.conf file from the Linux system that you run on the same computer&#8221;</font></p></blockquote>
<p><font face="arial" size="3">THANKS, Forrest Sheng Bao, you may have just saved me some trouble.</font></p>
<p><font face="arial" size="3">I think I&#8217;ll give a stab at doing it as in the FreeBSD handbook, but I&#8217;m not too proud to drop in the file from PCLinuxOS, which also boots on this box, if I have trouble doing it the &#8220;right&#8221; way.</font></p>
<p><font face="arial" size="3"><b>Previous:  </b><a href="http://perpetualnoobie.wordpress.com/2008/01/15/x-marks-the-spot-or-would-seem-to/"><b>DesktopBSD Installation Woes</b></a><br />
<b> Next:  <a href="http://perpetualnoobie.wordpress.com/2008/01/17/xorgconf-and-basic-kde-setup-done/">Xorg and/or KDE setup.  I&#8217;m not sure which.</a></b></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=8&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/15/freebsd-62-install/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
		<item>
		<title>X marks the spot (or would seem to)</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/15/x-marks-the-spot-or-would-seem-to/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/15/x-marks-the-spot-or-would-seem-to/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 19:05:35 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[DesktopBSD]]></category>
		<category><![CDATA[Frenzy]]></category>
		<category><![CDATA[Xorg]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/15/x-marks-the-spot-or-would-seem-to/</guid>
		<description><![CDATA[So, here I sit with a nonfunctional xorg. For some, this would be an inconvenience. For me, it renders DesktopBSD unusable at this point in my education, unless I can figure out why it&#8217;s not happy. FWIW, I&#8217;m writing most of this post AS I try these different things to fix my xorg.conf. The only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=7&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="arial" size="3">So, here I sit with a nonfunctional xorg. For some, this would be an inconvenience. For me, it renders DesktopBSD unusable at this point in my education, unless I can figure out why it&#8217;s not happy.</font></p>
<p><font face="arial" size="3">FWIW, I&#8217;m writing most of this post AS I try these different things to fix my xorg.conf.  The only thing I&#8217;ve really done at this point is try to get some input from the folks at the DesktopBSD forum.</font></p>
<p><font face="arial" size="3">After getting some help from the folks at the DesktopBSD forums, I&#8217;m still not really clear on what to do, but it sounds like my immediate roadblock IS just Xorg.</font></p>
<p><font face="arial" size="3">Xorg.conf is nearly empty.  Looking at xorg.conf as created (and successfully used) by PCLOS, I don&#8217;t know whether to think I could just grab the relevant bits and pop them into the xorg.conf for my DesktopBSD install or not.</font></p>
<p><font face="arial" size="3">I also don&#8217;t know whether I need to implement these options regarding use of the Nvidia driver.</font></p>
<p><font face="arial" size="3">And finally, I&#8217;m not sure whether <b><a href="http://lists.freebsd.org/pipermail/freebsd-stable/2004-November/009315.html">this 2004 procedure</a></b> on configuring X still applies, or is required in any way.  Is xorg.conf barren looking because since I haven&#8217;t implemented the hints above, or because it hasn&#8217;t been configured yet? Or should it have gotten the info it needed at install time, meaning that something went wrong, but I should paste in the info from the PCLOS verison of xorg.conf?</font></p>
<p><font face="arial" size="3">First I tried single user mode to see if I could <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html">configure Xorg as per the manual</a></b>. It didn&#8217;t seem to want to run. Given my previous problems trying to do much of anything from system mode on a not-quite-finished install, I didn&#8217;t spend much time trying to figure out whether there was some other way I could run it.</font></p>
<p><font face="arial" size="3">My next thought was to implement the &#8220;hint&#8221; and etc. linked above and/or using info from my  PCLOS xorg.conf.  Well, problem 1 is that ad0s2a, the partition with xorg.conf and devices.hints on it, can&#8217;t seem to be mounted rw using the remout rw tool in Frenzy. Both the other ufs partitions were remounted rw with no problem, as was my thumbdrive, but I can&#8217;t get it done with that partition, of course the one the one I really need access to.</font></p>
<p><font face="arial" size="3">I don&#8217;t know whether there&#8217;s some obvious security reason why this should not be writable (it would arguably make sense), or whether this is yet another symptom of whatever the DesktopBSD installer didn&#8217;t like about my system.</font></p>
<p><font face="arial" size="3">Either way, I&#8217;m at a halt again.</font></p>
<p><font face="arial" size="3">I&#8217;m still catching up my postings to events. This was mostly written as it happened, on Saturday the 12th, but not finished and posted until today.</font></p>
<p><font face="arial" size="3"><b>Previous: The beginnings of my installation attempt</b> <a href="http://perpetualnoobie.wordpress.com/2008/01/15/catchup-post/"><b>here</b></a>.<br />
<b> Next: <a href="http://perpetualnoobie.wordpress.com/2008/01/15/freebsd-62-install/">FreeBSD 6.2 Install</a><br />
</b></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=7&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/15/x-marks-the-spot-or-would-seem-to/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
		<item>
		<title>Catchup Post</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/15/catchup-post/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/15/catchup-post/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 15:47:09 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[DesktopBSD]]></category>
		<category><![CDATA[Frenzy]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/15/catchup-post/</guid>
		<description><![CDATA[Catchup Post: I&#8217;d done a bit of playing around prior to thinking of starting a blog, so this post will serve to tie in &#8220;stuff I didn&#8217;t journal&#8221; to &#8220;stuff I remembered to journal&#8221;. The hand off from this post to the other posts I&#8217;ve started to write will probably be a bit awkward, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=6&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="arial" size="3">Catchup Post:</font></p>
<p><font face="arial" size="3">I&#8217;d done a bit of playing around prior to thinking of starting a blog, so this post will serve to tie in &#8220;stuff I didn&#8217;t journal&#8221; to &#8220;stuff I remembered to journal&#8221;. The hand off from this post to the other posts I&#8217;ve started to write will probably be a bit awkward, but once I all the drafts cleaned up and posted things should be a bit more consistent from this point forward.</font></p>
<p><font face="arial" size="3">Over the past 5 or 6 days I&#8217;ve been attempting to install <a href="http://desktopbsd.net"><b>DesktopBSD</b></a> 1.6 onto my computer. The important details of my system are:</font></p>
<blockquote><p><font face="arial" size="3">A64 &#8220;Newcastle&#8221; 3200+<br />
2GB PC3200 RAM<br />
Epox 8KDA3I motherboard<br />
Nvidia 6600GT<br />
Atheros 5212 based wireless card (I&#8217;ll add the brand and model when I can dig it up.)</font></p></blockquote>
<p><font face="arial" size="3">Windows and PCLOS already each had their own drives, and bootloaders on those drives, before I began this process. As of now, I just pick which operating system to boot by picking the appropriate drive from a bios-provided menu every time I restart my computer.</font></p>
<p><font face="arial" size="3">For starters, the installer for DesktopBSD is fairly straightforward. However, if you are in my realm of ignorance regarding *BSD in general, I&#8217;d suggest you either bring up the <b><a href="http://desktopbsd.net/wiki/doku.php?id=doc:installation">DesktopBSD Installation Guide</a></b> on another computer to follow through the process, or print it beforehand.</font></p>
<p><font face="arial" size="3">The only part of the install process that really required much thought was the partitioning section. I chose to install it into 20GB of free unformatted space which I created at the beginning of my primary IDE master drive. Neither Windows nor PCLOS boot from that drive, making it a good, safe choice for one so rife with ignorance and paranoia. For those coming from the windows or linux worlds, it may come as a surprise to see that the installer has you choose a &#8220;slice&#8221; of your drive for DesktopBSD, and appears graphically to create only a single partition, yet there are actually multiple partitions being created in the background. This is documented nicely, and in depth, in the <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html">FreeBSD Handbook</a></b>.</font></p>
<p><font face="arial" size="3">A quick glimpse into the future &#8212; I eventually wind up giving FreeBSD a try. As a veteran of numerous Linux installs, and someone who has resized and otherwise messed with partitions on numerous &#8220;I&#8217;d hate to mess this up&#8221; installs of Windows both at home and at work, with reckless abandon, (and general success) I can tell you that partitioning under FreeBSD requires thought and knowledge of what the heck you are doing. I can tell you that for someone unfamiliar with the FreeBSD way of doing things the graphical, simplified partitioning interface used by DesktopBSD is a huge benefit.</font></p>
<p><font face="arial" size="3">For the most part, the installation went smoothly, the questions were easy to answer, and everything seemed hunky dory.</font></p>
<p><font face="arial" size="3">I&#8217;ve actually done this process several times now, so here are just a couple of tiny things I noticed &#8212; it </font><font face="arial" size="3">seemed</font><font face="arial" size="3"> as if my monitor would go to standby if I walked away from the computer for too long during the install, and that it would sometimes not want to come back with a mouse wiggle or keyboard tap. This resulted in a couple of aborted installations. It may also be true that I was just not being patient enough, or expecting a responsiveness that the installer just couldn&#8217;t provide at whatever point it was in its activities.</font></p>
<p><font face="arial" size="3">On the three occasions where the installer seemed to complete successfully, it prompted me for a reboot at the end.</font></p>
<p><font face="arial" size="3">This is where the fun began.</font></p>
<p><font face="arial" size="3">Upon initial boot, the next step is apparently to configure different system options, including a root (system) password, setting up users, etc.</font></p>
<p><font face="arial" size="3">On my system, after selecting DesktopBSD from the bootloader, I would eventually get a blue DesktopBSD splash screen, then nothing. The system would fully hang, with my monitor displaying &#8220;No Signal&#8221;. No keyboard or mouse input would do anything, and I&#8217;d have to hard reboot.</font></p>
<p><font face="arial" size="3">Booting in &#8220;safe mode&#8221; or with ACPI disabled didn&#8217;t help. However when booting in safe mode I did note that the last line I saw before the hang related to xorg.</font></p>
<p><font face="arial" size="3">So, I thought maybe it was an xorg problem, and as I write this catchup post I still don&#8217;t know for sure.</font></p>
<p><font face="arial" size="3">Helpful folks at the DesktopBSD Forum and <b><a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html">Section 5.4.3.2</a></b> of the FreeBSD Handbook both pointed me to logs located at /var/log/Xorg.0.log</font></p>
<p><font face="arial" size="3">My problem &#8212; how to get there on a nonfunctioning system, formatted with a filesystem that I didn&#8217;t know how to read from Linux or Windows.</font></p>
<p><font face="arial" size="3">The first suggestion was to try from single user (system) mode. No luck, which I now think is due to the fact that I had no way of actually logging on and/or due to the fact that setup wasn&#8217;t actually complete.</font></p>
<p><font face="arial" size="3">The next suggestion was to use <b><a href="http://frenzy.org.ua/eng/">Frenzy</a></b>. Frenzy is a FreeBSD LiveCD with a large assortment of admin and security tools. I&#8217;d have to think that for an experienced FreeBSD user it would be a nearly indispensable tool to have around.<br />
Frenzy is pretty nifty. After booting from the CD, a noobie-friendly environment was only a &#8220;startx&#8221; away, bringing me to a very functional XFCE desktop. XNC was a perfect graphical file manager for my purposes, Leafpad is essentially a notepad clone, and with these two tools I was ready to go digging.</font></p>
<p><font face="arial" size="3">Unfortunately, my logfiles did not exist.</font></p>
<p><font face="arial" size="3">However, after using another handy graphical tool to mount my USB thumbdrive as RW, I was able to copy off the (nearly empty) xorg.conf file, and to also grab var/log/messages.</font></p>
<p><font face="arial" size="3">My intent was to edit xorg.conf directly to try and fix the seeming problem.  After googling these lines from var/log/messages :</font></p>
<blockquote>
<pre><font face="arial" size="3">NVRM: detected agp.ko, aborting NVIDIA AGP setup!

NVRM: RmInitAdapter failed! (0x25:0xffffffff:1009)

NVRM: rm_init_adapter() failed!</font></pre>
</blockquote>
<p><font face="arial" size="3">I found <b><a href="http://forums.pcbsd.org/viewtopic.php?t=5012&amp;sid=42022806ddf60d54408bb91ec22370b4">this discussion thread</a></b> and many similar references, leading me to believe that I might need to edit devices.hints as well.</font></p>
<p><font face="arial" size="3">My plan, going into this past Saturday, was to attempt to create my own xorg.conf using my PCLOS as a reference (I wasn&#8217;t sure how well that would work out, but I thought it would be worth a try) and/or to experiment with devices.hints as noted in the discussion thread.</font></p>
<p><font face="arial" size="3"><font face="arial" size="3"><b>Next:</b>  <a href="http://perpetualnoobie.wordpress.com/2008/01/15/x-marks-the-spot-or-would-seem-to/"><b>Problems with X</b></a><br />
</font></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=6&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/15/catchup-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
		<item>
		<title>DesktopBSD?  What is that?</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/12/desktopbsd-what-is-that/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/12/desktopbsd-what-is-that/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:50:07 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[DesktopBSD]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/12/desktopbsd-what-is-that/</guid>
		<description><![CDATA[I&#8217;d heard of BSD, of course. However, I never gave the smallest thought to using any flavor of BSD, on the assumption that as a Linux novice, I&#8217;d surely be in over my head in what I&#8217;d come to regard as &#8220;real&#8221; UNIX. A few nights ago, I somehow found myself staring at this article, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=5&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="arial" size="3">I&#8217;d heard of BSD, of course. However, I never gave the smallest thought to using any flavor of BSD, on the assumption that as a Linux novice, I&#8217;d surely be in over my head in what I&#8217;d come to regard as &#8220;real&#8221; UNIX.</font></p>
<p><font face="arial" size="3">A few nights ago, I somehow found myself staring at <b><a href="http://www.over-yonder.net/%7Efullermd/rants/bsd4linux/bsd4linux1.php">this article</a></b>, by Matt Fuller.  He&#8217;s a FreeBSD user, but makes an honest pass at a fair comparison between FreeBSD and Linux.</font></p>
<p><font face="arial" size="3">Now, understand, I&#8217;ve been happily using <b><a href="http://www.pclinuxos.com/">PCLinuxOS</a></b> since May of 2007, a period of time which, while short, is far, far longer than I&#8217;ve continued to push forward with any of the 10 or so distributions I&#8217;ve tried in the past. In 8ish years of on-and-off flirting with Linux, no distro has held my attention or satisfied my needs as well as PCLOS.</font></p>
<p><font face="arial" size="3">However, that doesn&#8217;t mean I&#8217;m ready to stop trying new things, and Matt&#8217;s description of the philosophical and design differences between BSD and Linux convinced me that I had to give BSD a chance. He&#8217;s very careful to write in such a way as to avoid portraying BSD and Linux as competitors, and since everyone in the world seems hung up on telling everyone else why only their own choices are the right ones, I&#8217;ve got a lot of respect for that viewpoint. Choice is one of the fundamental elements of OSS, is it not?</font></p>
<p><font face="arial" size="3">So as far as Linux goes, I think PCLOS is my stopping point for as far into the future as I can see. But BSD has caught my eye, and by the time I finished Matt&#8217;s article I knew I had to give it a try.</font></p>
<p><font face="arial" size="3">The article convinced me that FreeBSD was, for me, the way to go.  A bit of googling led me to <b><a href="http://desktopbsd.net/">DesktopBSD</a></b><b> </b>&#8211; lucky for me, since it&#8217;s FreeBSD + some addons for new folks like myself. In comparison to other noobie-friendly BSD distributions that I researched, my biggest reason for choosing DesktopBSD was that it doesn&#8217;t deviate from vanilla BSD except for adding tools to improve the noobie experience.</font></p>
<p><font face="arial" size="3">I&#8217;ve benefitted from more than one &#8220;noobie blog&#8221; during my forays into Linuxland, and I hope my recorded experiences here will do the same for someone else who is taking a look at DesktopBSD or FreeBSD.</font></p>
<p><font face="arial" size="3">Here is my upfront admission of the facts:</font></p>
<p><font face="arial" size="3">I am a novice in the Linux world. I can get around, I can fix minor problems with a bit of googling, I can handle day to day activities under Linux. There are still things that I boot to windows for simply because I don&#8217;t know how to do them under Linux, or have not yet taken the time to explore the related software under Linux.</font></p>
<p><font face="arial" size="3">I&#8217;m a 100%, green as you can be, absolute noobie when it comes to BSD.</font></p>
<p><font face="arial" size="3">When looking at these two facts, I can promise this: I&#8217;m going to do stupid things, miss obvious things, do things wrong, do things in the hardest possible way, and generally screw things up over the course of these postings. You&#8217;ll follow my steps at your own risk, and I strongly encourage anyone who pulls these posts up in a google search to look for supporting documentation for anything that I state or imply as fact.</font></p>
<p><font face="arial" size="3">In short, as of of this writing you should assume everything I write is wrong.  <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=5&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/12/desktopbsd-what-is-that/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
		<item>
		<title>Why is this blog here?</title>
		<link>http://perpetualnoobie.wordpress.com/2008/01/10/3/</link>
		<comments>http://perpetualnoobie.wordpress.com/2008/01/10/3/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 21:18:44 +0000</pubDate>
		<dc:creator>Eternal Pupil</dc:creator>
				<category><![CDATA[DesktopBSD]]></category>

		<guid isPermaLink="false">http://perpetualnoobie.wordpress.com/2008/01/10/3/</guid>
		<description><![CDATA[I&#8217;m not a blogger. I&#8217;ve got no particular expectation that this will become a heavily trafficked blog. Further, I&#8217;m reasonably sure that the world doesn&#8217;t need another blog, and that no one is out there just waiting for me to start writing one. So what the heck am I doing here? Here is a short [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=3&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font face="arial" size="3">I&#8217;m not a blogger. I&#8217;ve got no particular expectation that this will become a heavily trafficked blog. Further, I&#8217;m reasonably sure that the world doesn&#8217;t need another blog, and that no one is out there just waiting for me to start writing one.</font></p>
<p><font face="arial" size="3">So what the heck am I doing here?</font></p>
<p><font face="arial" size="3">Here is a short list of things I lack with regard to my ability to contribute to the Open Source community:</font></p>
<ul>
<li><font face="arial" size="3">Time &#8212; I&#8217;m the father of a 3 year old, and as any parent can attest, this pretty much removes the time factor)</font></li>
</ul>
<p><font face="arial" size="3"></font></p>
<ul>
<li><font face="arial" size="3">Money &#8212; We pay our bills. We save a *tad*, tbut here&#8217;s not enough there to donate to any of the people I&#8217;d like to donate to until I can justify it to my SO based on the utility that OSS has provided for me/us)</font></li>
</ul>
<p><font face="arial" size="3"></font></p>
<ul>
<li><font face="arial" size="3">Skill &#8212; I work in IT. I&#8217;m a computer enthusiast. My skills, however, are mostly either Windows-centric, or very niche-oriented. I have dabbled in programming, but I&#8217;m not a developer. I don&#8217;t know enough about *nix to work as a packager. I lack the ability to code or troubleshoot code in any meaningful way.</font></li>
</ul>
<ul><font face="arial" size="3"><font face="arial" size="3"> </font></font></ul>
<p><font face="arial" size="3"><font face="arial" size="3">You see my point.  And yet, here I am, embarking on a relationship with <b><a href="http://www.freebsd.org/">FreeBSD</a></b> / <b><a href="http://desktopbsd.net/">DesktopBSD</a></b> which, at my point on the learning curve, is at least as significant as my decision to give Linux a serious look. What I could have done, but have failed to do with Linux, is to document my earliest experiences as a noob.</font></font></p>
<p><font face="arial" size="3"><font face="arial" size="3">I&#8217;m 1 day into my relationship with FreeBSD, and have a partly Windows-centric, partly Linux-noob point of view on what I&#8217;m seeing. I&#8217;m sharing it, here, in the hopes that someone else benefits from this blog the way I have benefitted from others. This is my attempt at a teeny-tiny speck of contribution to the <b><a href="http://desktopbsd.net/">DesktopBSD</a></b><font face="arial"><b> </b>and FreeBSD worlds.</font></font></font></p>
<p><font face="arial" size="3"><font face="arial" size="3"><font face="arial">How the heck did I wind up looking at BSD?  It&#8217;s not all that interesting, but the <b><a href="http://perpetualnoobie.wordpress.com/2008/01/12/desktopbsd-what-is-that/">story is here</a></b>.</font></font></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/perpetualnoobie.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/perpetualnoobie.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perpetualnoobie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perpetualnoobie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/perpetualnoobie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/perpetualnoobie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/perpetualnoobie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/perpetualnoobie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/perpetualnoobie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/perpetualnoobie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/perpetualnoobie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/perpetualnoobie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/perpetualnoobie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/perpetualnoobie.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/perpetualnoobie.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/perpetualnoobie.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perpetualnoobie.wordpress.com&amp;blog=2535996&amp;post=3&amp;subd=perpetualnoobie&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perpetualnoobie.wordpress.com/2008/01/10/3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2622fc0ff3df7bcaeca9cb0258abdc4d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Eternal Pupil</media:title>
		</media:content>
	</item>
	</channel>
</rss>
