Comment 37 for bug 62685

Revision history for this message
nuku (nuku) wrote :

To find the pcmcia IDs you can "lspcmcia -v" (in pcmciautils). Given you have a prism based and not a hermes based card, it should be possible to add the IDs to drivers/net/wireless/hostap/hostap_cs.c. Search for PCMCIA_DEVICE_MANF_CARD.
You may want to check if the IDs are already present and are refined by a string based match (.._PROD_ID1..) as those IDs are conflicting with other incompatible cards with the same ID and finally add the appropiate full match (from your "lspcmcia -v" output).