Package: linux-wlan-ng Version: 0.2.2-2 The problem is that the /etc/pcmcia/wlan-ng.conf file links the MA401RA card to the prism2_cs module, while it should be to the orinico_cs module. The only thing I had to do to make it work is to replace the following lines:
card "NETGEAR MA401RA 11Mbps 802.11 WLAN Card" version "NETGEAR MA401RA Wireless PC", "Card", "ISL37300P", "Eval-RevA" bind "prims2_cs" by these ones: card "NETGEAR MA401RA 11Mbps 802.11 WLAN Card" version "NETGEAR MA401RA Wireless PC", "Card", "ISL37300P", "Eval-RevA" bind "orinoco_cs" I am using Debian GNU/Linux unstable, kernel 2.6.5. -- Marco Laverdière

