| Host AP  driver for Prism2/2.5/3 WLAN cards by Jouni Malinen  
 
  hostap-driver-0.4.9-ipcop-0.2.1.tar.gz MD5 chksum: ef34fe2e68d3faaa8699c16cef1e4655
 Size: 338119 bytes
 
 After downloading install using:
 
 root@copper:/tmp # tar xvfz hostap-driver-0.4.9-ipcop-<version>.tar.gz -C /
root@copper:/tmp # depmod -aIf you have a PCI card use: root@copper:/tmp # modprobe hostap_pcior if you own a PCMCIA / Cardbus card: root@copper:/tmp # modprobe hostap_csifconfig -a and iwconfig should show wifi0 and wlan0 interfaces. 
 I found that I needed to flash a newer firmware to be able to use WPA. No problem after I found Jun Sun's excellent site
    Before:
 
 root@copper:/tmp # hostap_diag wlan0
Host AP driver diagnostics information for 'wlan0'
NICID: id=0x8008 v1.0.0 (HWB3163, Prism II reference with SSF Flash)
PRIID: id=0x0015 v0.3.0
STAID: id=0x001f v1.3.4 (station firmware)Flash it baby: 
 root@copper:/tmp # prism2_srec -v wlan0 s1010701.hexAfter: 
 root@copper:/tmp # hostap_diag wlan0
Host AP driver diagnostics information for 'wlan0'
NICID: id=0x8008 v1.0.0 (HWB3163, Prism II reference with SSF Flash)
PRIID: id=0x0015 v0.3.0
STAID: id=0x001f v1.7.1 (station firmware) 
 |