Hi,
I'm trying to get a PCMCIA card working on a SOEKRIS 4521 board.
The chipset is a Prism 2 and I use the driver kmod-hostap.ipk and the kmod-pcmcia-core.ipk
I also had to compile the hostap_cs from the .tar file wich is missing in the package list.
I installed also the pcmcia-utils.ipk
I added the hostap_cs.conf in the /etc/pcmcia directory
Any idea where it could go wrong? How can I separate the possible isues with the pcmcia and the wifi driver?
Did I load all the required modules (see lsmod below?)
Module Size Used by Not tainted
hostap_cs 36956 0 (unused)
hostap_crypt_wep 2928 0 (unused)
hostap_crypt_tkip 7280 0 (unused)
hostap_crypt_ccmp 11748 0 (unused)
hostap 78408 0 [hostap_cs hostap_crypt_wep hostap_crypt_tkip hostap_crypt]
ds 5416 0 [hostap_cs]
yenta_socket 8680 2
pcmcia_core 36552 0 [hostap_cs ds yenta_socket]
nfs 57628 1
lockd 39268 0 [nfs]
sunrpc 57528 1 [nfs lockd]
natsemi 12576 2
Thanks for your feedback.