lo ideal seria que lo hubiera reconocido con los que lleva de serie. Con los nativos de linux con los hostap.
ifconfig wlan0 down
wlanctl-ng wlan0 lnxreq_ifstate ifstate=disable
/etc/init.d/CardBus stop
rmmod prism2_pci
rmmod hostap_pci
wget
http://hostap.epitest.fi/releases/hostap-driver-0.4.9.tar.gztar -xvzf hostap-driver-0.4.9.tar.gz
cd hostap-driver-0.4.9
wget
http://patches.aircrack-ng.org/hostap-driver-0.4.7.patchpatch -Np1 -i hostap-driver-0.4.7.patch
make && make install
mv -f /etc/pcmcia/wlan-ng.conf /etc/pcmcia/wlan-ng.conf~
/etc/init.d/pcmcia start
modprobe hostap_pci &>/dev/null
o sea que como ya los lleva incluidos desde el make, yo creo que deberia valer con
mv -f /etc/pcmcia/wlan-ng.conf /etc/pcmcia/wlan-ng.conf~
/etc/init.d/pcmcia start
modprobe hostap_pci &>/dev/null
pd: moviendo tema