<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Peregrine &#187; Equipment</title>
	<atom:link href="http://blog.openbrainstem.net/peregrine/category/equipment/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.openbrainstem.net/peregrine</link>
	<description>Stuff I Decided to Write</description>
	<lastBuildDate>Mon, 16 Jan 2012 19:49:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>openSUSE 11.2 Upgrade</title>
		<link>http://blog.openbrainstem.net/peregrine/2009/11/21/opensuse-11-2-upgrade/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=opensuse-11-2-upgrade</link>
		<comments>http://blog.openbrainstem.net/peregrine/2009/11/21/opensuse-11-2-upgrade/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 06:42:15 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/?p=225</guid>
		<description><![CDATA[I upgraded my HP Compaq 6715b from openSUSE 11.1 to openSUSE 11.2 on Tuesday. There have been a couple of minor bumps since, but all-in-all, I&#8217;m pretty happy with the upgrade. Here are some of the things that I&#8217;ve seen.

For one thing, KDE 4 is working again. For some odd and never explained reason, KDE [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded my HP Compaq 6715b from openSUSE 11.1 to openSUSE 11.2 on Tuesday. There have been a couple of minor bumps since, but all-in-all, I&#8217;m pretty happy with the upgrade. Here are some of the things that I&#8217;ve seen.<br />
<span id="more-225"></span><br />
For one thing, KDE 4 is working again. For some odd and never explained reason, KDE 4 stopped working (would crash early in the initialization process) after an update from the official openSUSE updates repository about 8-9 months ago. I worked and worked at it, but could never get it to run. I was using KDE 3.5 for all these months, which wasn&#8217;t that bad of a thing to me.</p>
<p>I did experience some really odd screen flicker under X right after upgrading to openSUSE 11.2, but that&#8217;s already cleared up. Restarting X didn&#8217;t help, but there were a pile of updates in the official 11.2 updates repo, which I installed soon after finishing the upgrade with the DVD. I suppose that something in those fixed the flicker. Most of the time, it wasn&#8217;t bad enough to irritate me, but sometimes it was.</p>
<p>The upgrade process was pretty smooth. The only problem that I had was that in the middle of installing packages, YaST stopped and warned me that I didn&#8217;t have enough disk space to complete the upgrade. It sat there waiting for me to tell it to either bail-out or go on. I pressed <code><b>&lt;ALT&gt;+&lt;F2&gt;</b></code> to get to a terminal. From that shell I ran these commands:</p>
<p><code># <b>lvextend -L 10G /dev/reaver/suse-usr</b><br />
# <b>resize_reiserfs /dev/reaver/suse-usr</b></code></p>
<p>Those commands finished in less time that it took me to type them (and, yes, that is saying something). Back in the graphical installer, I clicked the <code>Next</code> button and it went on.</p>
<p>BTW, that LV was 7GB before.</p>
<p>Another odd thing is the the audio mute light keeps coming back on, even though the card isn&#8217;t muted.  If I right-click the kmixer tray icon and select mute, it doesn&#8217;t toggle that light. I&#8217;ve got both in sync several times and a few to 30ish seconds later, the light is on again. Weird.</p>
<p>I was using the ATI driver repo to install the proprietary ATI driver. I&#8217;ve been using that up until now because that was the one that worked with the Radeon X1370 GPU built into this notebook (the X1270 is the X1250, but with both shared and dedicated RAM). I&#8217;m now using the fully open-source radeonhd driver, which finally has support for my chip. No 3D, though, even though the documentation says that I should have that. Perhaps I&#8217;ll have some downtime during the upcoming holiday to figure it out.  I&#8217;m certainly noticing the performance drop without it.</p>
<p>Both Thursday night and again this evening, I&#8217;ve been working on getting all the development environments&#8217; pieces back into working order. There&#8217;s always something that needs fixing when I upgrade the OS. This time, the big troublemaker has been Ruby on Rails. openSUSE 11.2 ships rails 2.3.2. I&#8217;m glad for the upgrade, but, sheesh; there&#8217;s been more than a few speed bumps to work out. At this point, I have WEBrick working, but dispatch.{f,}cgi isn&#8217;t happy, yet. The Apache 2.2 with mod_fcgid bits are working, it&#8217;s the dispatch scripts that are currently breaking. I&#8217;m thinking that I&#8217;ll write a separate post about all of that rigmarole.</p>
<p>I am finding that Konqueror is being a little frustrating. I&#8217;m using Firefox more than I ever have before on Linux. Firefox has been my preferred browser on Windows for a long time, but Konqueror has been the flat out best web browser for me for over a decade now. It&#8217;s mostly odd behavior with some JavaScript found in some apps, including this blog. I&#8217;m writing posts with Firefox for now. Don&#8217;t worry, though; I&#8217;m not giving up on Konqueror any time soon.</p>
<p>Overall, this has been a pretty easy upgrade. Considering that I&#8217;m making a major change in graphics drivers (for the better, overall), I&#8217;m amazed at how well that&#8217;s working out, already. Audio quality is great and all the features that I&#8217;ve tested are working flawlessly, but the sound does seem a bit quieter than before (at the same volume settings). That could be the particular media files, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2009/11/21/opensuse-11-2-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Bluetooth Mouse Setup in KDE</title>
		<link>http://blog.openbrainstem.net/peregrine/2007/11/14/easy-bluetooth-mouse-setup-in-kde/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=easy-bluetooth-mouse-setup-in-kde</link>
		<comments>http://blog.openbrainstem.net/peregrine/2007/11/14/easy-bluetooth-mouse-setup-in-kde/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 18:40:08 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2007/11/14/easy-bluetooth-mouse-setup-in-kde/</guid>
		<description><![CDATA[A few minutes ago, I installed the kdebluetooth package. I was already logged in, so I had to launch the kbluetooth applet myself. I then clicked K Menu -> System -> KInputWizard, pressed the &#8220;reset&#8221; button on the bottom of my mouse and clicked &#8220;Add&#8221; in the Input Devices dialog. My mouse was discovered and [...]]]></description>
			<content:encoded><![CDATA[<p>A few minutes ago, I installed the <code>kdebluetooth</code> package. I was already logged in, so I had to launch the <code>kbluetooth</code> applet myself. I then clicked <code>K Menu -> System -> KInputWizard</code>, pressed the &#8220;reset&#8221; button on the bottom of my mouse and clicked &#8220;Add&#8221; in the Input Devices dialog. My mouse was discovered and I connected to it. Simple as that.</p>
<p>I have a Logitech bluetooth mouse that travels with me. I use it with my notebook computer, as I&#8217;m very, very not fond of trackpads. My favorite is the &#8220;TrackPoint&#8221; or &#8220;Eraser-head&#8221; mouse built into the keyboard, but this notebook didn&#8217;t come with one. Supposedly, I can buy a replacement keyboard from HP that includes the eraser-head pointer, but I have not yet done so.</p>
<p>When I wrote about <a href="http://blog.openbrainstem.net/peregrine/2007/08/25/linux-on-an-hp-compaq-6715b-notebook/">installing Fedora 7</a> on this notebook (and now <a href="http://blog.openbrainstem.net/peregrine/2007/11/12/installing-fedora-8-on-the-hp-compaq-6715b-notebook/">installing Fedora 8</a>), one thing which I never documented was how I got the bluetooth mouse working with Linux (under F7). Now that I installed F8 from scratch, I need to set it up again.</p>
<p>When I installed F7, I spent hours dog-paddling through Google searches and horrible documentation and still hadn&#8217;t figured it out. Then, my friend and co-worker, Clint Savage (a.k.a. <a href="http://www.herlo.org/">Herlo</a>) popped into the office. It was him! He&#8217;s the one who has the exact same mouse as I do; I knew I&#8217;d seen it somewhere before I had bought mine. So, I asked him. He smiled and laughed, saying, &#8220;Not finding much useful documentation out there, eh?&#8221; He&#8217;d been through the same thing as me. He was impressed with how far I&#8217;d gotten through that process and estimated that I was probably 1-3 hours away from finding it myself, if I continued to follow the pattern he had. Well, he shared the information with me.</p>
<p>The good news was that it was pretty easy to get my bluetooth mouse talking with my bluetooth equipped notebook, just not really documented anywhere that one could point to just one thing (boy, I wish I&#8217;d documented those commands in a blog post; I&#8217;ll see if I can do just that next week, when I&#8217;m back at the office). The bad news was that one of them had to be run every time he started his computer. So, I put that command into a <code>/root/bin/connect-to-my-bluetooth-mouse</code> (or something like that) script. Then, a week later, I forgot to run that when I booted up and logged in, once, but was using the mouse anyway. I had discovered that it wasn&#8217;t necessary to run that all the time.</p>
<p>One of the reasons that it had been so difficult to setup bluetooth on Fedora 7 was that I was using GNOME on that installation. I stuck with entirely GNOME apps (except for Kdevelop) the entire time I had F7 on this notebook. Now that I have F8, I&#8217;ve gone back to KDE, which makes life so much better for me. GNOME still doesn&#8217;t have much bluetooth support and what is there is still very early half-baked and non-usable, for the most part. KDE&#8217;s bluetooth tools, on the other hand, seem much more comprehensive and &#8220;just work&#8221; for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2007/11/14/easy-bluetooth-mouse-setup-in-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI Driver Trouble Under Fedora 8</title>
		<link>http://blog.openbrainstem.net/peregrine/2007/11/12/ati-driver-trouble-under-fedora-8/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ati-driver-trouble-under-fedora-8</link>
		<comments>http://blog.openbrainstem.net/peregrine/2007/11/12/ati-driver-trouble-under-fedora-8/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 22:58:27 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2007/11/12/ati-driver-trouble-under-fedora-8/</guid>
		<description><![CDATA[So, is anyone else experiencing troubles with the proprietary ATI driver on Fedora 8? How about on an updated F7 system?
My HP Compaq 6715b notebook comes with ATI Radeon X1270 video 128MB RAM dedicated plus 192MB RAM shared) and a 1680&#215;1050 resolution 15.4 inch LCD (at 61Hz, it would seem). I&#8217;ve installed the proprietary ATI [...]]]></description>
			<content:encoded><![CDATA[<p>So, is anyone else experiencing troubles with the proprietary ATI driver on Fedora 8? How about on an updated F7 system?</p>
<p>My HP Compaq 6715b notebook comes with ATI Radeon X1270 video 128MB RAM dedicated plus 192MB RAM shared) and a 1680&#215;1050 resolution 15.4 inch LCD (at 61Hz, it would seem). I&#8217;ve installed the proprietary ATI driver in order to get it working, as Fedora&#8217;s tools get really confused about widescreen setups, it would seem.</p>
<p>Here are the relevent package versions:</p>
<pre>
# <b>rpm -qa | egrep '(fglrx|kernel)'</b>
kmod-fglrx-8.42.3-8.lvn8
kmod-fglrx-2.6.23.1-49.fc8-8.42.3-8.lvn8
xorg-x11-drv-fglrx-8.42.3-7.lvn8.1
kernel-devel-2.6.23.1-49.fc8
kernel-devel-2.6.23.1-42.fc8
kernel-2.6.23.1-42.fc8
kernel-2.6.23.1-49.fc8
kernel-headers-2.6.23.1-49.fc8
xorg-x11-drv-fglrx-libs-32bit-8.42.3-7.lvn8.1
</pre>
<p>(As you can see, I haven&#8217;t removed the original kernel, yet. Maybe I&#8217;ll go do that now.)</p>
<p>However, I seem to be getting some fairly odd artifacts on-screen with this driver under F8, including some odd extra sprite garbage with the mouse cursor. I had experienced some oddities under F7, but they were confined to GNOME applications (no others exhibited any issues). It doesn&#8217;t matter if I enable or disable &#8220;Desktop Effects&#8221; either (they won&#8217;t successfully enable, anyway). A RAM test (memtest86+) shows that there&#8217;s nothing wrong with the system memory, but that doesn&#8217;t test the video card. There are ATI tools for testing the video card more fully, but I haven&#8217;t had time to try them out, yet.</p>
<p>Since FC6, Fedora systems rely on the X server detecting proper monitor and other configuration parameters every time it starts. This has been far less than reliable on a wide variety of machines that I&#8217;ve been running into over the past year. I&#8217;d like to get some more information about other people&#8217;s experiences with this, before I file a &#8220;bug&#8221; report about this. It&#8217;s really becoming an embarrassing problem as things worked much better when we would get a finished configuration file by default in FC5 and earlier.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2007/11/12/ati-driver-trouble-under-fedora-8/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Linux on an HP Compaq 6715b Notebook</title>
		<link>http://blog.openbrainstem.net/peregrine/2007/08/25/linux-on-an-hp-compaq-6715b-notebook/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=linux-on-an-hp-compaq-6715b-notebook</link>
		<comments>http://blog.openbrainstem.net/peregrine/2007/08/25/linux-on-an-hp-compaq-6715b-notebook/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 01:19:12 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2007/08/25/linux-on-an-hp-compaq-6715b-notebook/</guid>
		<description><![CDATA[Last week, some IBM ThinkPad T61p notebooks showed up at Guru Labs offices. There were 2 of them on Monday and another on Tuesday. I also know that there are 2 more coming and perhaps a couple of other co-workers will be ordering them, too.
I&#8217;ve been needing to get a new notebook for the past [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, some IBM ThinkPad T61p notebooks showed up at <a href="http://www.gurulabs.com/">Guru Labs</a> offices. There were 2 of them on Monday and another on Tuesday. I also know that there are 2 more coming and perhaps a couple of other co-workers will be ordering them, too.</p>
<p>I&#8217;ve been needing to get a new notebook for the past two years, but I kept putting it off because of time, money and that one more feature that&#8217;s coming out in a couple of months. With the arrival of so many new notebooks in the office, I decided to look again and dream about a new one of my own, so I made the rounds looking at systems of interest, including a couple of <a href="http://www.hp.com">HP</a> notebooks, the ThinkPad and <a href="http://www.apple.com/">Apple</a>&#8217;s MacBook Pro.</p>
<p>When I hit HP&#8217;s <a href="http://www.hp.com/smb/">Small &amp; Medium Business website</a>, I noticed the one category of notebooks which I had always left unexplored (as they didn&#8217;t fit some of the criteria I look for) listed that there were models which had up to 16 hours of battery life. I was curious to see what they had in this &#8220;Balanced Mobility&#8221; category, so I took a look. Boy, am I glad I did.</p>
<p>I found the <a href="http://www.hp.com/">HP Compaq 6715b</a>. They had (at this writing, I think it&#8217;s still on) a pre-packaged deal going for US$1,129 (<i>Ed: The price is lower, now</i>) with:</p>
<ul>
<li><a href="htp://www.amd.com/">AMD</a> Turion64 X2 (dual core) at 2.0GHz</li>
<li>1GB RAM</li>
<li>160GB SATA hard drive</li>
<li><a href="http://www.ati.com/">ATI</a> Radeon Mobility X1270 video chip (with 128MB dedicated RAM and using 192MB shared RAM)</li>
<li>15.4 inch WSXGA+ (1680&#215;1050) LCD</li>
<li>Broadcom Gigabit Ethernet NIC</li>
<li>Broadcom 4321 802.11 a/b/g/draft-n wireless NIC &#038; integrated bluetooth</li>
<li>Fingerprint reader</li>
<li>4 USB 2.0, 1 IEEE1394 (firewire), 6-in-1 card reader (actually, all SD type form factors), 1 Type I/II PC-card slot</li>
</ul>
<p>That&#8217;s a lot of notebook for the money. So I put in an order. HP estimated that it would ship on the 30th of August, but it arrived on Thursday morning (2007/08/23).</p>
<p>In fact, I believe it&#8217;s around half the price of what any of the other guys have paid for their ThinkPad notebooks and it&#8217;s almost the same. They got a wireless USB 2.0 capability which I don&#8217;t have, but they only have 3 USB 2.0 ports (I have 4). Most (if not all) of their screens are 15.4 inch WUXGA (1920&#215;1200) with <a href="http://www.nvidia.com/">nVidia</a> graphics (256MB), an <a href="http://www.intel.com/">Intel</a> Core 2 Duo (2.0GHz or 2.2GHz, I&#8217;m not sure which in all cases) and they have a nice &#8220;eraser-head&#8221; mouse which I don&#8217;t have, but really love. I <i>hate</i> trackpads, so I just picked up a <a href="http://www.logitech.com/">Logitech</a> bluetooth mouse, Saturday.</p>
<p>Overall, I think I got a better deal. My processor is as good or even a little faster than the ThinkPads&#8217;, and otherwise there&#8217;s very little difference in the equipment between the two, but they paid quite a bit more than I did for the HP. Thanks to that savings, I also picked up a 12-cell &#8220;Ultra Capacity&#8221; battery for my new notebook, which attaches to the underside at the back, causing the system to sit at a slight incline. The Ultra Capacity battery mounts in addition to the standard battery that came with the notebook and gives this machine up to 16 hours of battery life, with only a small increase in weight but a little more comfort and room for airflow underneath. We&#8217;ll have to wait and see just how much life I really get out of this setup, but I shan&#8217;t fear attempting to watch 3-4 movies on an international flight.</p>
<p>I&#8217;ve installed <a href="http://www.fedoraproject.org/">Fedora</a> 7 on it. When I booted up the box to do the install, anaconda couldn&#8217;t get X to run, so it offered me the choice of using the text-mode installer or of starting VNC for me. I went with a VNC install. The resulting system had a couple of things to fix up. I checked on <a href="http://linux-laptops.net/">http://linux-laptops.net/</a> but this model isn&#8217;t listed, yet.</p>
<p>I believe there must have been a bug (I didn&#8217;t bother to go looking in <a href="https://bugzilla.redhat.com/bugzilla/">Red Hat&#8217;s Bugzilla</a> for it) in the version of YUM that shipped with F7 (32-bit) as <code>yum update</code> kept corrupting the RPM db and then deleting the errata RPM files as it thought it had installed packages but actually hadn&#8217;t. I simply edited <code>/etc/yum.conf</code> and set <code>keepcache=1</code> before re-running <code>yum</code> again. That way, the packages stuck around and then I installed as many as I could using <code>rpm</code> instead (including an updated YUM package), which required me to fix the RPM DB, first. This was easy to do by simply running <code>rm /var/lib/rpm/__*; rpm --rebuilddb</code> and waiting for just 1 minute for it to finish. After installing the updated YUM package, all <code>yum</code> commands have worked perfectly for me.</p>
<p>To &#8220;fix&#8221; the X server configuration, I simply added the <a href="http://rpm.livna.org/">livna YUM repo</a> to my new system and ran <code>yum install kmod-fglrx</code> followed by <code>ati-fglrx-display enable</code> as root (that&#8217;s not the command mentioned in the Unofficial Fedora FAQ for FC6, but the F7 version of the UFAQ wasn&#8217;t up yet) and the X server worked perfectly, even running the screen at it&#8217;s full, native resolution by default. I&#8217;ll have to see about running <a href="http://www.cedega.com/">Cedega</a> for a couple of games.</p>
<p>Next, I tried to get the fingerprint reader working, but so far, I&#8217;ve had no luck. Honestly, I haven&#8217;t really tried all that hard, yet. Some quick <a href="http://www.google.com/">Google</a> searches have only found references to people who haven&#8217;t gotten other HP notebooks&#8217; fingerprint readers to work, but I also found some &#8220;hints&#8221; that others have. The output of the <code>lsusb</code> command showed <code>Bus 003 Device 003: ID 08ff:2580 AuthenTec, Inc.</code>, which is the fingerprint reader.</p>
<p>I haven&#8217;t gotten the Broadcom 4321 802.11a/b/g/draft-n working yet. Linux does come with a driver that supposedly covers the chip in this Mini-PCI card, but I do not have the firmware for the driver to load. The tools for these cards come with a program called <code>fw-cutter</code>, but I haven&#8217;t found a file for this card that it will work on, yet. I suspect that I will have to wait for an update to <code>fw-cutter</code> to be able to get this working under the Linuxdriver . Perhaps I can find time to try to help patch it. In the meantime, my good old Cisco airo 350 card works fine, but I could also use NDIS Wrapper to run it with a Windows driver.</p>
<p>I&#8217;ve only been using this notebook for less than a day (and only a small part of the day, at that). Even so, I&#8217;m <i>very</i> happy with it already.</p>
<p>I&#8217;m thinking of installing <a href="http://www.ubuntu.com/">Ubuntu</a> (or Kubuntu, probably) on here alongside of Fedora. I&#8217;ve been wanting to learn more about that distro and now I have a hard drive that&#8217;s more than large enough for me to play with such things.</p>
<p>I also added <code>vga=0x31a</code> to the <code>kernel</code> line in the <code>/boot/grub/menu.lst</code> file (yeah, yeah, I know how Red Hat/Fedora only folks are going to say the file is &#8220;supposed&#8221; to be <code>/boot/grub/grub.conf</code>, but it really isn&#8217;t so; so, please, don&#8217;t add comments telling me about that). That sets up a framebuffer mode for text that&#8217;s 1280&#215;1024. I don&#8217;t know if the kernel can support a 1680&#215;1050 mode or not (so far, I&#8217;m not finding anything that would make thik it does). If so, I&#8217;d sure like to find out the right code for it. If not, I&#8217;d like to figure out how to add wide-screen friendly modes to the kernel framebuffer driver(s), as more and more systems are going that way.</p>
<p>I&#8217;m going to post this system on the <a href="http://linux-laptops.net/">http://linux-laptops.net/</a> website. If anyone else figures out how to get the fingerprint reader working under Linux on this or any other notebook that uses the same fingerprint reader chip/device, please, either TrackBack to this post or leave me a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2007/08/25/linux-on-an-hp-compaq-6715b-notebook/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>My MiniDisc is Back</title>
		<link>http://blog.openbrainstem.net/peregrine/2007/03/08/my-minidisc-is-back/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my-minidisc-is-back</link>
		<comments>http://blog.openbrainstem.net/peregrine/2007/03/08/my-minidisc-is-back/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 02:44:59 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2007/03/08/my-minidisc-is-back/</guid>
		<description><![CDATA[Back in 1995, I started working for a mobile DJ company in Denver &#038; Colorado Springs, Colorado. We used 3 MiniDisc decks with each set of equipment for all our music.
MiniDisc is an awesome technology. It holds just as much music as a CD on a 2-inch recordable magneto-optical disk in a thin, sturdy plastic [...]]]></description>
			<content:encoded><![CDATA[<p>Back in 1995, I started working for a mobile DJ company in Denver &#038; Colorado Springs, Colorado. We used 3 <a href="http://en.wikipedia.org/wiki/MiniDisc">MiniDisc</a> decks with each set of equipment for all our music.</p>
<p>MiniDisc is an awesome technology. It holds just as much music as a CD on a 2-inch recordable magneto-optical disk in a thin, sturdy plastic casing. The audio quality is quite good.</p>
<p>I&#8217;ve had a MiniDisc deck for many years, but haven&#8217;t had it hooked up for the past 3 years or so. Last night, I came across my stack of discs while looking for (and finding) some <a href="http://en.wikipedia.org/wiki/LS-120">LS-120 floppies</a>. So I decided to dust off (literally) the deck and plug into my home workstation for playback. Unfortunately, I couldn&#8217;t find an audio cable to go from stereo RCA connectors to the line-in jack typical of compter sound cards. This afternoon, it occured to where I could look for the cables I kew that I had and, sure enough, I found them. Since then, I&#8217;ve been enjoying listening to my MiniDiscs.</p>
<p>The first deck that I had could do both component audio and fiber optic audio for both input and output. That deck went out and I got it replaced with this current model, but the new one does not have fiber optic input for recording.</p>
<p>It&#8217;s been nice to research some links for this article as I&#8217;ve learned a lot about newer developments in MiniDisc technology and available devices that have come out over the past couple of years. I think I&#8217;m going to have to pick up some of the new <a href="">Hi-MD</a> (my birthday is in May, in case you were wondering) disks and units. It&#8217;s also been fun to reminisce about the two years (from 1995-1997) that I was at that mobile DJ company. Good times.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2007/03/08/my-minidisc-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Hard Drive: R.I.P.</title>
		<link>http://blog.openbrainstem.net/peregrine/2006/08/14/new-hard-drive-rip/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=new-hard-drive-rip</link>
		<comments>http://blog.openbrainstem.net/peregrine/2006/08/14/new-hard-drive-rip/#comments</comments>
		<pubDate>Mon, 14 Aug 2006 23:02:37 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2006/08/14/new-hard-drive-rip/</guid>
		<description><![CDATA[It hasn&#8217;t been very long since I upgraded the storage on my home file server. One evening last week while I was in Los Angeles, my wife told me that there was a &#8220;funny&#8221; sound coming from the &#8220;server room&#8221;. Her description made me think it was a fan. Oh, how I wish that had [...]]]></description>
			<content:encoded><![CDATA[<p>It hasn&#8217;t been very long since <a href="http://blogs.gurulabs.com/lamont/archives/2006/07/old_hard_drive_1.html">I upgraded the storage on my home file server</a>. One evening last week while <a href="http://blog.openbrainstem.net/peregrine/2006/08/06/lazy-travels/">I was in Los Angeles</a>, my wife told me that there was a &#8220;funny&#8221; sound coming from the &#8220;server room&#8221;. Her description made me think it was a fan. Oh, how I wish that had been the case.</p>
<p>Saturday, after I was home I had tried to access some files on the file server and couldn&#8217;t. I tried to log into it via SSH and that hung. I logged in as root on it&#8217;s console without problems. A <code>df</code> worked fine, but trying to access anything mounted from the new drive&#8217;s LVs failed, hanging the command indefinitely. Trying to <code>shutdown</code> the box also failed as it hung on trying to unmount those volumes. I used the good-ol-power-switch to kill it, waited for everything to stop spinning and tried to start it up. The drive controller can&#8217;t even make sense of the drive. I simply powered the box down and left it that way for the weekend.</p>
<p>Tonight, I&#8217;ll be pulling the new drive out. I&#8217;ll hook it up to my home workstation (only other SATA box I currently have) and see if the drive will run. If so, I&#8217;m still not putting it back in the server. Instead, I&#8217;ll verify everything, wipe it and run it hard to try to fail it again. Even if I can&#8217;t get it to fail again, I&#8217;m still going to get an RMA and have it replaced. I think I&#8217;ll grab 1 or 2 more while I&#8217;m at it and set up either RAID 1 or RAID 5.</p>
<p>Let the hard drive games begin, I guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2006/08/14/new-hard-drive-rip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camera Batteries Didn&#8217;t Last</title>
		<link>http://blog.openbrainstem.net/peregrine/2006/06/24/camera-batteries-didnt-last/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=camera-batteries-didnt-last</link>
		<comments>http://blog.openbrainstem.net/peregrine/2006/06/24/camera-batteries-didnt-last/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 01:04:30 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>
		<category><![CDATA[Factoid]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2006/06/24/camera-batteries-didnt-last/</guid>
		<description><![CDATA[In my recent post, I said that I would try to get better pictures of the commemorative plaques at the U.S. Patent &#038; Tradmark Office&#8217;s training rooms. When I went to start making the attempt, the camera reported to me that there was insufficient power remaining to take pictures. Unfortunately, I didn&#8217;t have a spare [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://blog.openbrainstem.net/peregrine/2006/06/21/patent-history/">my recent post</a>, I said that I would try to get better pictures of the commemorative plaques at the <a href="http://www.uspto.gov/">U.S. Patent &#038; Tradmark Office</a>&#8217;s training rooms. When I went to start making the attempt, the <a href="http://www.hp.com/hpinfo/globalcitizenship/environment/productdata/pdf/eds_camera_e317(l_v1.pdf">camera</a> reported to me that there was insufficient power remaining to take pictures. Unfortunately, I didn&#8217;t have a spare set (2xAA) of batteries with me.</p>
<p><a href="http://blog.openbrainstem.net/peregrine/2006/05/27/finally-a-digital-photo-camera/">When I bought the camera</a>, I read in it&#8217;s manual that it should last much longer on lithium AA batteries that it will on alkaline, so I guess I&#8217;ll have to go get some and try it out.  Either way, I should carry a spare set when I&#8217;m traveling. I already keep AAA batteries for my <a href="http://blogs.gurulabs.com/lamont/archives/2005/06/worth_their_wei_1.html">headphones</a> and my bluetooth earpiece.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2006/06/24/camera-batteries-didnt-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Response: The Dvorak Keyboard Layout</title>
		<link>http://blog.openbrainstem.net/peregrine/2006/06/03/response-the-dvorak-keyboard-layout/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=response-the-dvorak-keyboard-layout</link>
		<comments>http://blog.openbrainstem.net/peregrine/2006/06/03/response-the-dvorak-keyboard-layout/#comments</comments>
		<pubDate>Sat, 03 Jun 2006 21:20:49 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2006/06/03/response-the-dvorak-keyboard-layout/</guid>
		<description><![CDATA[This is in response to Christer Edwards recent post about starting to try out the Dvorak keyboard layout.
I haven&#8217;t used Dvorak layout for a few years now. This is not because I don&#8217;t want to, but simply because I don&#8217;t have any convenient keyboards for it at this time. By that, I mean I have [...]]]></description>
			<content:encoded><![CDATA[<p>This is in response to <a href="http://christer.homeip.net">Christer Edwards</a> <a href="http://christer.homeip.net/index.php/2006/06/02/dvorak/">recent post</a> about starting to try out the <a href="http://en.wikipedia.org/wiki/Dvorak_keyboard">Dvorak keyboard layout</a>.</p>
<p>I haven&#8217;t used Dvorak layout for a few years now. This is not because I don&#8217;t want to, but simply because I don&#8217;t have any convenient keyboards for it at this time. By that, I mean I have been using my notebooks so heavily and just haven&#8217;t taken the time to brush up on the Dvorak layout.</p>
<p>However, I hope to fix the keyboard situation soon. I want to get the <a href="http://www.kinesis-ergo.com/contoured.htm">Kinesis Contour Keyboard</a>, which I used for several months back in 2002. They are awesome! Pricey? Well, yes, but well worth it.</p>
<p>The Kinesis Contour keyboard is thicker than a standard keyboard, but has a slightly smaller width and only a little more depth than a standard keyboard. Basically, it has the same footprint as a standard keyboard with a reasonable wrist rest and is significantly more comfortable to use.</p>
<p>I started by using it in QWERTY mode, which let me get used to the feel of the keyboard and the layout of the keys. Things like the &lt;BACKSPACE&gt; and &lt;ENTER&gt; keys take a little getting used to. I found that it only took me about one day to get that down. At the end of a week, I was going so much faster with that keyboard that I had easily made up for the &#8220;lost&#8221; productivity during those first couple of days.</p>
<p>Then I switched the keyboard to Dvorak mode. The best way to learn the Dvorak layout was to print out the keyboard guide, tape it to the bottom of my monitor and never look down.</p>
<p>On a standard QWERTY keyboard, I can get up to around 115wpm typing and in some cases, I&#8217;ve even been faster. On the Kinesis Contour keyboard, I was doing a maximum of around 150wpm. Those were maximum numbers which, for me, only occur when I am writing original information, like a letter or blog entry. Still, for coding, I saw an average of 40% improvement in my typing speed.</p>
<p>So, to sum things up, for those of you thinking about trying the Dvorak layout, I can highly recommend the Kinesis keyboards, which make it very easy to switch back and forth, plus are simply exceptional keyboards. For those of you who want to stick with QWERTY, I still recommend the Kinesis keybards.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2006/06/03/response-the-dvorak-keyboard-layout/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Finally!  A Digital Photo Camera</title>
		<link>http://blog.openbrainstem.net/peregrine/2006/05/27/finally-a-digital-photo-camera/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=finally-a-digital-photo-camera</link>
		<comments>http://blog.openbrainstem.net/peregrine/2006/05/27/finally-a-digital-photo-camera/#comments</comments>
		<pubDate>Sun, 28 May 2006 03:49:40 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Equipment]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2006/05/27/finally-a-digital-photo-camera/</guid>
		<description><![CDATA[My wife and I drove up to my hometown of Weiser, Idaho for my baby sister Kayla&#8217;s High School graduation. On the way north, we stopped at Best Buy and took a look at the HP Photosmart E317 digital photo camera. I bought one on sale for only $89 (plus tax) and we got back [...]]]></description>
			<content:encoded><![CDATA[<p>My wife and I drove up to my hometown of Weiser, Idaho for my baby sister Kayla&#8217;s High School graduation. On the way north, we stopped at <a href="http://www.bestbuy.com/">Best Buy</a> and took a look at the <a href="http://h10010.www1.hp.com/wwpc/uk/en/sm/WF05a/5043-5683-5887-5887-12322382-12174406.html">HP Photosmart E317 digital photo camera</a>. I bought one on sale for only $89 (plus tax) and we got back on the road.</p>
<p>Last night, I got home from Washington, D.C., Virginia (a.k.a. Alexandria; hehe) at about 11:30pm. Before going to bed, I grabbed a small bite and watched a little TV (for 10 minutes or so) while eating. There was a Best Buy ad on TV for the HP digital camera, which is why I wanted to check it out.</p>
<p>I&#8217;ve only taken a couple of pictures, so far, but they&#8217;ve turned out quite well. It&#8217;s very easy to use, which is good since it doesn&#8217;t come with a &#8220;real&#8221; user&#8217;s guide (like I would need it, I mean, come on! :) ). It&#8217;s a 5MP camera, producing images at 2560&#215;1920 resolution (quite a bit better than what you get with 35mm film). It also found all the photos that were on the 512MB SD card I&#8217;ve used with my digital video camera (it will take stills on SD or discs). I have almost 600 photos (at 1280&#215;1024) on there already and the camera says that I can fit another 314 (at 2560&#215;1920) on before I fill up the card.</p>
<p>My Dad recently bought an Olympus photo printer. I plugged the HP Photosmart E317 into the printer with the USB cable that came with the camera, surffed through (on the camera) and picked out 3 pictures and hit print (on the camera) and in about 2 minutes I had 3 photos on real photo paper. The quality is excellent, too.</p>
<p>Overall, I can definitely recommend this camera to others, especially while it&#8217;s on sale at Best Buy for only $89. It even comes with Lithium batteries and a carrying case that can be worn on your belt.</p>
<p>A word to the wise, though: if you have or are going to purchase a digital photo camera that uses SD cards (or similar) get the high speed kind. You&#8217;ll be thanking me later when you see how long other people have to wait before taking another shot. The 512MB SD card I am currently using is of the standard speed variety, and it takes about 8 seconds to finish writing a 5MP JPEG to the card. Thankfully, this camera has 16MB RAM, so I can take a few photos in a row and let it write them to the card in the background (if I&#8217;m not waiting for the flash to recharge). Still, I wish I had a faster card for these cameras.</p>
<p>Some other nice features:<br />
- You can record audio<br />
- You can record audio notes about a picture while browsing through them<br />
- It can take video<br />
- When plugging it into your computer, it can be configured to show up either as a storage device (SCSI disk, like an SD card reader), or as a camera which you could use with video conferencing software.</p>
<p>No, HP is not giving me anything for plugging this camera. The opinions expressed here are entirely my own. Blah, blah, blah.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2006/05/27/finally-a-digital-photo-camera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

