118435211_5a283d41ef.jpgI received the Senao Net2511 MP WiFi card in the mail yesterday and the stompbox booted right up into AP mode. The card’s got a 200mW transmitter and should belt out the signal quite well, even with the antennas I stole from my WRT-54G. One of these days I’ll take the laptop out in the field and see how far it reaches.

I also re-installed the Stompbox image and reconfiguring it just to back out a few mistakes I’d made. Just for reference, if you happen to use the Stompbox image, do NOT “apt-get update” or you’ll get an upgraded glib6 with your next install which chews up almost all of the space remaining on the CF card and causes library issues with some of the stripped down packages, most notably dpkg.

It’s a good idea to backup the image frequently to make restoring easy. I used “dd if=/dev/sda of=stomp.img bs=8192 count=15648″ to make the backup. The count is important as devices don’t always have an EOF to mark when to quit and dd isn’t smart enough to see the seek errors.

OpenVPN is now installed using a back ported package to woody although I don’t think it’s very happy with the config I copied from my old router. Right now it connects fine but dies of a SIGUSR1 every 30 seconds. I can’t see how anything local is giving the sig, so I’m assuming it’s something internal to the openvpn process. (USR1 is the signal used to ask the daemon to reconnect.) The server logs don’t seem to indicate any problems so I’m pretty sure it’s the client.