I recently installed Slackware 11.0 and I have everything setup on my laptop except for the wireless card. I have the Slackware kernel 2.6.17.13-smp installed.
lsmod shows:
Code:
comhack@DarkStar:~/wir$ lsmod
Module Size Used by
i915 19328 1
drm 66452 2 i915
ipv6 254752 12
joydev 10304 0
psmouse 40712 0
snd_seq_dummy 4740 0
snd_seq_oss 34432 0
snd_seq_midi_event 8064 1 snd_seq_oss
snd_seq 53072 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8588 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42912 0
snd_mixer_oss 19328 1 snd_pcm_oss
nls_utf8 3712 1
ntfs 229012 1
ext3 135176 1
jbd 56852 1 ext3
capability 5256 0
commoncap 7296 1 capability
lp 12328 0
parport_pc 27204 0
parport 35400 2 lp,parport_pc
pcspkr 4480 0
pcmcia 34092 0
snd_hda_intel 17300 0
snd_hda_codec 146736 1 snd_hda_intel
snd_pcm 84100 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 23300 2 snd_seq,snd_pcm
snd 49252 9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
intel_agp 22812 1
soundcore 9568 1 snd
sg 31132 0
agpgart 31432 3 drm,intel_agp
shpchp 39072 0
snd_page_alloc 9992 2 snd_hda_intel,snd_pcm
yenta_socket 26764 1
evdev 10624 1
rsrc_nonstatic 13952 1 yenta_socket
ohci1394 34352 0
i2c_i801 9740 0
e1000 118200 0
pcmcia_core 38420 3 pcmcia,yenta_socket,rsrc_nonstatic
firmware_class 10112 1 pcmcia
ieee1394 92984 1 ohci1394
serio_raw 7556 0
ehci_hcd 33928 0
i2c_core 19328 1 i2c_i801
sdhci 15616 0
mmc_core 21504 1 sdhci
uhci_hcd 23052 0
lspci shows the card as
Code:
5:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
So I installed the ipw3945 driver following the instructions from here
http://72.14.209.104/search?q=cache:...s&ct=clnk&cd=1
I installed the following packages:
Code:
comhack@DarkStar:~/wir$ ls
ieee80211-1.2.15.tgz ipw3945-ucode-1.13.tgz
ipw3945-1.1.0.tgz ipw3945d-1.7.22.tgz
Whenever I boot dmesg shows:
Code:
comhack@DarkStar:~$ dmesg | grep ipw3945
ipw3945: version magic '2.6.17.13 mod_unload 486 gcc-3.4' should be '2.6.17.13-smp SMP mod_unload 686 gcc-3.4'
ipw3945: version magic '2.6.17.13 mod_unload 486 gcc-3.4' should be '2.6.17.13-smp SMP mod_unload 686 gcc-3.4'
ipw3945: version magic '2.6.17.13 mod_unload 486 gcc-3.4' should be '2.6.17.13-smp SMP mod_unload 686 gcc-3.4'
Also, here is the output from lspci:
Code:
root@DarkStar:/home/comhack# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
07:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
07:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
07:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
07:06.3 Class 0805: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
I first searched both Google and Linuxquestions.org for help and found many posts but nothing I could use.
If anyone has any ideals, it would be greatly appreciated. Thanks