I have spent a frustrating 2 weeks with Angstom, and I was able to get WPA to work just fine, but could get virtually nothing else to run reliably. So now I'm here, with all the desktop and utility software I need, but no WPA :-(
Here's what I've done so far, palallelling what worked on Angstrom:
- Edit /etc/wpa_supplicant.conf to describe my WPA setup
- Added my Ambicom WL1100C card to /etc/pcmcia/hostap_cs.conf
- Tried uploading the RAM image to the card with
CODE
prism2_srec -r wlan0 /etc/pcmcia/firmware/rf010804.hex
. This worked on Angstrom, but here it gives:CODE
ioctl[PRISM2_IOCTL_HOSTAPD]: Operation nnot supported.
Missing wlan component info
Could not read wlan RIDs
Missing wlan component info
Could not read wlan RIDs
- Thinking that the errors might be caused by the card being powered off I tried each of the following:
CODE
cardctl eject 0
followed by CODE
cardctl insert 0
nd when that didn't work, I tried
CODE
ifconfig wlan0 up
In both cases the card LED began flashing but nothing else changed. prism2_srec gave eh same error message.
Finally I looked at lsmod and seeing that hostap was not loaded, i did
CODE
insmod hostap
insmod hostap_cs
insmod hostap_cs
None of the above changed the prism2_srec error in any way.
I also tried installing Capn fish's new wlanconfig2 utilities, but it has many unresolved dependencies and without a network connection, it would be very tedious to manually fulfil them.
Please, I am out of ideas and need help!
Walt
