<?xml version="1.0" encoding="utf-8"?>
<!-- name="generator" content="pyblosxom/1.4.2 8/16/2007" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
<channel>
<title>The Geekess   </title>
<link>http://sarah.thesharps.us</link>
<description>Linux, bicycling, open source, gardening, amateur rockets, and other seemingly unrelated hobbies.</description>
<language>en</language>
<item>
  <title>Update for Netconsole Tutorial</title>
  <link>http://sarah.thesharps.us/2010-03-26-09-41.html</link>
  <description><![CDATA[
<p><a href="http://www.flickr.com/photos/pfly/130659908/"><img
src="http://lh6.ggpht.com/_KnE2M8e3X8Q/S6z4IPztwSI/AAAAAAAAE_Y/7O7nJuT8deQ/s200/130659908_922e26a071_b.jpg"
alt="Image Copyright pfly -- http://www.flickr.com/photos/pfly/130659908/"
align="left" /></a> A while back I posted a <a
href="http://sarah.thesharps.us/2009-02-22-09-00">Netconsole tutorial</a> for
how to capture Linux kernel debugging messages from a crashing machine.  I've
refined the instructions down to three scripts and three commands, which are
after the break.</p>

<p><p class="readmore"><a href="http://sarah.thesharps.us/2010-03-26-09-41.rss">Read more &raquo;</a></p>
]]></description>
</item>

<item>
  <title>Installing a custom kernel with USB 3.0 support</title>
  <link>http://sarah.thesharps.us/2009-06-09-13-30.html</link>
  <description><![CDATA[
<p>This documents my personal flow for downloading and installing a Linux kernel
with my xHCI and USB 3.0 code.  Until the code is in the upstream kernel and
shipping in Linux distributions, you'll have to follow these directions to get
Linux USB 3.0 support.</p>

<p><p class="readmore"><a href="http://sarah.thesharps.us/2009-06-09-13-30.rss">Read more &raquo;</a></p>
]]></description>
</item>

<item>
  <title>USB 3.0 support: coming soon to a Linux kernel near you!</title>
  <link>http://sarah.thesharps.us/2009-06-07-20-00.html</link>
  <description><![CDATA[
<p><img
src="http://lh5.ggpht.com/_KnE2M8e3X8Q/STQ4kNz0RFI/AAAAAAAABJ0/z7CV74jd6V0/s144/ss-logo.jpg"
align="left"> The xHCI (USB 3.0) host controller driver and initial support for
USB 3.0 devices is now publicly available on my kernel.org <a
href="http://git.kernel.org/?p=linux/kernel/git/sarah/xhci.git;a=summary">git
tree</a>.  Greg K-H has queued the patches for 2.6.31, so Linux users should
have official USB 3.0 support around September 2009.  This is impeccable timing,
since NEC recently announced they'll be <a
href="http://www.dailytech.com/NEC+Introduces+First+USB+30+Host+Controller/article15178.htm">producing
1 million xHCI PCI express add-in cards in September</a>.</p>

<p>This means that Linux will be the first operating system with official USB 3.0
support.  I'm working with Keve Gabbert (the OSV person in my group at Intel) to
make sure that Linux distributions like Ubuntu and Red Hat pick up the xHCI
driver.  Advanced users can always compile their own kernel on a standard
distro install.</p>

<p>I hope that some USB 3.0 vendors who have prototypes will test with my driver.
Instructions on how to compile a kernel using my git tree will follow.</p>

<p>This is a giant project that I've been working on for the past year and a half.
It's gratifying to see the code finally released, and exciting to know that
hardware is on its way.</p>

]]></description>
</item>

