Hi everyone,
I've done about as much Googling as I possibly can now I'm hoping for some of your expert advice.
I've got a Dell Latitude D620 laptop which has the Intel ProWireless 3945 wireless NIC. The reason I purchased this card for this laptop was the fact that Intel has traditionally supported their hardware under Linux. I am running Fedora 8 and had a 2.6.23 kernel. I had always used the ipw9345 Sourceforge page and gotten binaries and then had eventually used the Freshrpms dkms-ipw3945 and associated packages to make continually running the ipw3945 binaries simplistic. However, when I updated my software I got a 2.6.24 kernel and the autoinstaller didn't work. I'm forced to use the http://intellinuxwireless.org/ project's iwl3945 (iwlwifi) software. Until now I'm unable to get this working. I can OCCASIONALLY scan and find networks.
I removed all the ipw3945 stuff and made sure I had all the iwl3945 (firmware, etc.) installed. I added the following lines to my /etc/modprobe.conf
alias eth1 tg3
options eth1 disable_hw_scan=1
and removed all the blacklist entries for iwl3945. The relevant entry from lspci is
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
and
from dmesg is
iwl3945: Intel® PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26kds
iwl3945: Copyright© 2003-2008 Intel Corporation
iwl3945: Detected Intel Wireless WiFi Link 3945ABG
iwl3945: Tunable channels: 11 802.11bg, 13 802.11a channels
My /etc/sysconfig/network-scripts/ifcfg-eth1 is
# Intel Corporation PRO/Wireless 3945ABG Network Connection
DEVICE=eth1
ONBOOT=yes
BOOTPROTO=dhcp
HWADDR=00:1b:77:23:52:85
TYPE=Ethernet
USERCTL=yes
PEERDNS=yes
IPV6INIT=no
NM_CONTROLLED=yes
I have nothing for WPA keys or anything like that. Is anyone else having any troubles with this change?
Jon
[moved from Hardware by spinynorman]
