| 1 x | 5.0 volt power adapter | |
| 1 x | serial null-modem cable | |
| 1 x | console-st | |
| 1 x | gumstix connex 400xm | |
| 1 x | robostix | |
| 1 x | Screws & Spacers kit | |
| 1 x | wifistix-CF FCC |
to start with. I was able to get the gumstix, wifistix and robostix put together into a little sandwich. Not so easy and afread to screw something up, but got it together.
I then got the wifi up and running. At first I couldn't get a connection, but then I remembered I had enabled MAC address filtering on my AP. Once I added the MAC address from the wifistix (printed on a little label on the chip), I got a connection to the AP which is running DHCP.
I was able to ssh as root@ using "gumstix" as the password. Cool.

a ps -ax shows:
PID Uid VmSize Stat Command
1 root 340 S init
2 root SWN [ksoftirqd/0]
3 root SW [watchdog/0]
4 root SW< [events/0]
5 root SW< [khelper]
6 root SW< [kthread]
20 root SW< [kblockd/0]
37 root SW [pdflush]
38 root SW [pdflush]
39 root SW< [kswapd0]
40 root SW< [aio/0]
50 root SW [mtdblockd]
57 root SWN [jffs2_gcd_mtd1]
88 root 416 S < /sbin/udevd --daemon
127 root SW< [pccardd]
131 root SW< [pccardd]
186 root SW< [wlan_main_servi]
187 root SW< [wlan_reassoc_se]
267 root 292 S udhcpc -b -p /var/run/udhcpc.usb0.pid -i usb0
291 root 308 S udhcpc -b -p /var/run/udhcpc.mwlan0.pid -i mwlan0
310 root 316 S /usr/sbin/dropbear
316 www-data 376 S /usr/sbin/boa
320 root 336 S /sbin/getty -L ttyS0 115200 vt100
321 root 336 S /sbin/syslogd -n -m 0
322 root 324 S /sbin/klogd -n
343 root 368 S /usr/sbin/mDNSResponder -f /etc/bonjour.conf -b
357 root 508 R /usr/sbin/dropbear
358 root 468 S -sh
dropbear is the sshd server
as you can see it has the usb and mwlan (wifi) running dhcp as well as a serial login. There is also bonjour running.