<item>
  <title>Debugging with printks over Netconsole</title>
  <link>http://sarah.thesharps.us/2009-02-22-09-00.html</link>
  <description><![CDATA[
<p><a href="http://flickr.com/photos/saschaaa/152502539/"><img
src="http://lh6.ggpht.com/_KnE2M8e3X8Q/SaGKChDWvUI/AAAAAAAABws/fqeImMeuZvg/s200/flickr-saschaa-ethernet-cable-152502539_c4cb9121eb_m.jpg"
alt="Image Copyright saschaaa -- http://flickr.com/photos/saschaaa/152502539/"
align="left" /></a> Netconsole is a powerful Linux kernel debugging tool.  The
dmesg output from a machine under test is transferred over an ethernet link (via
UDP packets) to another machine.  That means that you can see the debugging
messages from the test machine on the screen of another machine.  Netconsole
isn't good for debugging early kernel panics, but it is very useful if your new
kernel driver hangs your system.</p>

<p>I used it to debug an oops in the xHCI driver that was caused by a NULL pointer
access in a kernel linked list -- I should have used list_empty().  It took four
hours to get netconsole working, even with three people who were clueful about
Linux.  (A big thank you goes out to Jamey Sharp and Josh Triplett for their
help with this.)</p>

<p>At the time, there was no good tutorial that talked about all the basics and
gotchas, so I decided to create one.  This tutorial walks you through
configuring both machines to be on the same network subnet, configuring the
target machine to listen to UDP packets from the source, and configuring the
source to send the kernel debugging messages over UDP.</p>

<p>UPDATE: My latest scripts for setting up Netconsole are <a
href="http://sarah.thesharps.us/2010-03-26-09-41">here.</a></p>

<p><p class="readmore"><a href="http://sarah.thesharps.us/2009-02-22-09-00.rss">Read more &raquo;</a></p>
]]></description>
</item>

<item>
  <title>USB 3.0 and Linux</title>
  <link>http://sarah.thesharps.us/2008-12-07-13-35.html</link>
  <description><![CDATA[
<p>USB is getting a facelift!</p>

<p>In the beginning, there was USB 1.1, with the "low speed" and "full speed"
devices (at 1 Mbps and 12 Mbps, respectively).  Then USB 2.0 came along with
"high speed" devices that ran at 480 Mbps.  Now the new USB 3.0 bus
specification defines "SuperSpeed" devices that run at 5 Gbps (5,120 Mbps).</p>

<p><center>
<img src="http://lh5.ggpht.com/_KnE2M8e3X8Q/STQ4kNz0RFI/AAAAAAAABJ0/z7CV74jd6V0/s400/ss-logo.jpg" alt="SuperSpeed Logo - image copyright 2008 Sarah
Sharp" title="" />
</center></p>

<p>Now that the bus specification is public, I can finally talk about the code I've
been developing at work.  I've been writing a Linux driver for xHCI (the new USB
3.0 host controller), and changing the Linux kernel stack to support USB 3.0
devices.  On November 17th, I got to demo my work at the world's first USB 3.0
<a href="http://www.usb.org/developers/presentations/">"SuperSpeed" Developers Conference</a>.</p>

<p><center>
<embed id="VideoPlayback"
src="http://video.google.com/googleplayer.swf?docid=-6015621370324169356&amp;hl=en&amp;fs=true"
style="width:400px;height:326px" allowFullScreen="true"
allowScriptAccess="always" type="application/x-shockwave-flash"></embed>
</center></p>

<p>This is a demo showing a USB 3.0 Mass Storage Device (commonly called a USB
drive, thumb drive, or flash drive) prototype running under Linux with an
unmodified Mass Storage Device driver.  My Linux xHCI driver is necessary to
communicate with the USB 3.0 device through the xHCI host controller prototype.
The FPGA prototype was provided by Fresco Logic, a company that sells host
controller and device IP.</p>

<p>The demo showed speeds that were about 3.5 times faster than USB 2.0 high speed
devices.  I expect this demo to be even faster when the device and host
controller are implemented in silicon.</p>

<h2>Details about USB 3.0</h2>

<p>USB 3.0 is 10 times faster than USB 2.0.  Roughly speaking, it means that a file
that takes 30 minutes to transfer over USB 2.0 could take 3 minutes to transfer
under USB 3.0.</p>

<p>USB 3.0 also provides better power management, which translates to longer laptop
battery life.  USB 3.0 is backwards compatible.  That means you can plug all
your USB 2.0 devices into a USB 3.0 port, or plug your USB 3.0 device into a USB
2.0 port.  The USB 3.0 device will work at USB 2.0 speeds in the latter case,
but that means consumers don't have to upgrade their PC or laptop to use USB 3.0
devices at the slower speed.</p>

<p><p class="readmore"><a href="http://sarah.thesharps.us/2008-12-07-13-35.rss">Read more &raquo;</a></p>
]]></description>
</item>

