Thanks a lot folks.
Now on to figure out some of the rough edges, and get a newer kernel running.
...ken...WA2VFN...
BTW, if you are seeing a bit of slowness, try doing the following:
sudo echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
The default in the supplied kernel is 60000 (60MHz) and while that might be good for battery life, performance is poor.
600000 (600MHz) is much snappier. The default governor is ondemand, but the latency is a bit high.
Alternately you can:
sudo echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
which will bump the cpu speed to 1008MHz.