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
linux/slackpkg/ipw3945.txt · Last modified: 2007/04/14 19:04 by john
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki