I figured I'd move this over to it's own topic from
here.I've got a SMC2642W CF card:
# cardctl ident
Socket 0:
product info: " ", "SMC2642W 11Mbps Wireless CF Card", ""
manfid: 0xd601, 0x0005
function: 6 (network)
Socket 1:
no product info available
that connects using WEP just fine using OPIE, but won't connect at all in GPE, WEP or no. How can I tell 1) what driver it's trying to use now, 2) what driver I need to use, and 3) where to get the driver & how to load it?
FWIW I did the same thing that worked in OPIE to get my card to be recognized, I added the card as the first entry in /etc/pcmcia/hostap_cs.conf:
card "SMC2642W 11Mbps Wireless CF Card"
manfid 0xd601, 0x0005
bind "hostap_cs"
and removed the other two cards with the same manfid. I even added it to /etc/pcmcia/config:
card "SMC2642W 11Mbps Wireless CF Card"
manfid 0xd601, 0x0005
#bind "smc91c92_cs"
bind "orinoco_cs"
After a reboot the card app finally shows the right card, but no matter what I put in the config file, it still shows the hostap_cs driver loaded & won't connect.
Any ideas? thks