ipw3945 Intel Wireless Driver

current version: 1.2.0
homepage: http://ipw3945.sourceforge.net/

Kind of annoying… wouldn't work until I realized ipw3945 is blacklisted in /etc/modprobe.d/blacklist…

Anyway, here are the files:

     package:
          ipw3945-1.2.0-i386-2.6.20.3-1www.tgz - for kernel 2.6.20.3
          ipw3945-1.2.0-i386-2.6.20_1www.tgz - for kernel 2.6.20

     source:
          ipw3945-build-1www.tar.bz2

You probably want it to automatically start upon bootup. To enable, add the following the /etc/rc.d/rc.local

# unload the ipw3945 module, because it hasn't started the regulatory
#  daemon properly (at all)
echo "unloading ipw3945:                /sbin/rmmod ipw3945"
/sbin/rmmod ipw3945
# load ipw3945 module
echo "starting ipw3945:                 /sbin/modprobe ipw3945"
/sbin/modprobe ipw3945