<item>
  <title>Student Day at Linux Plumbers Conference</title>
  <link>http://sarah.thesharps.us/2008-08-18-17-15.html</link>
  <description><![CDATA[
<p>For the past couple of months, I've been helping organize a student
mini-conference for LPC, which will take place on September 16th.  So far we
only have 9 people registered for student day.  We would like at least 15
students to make the student mini-conference a full-day event, and this week is
the deadline for conference organizers to decide whether they need to scale
back.</p>

<p>If you're a student, and you're even remotely interested in open source
development, I suggest you take a look at the <a
href="http://linuxplumbersconf.org/program/students/">Linux Plumbers Conference
Student Day page</a> and <a
href="http://linuxplumbersconf.org/register/">register for the event</a>.</p>

<p>Why is this event cool?  As one project manager at IBM's Linux Technology Center
said, "I would have killed for an experience like this as an undergrad.
Students get to talk one-on-one with open source developers for a whole day, and
then they get to go to Linux Plumbers Conference too!  How could you pass that
up?"</p>

<p>To some students, it may sound daunting.  A whole conference full of
professional open source developers?  I was nervous when I went to my first
Linux conference too.  It was a small conference called FreedomHEC.  I was
really shy, but I (a lowly undergrad at Portland State) got to talk to Greg
Kroah-Hartman (subsystem maintainer for USB and PCI) face to face.  That's
when I realized that open source developers are people too, and I could
actually, like, talk to them.</p>

<p>Student registration is $50.  (My friend Brandon, when asked if $50 was too
expensive for students, said, "$50 is a new video game or a really hot Friday
night date.  It's not that much.")  Registration is open to part-time and
full-time undergraduates and graduate students, along with advanced high school
students.  (Trust me on the registration requirements, some portions of the LPC
site haven't been updated with the new requirements yet.)</p>

<p>So you have no excuse not to attend!  If you have any questions, feel free to
email me personally.  Otherwise, <a
href="http://linuxplumbersconf.org/register/">go register</a>!</p>

]]></description>
</item>

<item>
  <title>Dispelling a Linux Myth</title>
  <link>http://sarah.thesharps.us/2008-07-25-18-55.html</link>
  <description><![CDATA[
<p>Over the past week, I've run into two different people who expressed the same
thought, "Linux lacks support for a lot of devices."  I told them that this was
a myth, and the <a href="http://www.linuxdriverproject.org">Linux Driver
Project</a> has <a
href="http://www.kroah.com/log/linux/linux_driver_project_status-2008-04.html?seemore=y">proven
it is a myth.</a></p>

<p>Today I had an idea for a way to dispel this myth.  I think someone should post
a video of them walking into Circuit City, buying a random device, and walking
out to their car.  The video shows them configuring it on a Linux box and
testing it.  Then they would return the device and buy a new device.  Buy,
configure, return; repeat as necessary.  The devices and configuration notes
could be posted on the Linux Drivers Project wiki.</p>

<p>Now to find a decent videographer, buy a GSM data phone plan (for downloading
packages and drivers in the car), and find some funding for devices that are
non-returnable.  In my copious spare time, of course.</p>

]]></description>
</item>

<item>
  <title>Five projects I&apos;ve been procrastinating on</title>
  <link>http://sarah.thesharps.us/2008-07-15-21-00.html</link>
  <description><![CDATA[
<p>We all have projects that have been pushed onto the back burner, or even shoved
into a closet to be dealt with "later, when I have time".  Every once in a while
I get freaked out by all the crap I'm not doing.  To purge my guilty conscious
so I can finally work on one of these projects this evening, I present my list
of "dusty projects":</p>

<ul>
<li><b>LPCUSB</b>  This is a small open source project to write a slave-side USB
stack for the NXP LPC2xxx ARM microprocessors.  We want to use this for the
rocket, but the code needs to use interrupts instead of polling and support
isochronous transfers.  I actually ran into Bertrik, who started the project,
on the LessWatts IRC channel today.  He gave me commit access a year ago and
I haven't touched it.  Ouch.</li>
<li><b>usbfs2</b>  I've <a
href="http://sarah.thesharps.us/2008-05-07-22-00.cherry">talked a little</a>
about this project before.  The rewrite of usbfs has been put on hold until I
can work through Zach Brown's aio patches.  They make my head hurt, and I've
been avoiding them.</li>
<li><b>Sunbird and RTM integration</b>  The official Remember the Milk plugin to
integrate your todo list with Mozilla's calendaring software, Sunbird, lacks
offline support.  If I have an internet connection why would I use Sunbird?
Someone posted on my old livejournal, asking me to keep them informed of my
progress on writing a GCal backend for this.  Uh, yeah, the project never
made it past the initial blog post explaining the problem.</li>
<li><b>Switching to mbsync</b> I've been wanting to read email on multiple
laptops for a month now, which means my current fetchmail setup isn't going
to cut it.  I need to use IMAP instead of POP3, but I've avoided touching
that project with a ten-foot pole.  The Gmail interface is good enough for me
right now.</li>
<li><b>Enabling better PM on my eeepc</b>  I haven't used powerTOP to optimize my
eeepc power consumption yet.  The batteries last about 2.5-3 hours with the
wifi enabled, but I suspect I can do better.  I also haven't fixed the
problem where the laptop doesn't actually turn off when I power it down.
Arjan told me it might be a BIOS bug, and Brandon suggested it was the intel
sound module.  I haven't checked either of these yet.</li>
</ul>

<p>That's enough of a list for now.  I could dig more dusty projects out of my
brain, but that would stop me from working on any of them.  I think I'll tackle
the hardest one, which is reading Zach's aio patches.  Good luck with your own
"dusty projects".</p>

]]></description>
</item>

<item>
  <title>Portland State Aerospace Society meeting notes for 2008-05-21</title>
  <link>http://sarah.thesharps.us/2008-05-21-22-00.html</link>
  <description><![CDATA[
<p>The Portland State Aerospace Society (PSAS) builds, designs, and launches open
source amateur rockets. If you haven't heard about PSAS, watch my five minute <a
href="http://www.youtube.com/watch?v=nYLIYab6-OY">Ignite Portland 2 talk</a> and
<a href="http://psas.pdx.edu/~sarah/ignite-portland2-pres.pdf">follow along with
the sides</a>.</p>

<p>In this PSAS episode, we talk with some potential members, work on
simulators, and stare at shiny LEDs.</p>

<p>Slow meeting.  I was distracted because I was playing with my new eeepc 900.
Some new members showed up, and Andrew attempted to explain some rocket science
to them:</p>

<p><center>
<a
href="http://picasaweb.google.com/saharabeara/BlogPics/photo#5203058846164307218"><img
src="http://lh4.ggpht.com/saharabeara/SDT6dB8TzRI/AAAAAAAAAQY/1w0MGYwfhCw/s288/05212008.jpg"
/></a>
</center></p>

<p>Sounds like the guy in the black t-shirt (Eric) is interested in communications and our open source
GPS.  Not sure what the guy in plaid (George) is interested in.</p>

<p>Jamey, Josh, and Fletcher (a high school student) are working on the software
simulator this evening.  We don't have the sensor nodes designed yet, but want
want to feed old data into our flight computer software to test it.
Then we can inject failures and see how the software reacts.  It's a good idea
because the hardware people *cough* Andrew *cough* haven't started laying out
the sensor node schematics.  They haven't even put the sensors on a bread board
yet, although they did build a turntable to test the accelerometers.</p>

<p>On a completely unrelated note, Frank (our "Resident Artiste") brought his
electronics project.  He's building an art installation that includes tri-color
LEDs.</p>

<p><center>
<a
href="http://picasaweb.google.com/saharabeara/BlogPics/photo#5203058970718358898"><img
src="http://lh5.ggpht.com/saharabeara/SDT6kR8TzXI/AAAAAAAAARI/HCRWlU-0-kg/s400/05212008%28006%29.jpg"
/></a>
</center></p>

<p>Shiny!</p>

]]></description>
</item>

<item>
  <title>Portland State Aerospace Society meeting notes for 2008-05-14</title>
  <link>http://sarah.thesharps.us/2008-05-14-22-00.html</link>
  <description><![CDATA[
<p>The Portland State Aerospace Society (PSAS) builds, designs, and launches open
source amateur rockets. If you haven't heard about PSAS, watch my five minute <a
href="http://www.youtube.com/watch?v=nYLIYab6-OY">Ignite Portland 2 talk</a> and
<a href="http://psas.pdx.edu/~sarah/ignite-portland2-pres.pdf">follow along with
the sides</a>.</p>

<p>In this PSAS episode, Tim shows off the airframe shell he's been working on:</p>

<p><center>
<a
href="http://picasaweb.google.com/saharabeara/BlogPics/photo#5200446442065185858"><img
src="http://lh5.ggpht.com/saharabeara/SCuyfGS9TEI/AAAAAAAAAMI/i5ekwuEa9dg/s400/05142008%28001%29.jpg"
/></a>
</center></p>

<p>Tim's vacuum setup for pulling epoxy into the fiberglass airframe isn't perfect.
There was a large piece near the top where epoxy didn't flow.</p>

<p><center>
<a
href="http://picasaweb.google.com/saharabeara/BlogPics/photo#5200446446360153170"><img
src="http://lh6.ggpht.com/saharabeara/SCuyfWS9TFI/AAAAAAAAAMQ/N1puyrrP89Q/s400/05142008%28002%29.jpg"
/></a>
</center></p>

<p>Tim brought a work light to demonstrate that the fiberglass shell is slightly
translucent.  Andrew (in his bun-bun shirt) demonstrated said translucence.</p>

<p><center>
<a
href="http://picasaweb.google.com/saharabeara/BlogPics/photo#5200446446360153186"><img
src="http://lh6.ggpht.com/saharabeara/SCuyfWS9TGI/AAAAAAAAAMY/c40gdErhqoA/s400/05142008%28003%29.jpg"
/></a>
</center></p>

]]></description>
</item>

<item>
  <title>Portland State Aerospace Society meeting notes for 2008-05-07</title>
  <link>http://sarah.thesharps.us/2008-05-07-22-00.html</link>
  <description><![CDATA[
<p>I have become the official blogger for the Portland State Aerospace Society
(PSAS).  If you haven't heard about PSAS, watch my five minute <a
href="http://www.youtube.com/watch?v=nYLIYab6-OY">Ignite Portland 2 talk</a> and
<a href="http://psas.pdx.edu/~sarah/ignite-portland2-pres.pdf">follow along with
the sides</a>.</p>

<p>In this PSAS weekly episode, I talk about the rocket airframe and the software
for the avionics sensor nodes.</p>

<p><u>Airframe</u></p>

<p>Tim showed off pictures of his setup for creating the light-weight fiberglass
shell that goes around our rocket:</p>

<p><center>
<a
href="http://picasaweb.google.com/saharabeara/BlogPics/photo#5200443040451087362"><img
src="http://lh5.ggpht.com/saharabeara/SCuvZGS9TAI/AAAAAAAAALM/hDGzwoOfhAY/s400/05072008%28004%29.jpg"
/></a>
</center></p>

<p><p class="readmore"><a href="http://sarah.thesharps.us/2008-05-07-22-00.rss">Read more &raquo;</a></p>
]]></description>
</item>

<item>
  <title>Pyblosxom TODO</title>
  <link>http://sarah.thesharps.us/2008-03-30-00-28.html</link>
  <description><![CDATA[
<p>Things I still need to install and test before I decide on Pyblosxom as my
blogging platform:</p>

<ul>
<li>comments and captchas</li>
<li><strike>the readmore plugin</strike> (because my entries are often long)</li>
</ul>

<p>There's also a very long list of things I'd like to do if I decide on Pyblosxom:
<p class="readmore"><a href="http://sarah.thesharps.us/2008-03-30-00-28.rss">Read more &raquo;</a></p>
]]></description>
</item>

<item>
  <title>Now with even more Git!</title>
  <link>http://sarah.thesharps.us/2008-03-29-15-00.html</link>
  <description><![CDATA[
<p>I'm currently setting up my remote git repository for my blog.  I have to setup
a post-update script, so that changes to the remote repo will be reflected in
the local checkout of my blog (which is on the same server, coincidentally).
It's a bit of a hack, but PyBlosxom needs the actual files around somewhere on
the server.</p>

<p>Here's my post-update script (where <code>$blog</code> is the directory of your local repository):</p>

<p>&#35;!/bin/sh</p>

<pre><code>cd $blog
unset GIT_DIR
git-fetch origin
git-reset --hard origin/master
</code></pre>

]]></description>
</item>

<item>
  <title>Gaps in the Pyblosxom install instructions</title>
  <link>http://sarah.thesharps.us/2008-03-28-20-00.html</link>
  <description><![CDATA[
<p>I just installed Pyblosxom on Jamey's Debian server, and now I'm posting my
installation notes on my new Pyblosxom blog!</p>

<p>Unfortunately, the Debian package for Pyblosxom has been orphaned.  The package
version is 1.3.2, and the current Pyblosxom version is 1.4.3.  Someone submitted
a bug report about the lack of updates, and included a link to a package they'd
updated to 1.4.2.  This was before the package was orphaned, so no one could
sponsor an upload of the new package.  I grabbed the 1.4.2 .deb file and
installed it with <code>dpkg -i</code>.  Works great so far.</p>

<p>There are two installation pages on the Pyblosxom website that I found relevant:
the <a
href="http://pyblosxom.sourceforge.net/1.4/manual/install_debian.html">Debian
install instructions</a>, and the <a
href="http://pyblosxom.sourceforge.net/1.4/manual/install_cgi.html">CGI
install instructions</a>.</p>

<p>The Debian instructions are very short, and it didn't mention that the Debian
package installs flavours in
<code>/usr/share/python-support/pyblosxom/Pyblosxom/flavours</code>.  I copied those files
to my homedir so that I could modify the HTML flavor and change the look of my
blog.</p>

<p>The CGI instructions didn't mention that flavourdir is a string, not a list of
strings.  So it can only be one directory, not multiple directories.  If you
wanted to keep the default Debian flavour directory, you would put this line in
your <code>/etc/pyblosxom/config.py</code>:</p>

<pre><code>py["flavourdir"] = "/usr/share/python-support/pyblosxom/Pyblosxom/flavours"
</code></pre>

<p>My blog URL is currently at <code>http://minilop.net/cgi-bin/pyblosxom.cgi</code>  The
installation instructions talk about using Apache mod_rewrite to change your
blog URL to something more sane, but you really don't need Apache.  Jamey's
server runs LightTPD, and he's said you can do similar URL redirections with it.</p>

<p>Several times during the install, I had to check for Pyblosxom error messages in
<code>/var/log/lighttpd/error.log</code>.</p>

]]></description>
</item>

<item>
  <title>Organizing my life</title>
  <link>http://sarah.thesharps.us/2008-03-26-19-35.html</link>
  <description><![CDATA[
<p>I've been slightly side-tracked from my quest to host my own blog by the search
for a good calendar and todo list application.  It is still sort of relevant,
because I'd like to embed my calendar in my blog.  It's really useful to point
family members to a web calendar and say, "You pick a free night for us to have
dinner."</p>

<p>My current setup is just not working.  I've been keeping my todo list and
events in a plain text file in a git repository.  I usually only check the file
when I'm adding a new task or event.  This means I'm suddenly faced with the
mountain of undone tasks during a (usually) stressful moment.  It's no wonder
I've slowly started avoiding looking at that file at all.  I need something
pretty that I can bear to look at every morning.</p>

<p>I'd like to have a nice GUI to display my calendar and todo list, and a way to
do offline edits for both.  A way to publish my calendar on the web and keep
some events private is a must.</p>

<p>I've found a partial solution with <b>Google Calendar + Sunbird + GCalDaemon +
Remember the Milk</b>.  As of today, I can view and edit my Google Calendar
with Sunbird, and I can view my Remember the Milk (RTM) todo lists in Sunbird.
The only thing lacking is the support to edit my RTM todo lists in Sunbird,
both online and offline.</p>

<p>Screenshots of the integrated goodness:</p>

<p><center><a href="http://picasaweb.google.com/saharabeara/Misc/photo#5182247943784614434"><img src="http://lh3.google.com/saharabeara/R-sLDFNHyiI/AAAAAAAAAHk/bJPFMkOQ8EQ/s400/sunbird01.png" /></a></center></p>

<p>Having separate work and personal todo lists is wonderful because I can hide
the tasks by unclicking the RTM calendar that they're associated with.  Now I
won't think about putting out the garbage when I really should be figuring out
how to use the signing-party package to sign Matthew Wilcox and James Perkins'
GPG keys.</p>

<p><center><a href="http://picasaweb.google.com/saharabeara/Misc/photo#5182247948079581746"><img src="http://lh4.google.com/saharabeara/R-sLDVNHyjI/AAAAAAAAAHs/4pZMqMZWHFU/s288/sunbird02.png" /></a></center></p>

<p>The public side of my Google Calendar can be found via html <a
href="http://www.google.com/calendar/embed?src=saharabeara%40gmail.com&amp;ctz=America/Los_Angeles">here</a>
or via ical <a
href="http://www.google.com/calendar/ical/saharabeara%40gmail.com/public/basic.ics">here</a>.
Please don't stalk me.</p>

<p><p class="readmore"><a href="http://sarah.thesharps.us/2008-03-26-19-35.rss">Read more &raquo;</a></p>
]]></description>
</item>

<item>
  <title>About This Blog</title>
  <link>http://sarah.thesharps.us/2002-06-06-00-01.html</link>
  <description><![CDATA[
<p>This blog is powered by PyBlosxom, an open source python project.  I have the
tags plugin installed, which allows you, the reader, to filter what blog entries
you want to see.</p>

<p>For instance, if you only want to see entries tagged with "open source", you can
append that tag to the end of my blog URL like so:</p>

<p><a href="http://sarah.thesharps.us/tags/open%20source">http://sarah.thesharps.us/tags/open%20source</a></p>

<p>Or you can find an entry with an "open source" tag and click on the tag for a
link to that URL.</p>

<p>You can also get an RSS feed for all my entries:</p>

<p><a href="http://sarah.thesharps.us//index.rss">http://sarah.thesharps.us//index.rss</a></p>

]]></description>
</item>

<item>
  <title>USB 3.0 FAQ</title>
  <link>http://sarah.thesharps.us/usb3.html</link>
  <description><![CDATA[
<p><b>What is USB 3.0?</b></p>

<p><a href="http://www.usb.org/developers/docs/">USB 3.0</a> is a new Universal
Serial Bus specification that was released in November 2008.  It promises wire
speeds of 5Gbps, bi-directional communication, and better power management.</p>

<p><b>What is xHCI?</b></p>

<p>The eXtensible Host Controller Interface (xHCI) is the hardware on your PC that
talks to USB 3.0 devices and legacy USB devices.  The xHCI specification
details can be found on <a
href="http://www.intel.com/technology/usb/xhcispec.htm">Intel's website</a>.</p>

<p><!--BREAK---></p>

<p><b>Wasn't USB 2.0 good enough? Why is USB 3.0 cool?</b></p>

<p>USB 3.0 is expected to be 10 times faster than USB 2.0.  It's also more power
efficient, which translates into longer laptop battery life.  Since USB 3.0
packets are routed instead of broadcast, idle links can be automatically put
into low power states without the help of an operating system.  USB 3.0 also
adds the concept of endpoint "streams", which are used to submit multiple SCSI
commands and get better performance out of USB attached SCSI hard drives and
flash drives.</p>

<p><b>What about all my old USB devices?</b></p>

<p>Older USB devices will still work when you plug them into a USB 3.0 port on an
xHCI host controller.  They will still operate at their original speeds.</p>

<p><b>Can I plug a USB 3.0 device into my old computer?</b></p>

<p>If you plug a USB 3.0 device into an EHCI host controller, it will work at USB
2.0 speeds.  To get 5Gbps wire speed, you need an xHCI host controller.</p>

<p><b>USB 3.0 sounds pretty cool.  When will Linux support it?</b></p>

<p>The Linux xHCI driver has been merged into 2.6.31.  The git development tree
for the driver can be found on <a
href="http://git.kernel.org/?p=linux/kernel/git/sarah/xhci.git;a=summary">kernel.org</a></p>

<p><b>Is there any mailing list for xhci driver related discussions?</b></p>

<p>You can subscribe to the linux-usb mailing list at <a
href="http://www.linux-usb.org/mailing.html">http://www.linux-usb.org/mailing.html</a>
I'll also post updates on my blog.</p>

<p><b>I found a bug in the xHCI driver.  What should I do?</b></p>

<p>Enable xHCI debugging in your kernel (<code>CONFIG_USB_XHCI_HCD_DEBUGGING</code>) and send
your dmesg output to sarah.a.sharp@linux.intel.com.  Please CC the Linux USB
mailing list linux-usb@vger.kernel.org.</p>

<p><b>You didn't answer my question; where can I find more info?</b></p>

<p>See <a href="">a longer blog post</a> for more information.</p>

]]></description>
</item>

</channel>
</rss>
