HandHelds.org
Handhelds.org is the home of the Familiar Linux distribution for iPAQs and Dell Axim and other assorted handheld computers. While it is still in pre 1.0 status, it works quite well on my iPAQ H5555. If you have the time, you might want to check it out. A list of supported handhelds can be found here.iPAQ H5555
The supported handheld I use is the iPAQ H5555. It has wireless, a 400mHz ARM processor. Plus, I a 1 gig SD card to improve my storage. The whole package. Check here for a whole list of supported handhelds.wpa_supplicant
I have figured out how to get my Linux (gentoo) powered laptop on the University of Louisville student wireless network. I have an Atheros powered wireless card, so I have to use wpa_supplicant. Here is my wpa_supplicant.conf:network={
ssid="ulsecure"
key_mgmt=WPA-EAP
eap=PEAP
identity="ULINK-username"
password="ULINK-password"
phase2="auth=MSCHAPV2"
}