Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3945ABG WiFi not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
jseb
n00b
n00b


Joined: 07 May 2008
Posts: 2
Location: France

PostPosted: Wed May 07, 2008 12:31 pm    Post subject: 3945ABG WiFi not working Reply with quote

Hello,

I couldn't get 3945ABG wifi working on my Dell D630 laptop.

lspci output :
* Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)

uname -r:
2.6.24.4

I followed the procedure described here: http://gentoo-wiki.com/HARDWARE_ipw3945
I use iwlwifi , as it's built-in in 2.6.24 kernels.

modules built:
* mac80211
* iwl3945

microcode:
emerge -va iwl3945-ucode #emerge the 2.14.1.5 version


~# modprobe mac80211 #ok, no problems
~# modprobe iwl3945 #wait a long time before going back to prompt

dmesg:
iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.1.17k
iwl3945: Copyright(c) 2003-2007 Intel Corporation
ACPI: PCI Interrupt 0000:0c:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:0c:00.0 to 64
iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection
iwl3945: iwlwifi-3945-1.ucode firmware file req failed: Reason -2
iwl3945: Could not read microcode: -2
iwl3945: probe of 0000:0c:00.0 failed with error -2

I don't understand this last error (when it said it can't load microcode)
I got the microcode:

~# ls /lib/firmware/
iwlwifi-3945-1.ucode

For the moment, i don't have anymore ideas.

Thank you.
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Wed May 07, 2008 8:04 pm    Post subject: Reply with quote

Try a different kernel version. The .24 kernel family has many issues with wireless connectivity. The .22 and the .25-gentoo kernels support wireless much better. I'd recommend starting with the .22 version, and moving to .25 once you get things working right.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
wjb
l33t
l33t


Joined: 10 Jul 2005
Posts: 643
Location: Fife, Scotland

PostPosted: Wed May 07, 2008 8:32 pm    Post subject: Reply with quote

I used ipw3945 on a Dell laptop a few weeks back and its cuurently working fine with 2.6.24-gentoo-r4 kernel. More or less as per the wiki.

I had no particular reason for using ipw over iwl (other than missing the deprecated warning)
Back to top
View user's profile Send private message
jseb
n00b
n00b


Joined: 07 May 2008
Posts: 2
Location: France

PostPosted: Wed May 07, 2008 11:26 pm    Post subject: Reply with quote

Ok, thank you for the advice.

I tried the same .config with vanilla 2.6.25 and it works.

Just copy the previous .config, and then: make oldconfig, make, make modules_install, reboot, ok.

BUT! There's something strange (who you gonna call ?). When i do only
Code:
modprobe iwl3945
, i still have this message:

    iwl3945: iwlwifi-3945-1.ucode firmware file req failed: Reason -2
    iwl3945: Could not read microcode: -2


(with lsmod, i see that both mac80211 and iwl3945 are loaded, but microcode is not found)


When i break down the above statement in the two statements:
Code:

modprobe mac80211
modprobe iwl3945


It seems to work.


    iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1
    .2.23kd
    iwl3945: Copyright(c) 2003-2007 Intel Corporation
    ACPI: PCI Interrupt 0000:0c:00.0[A] -> GSI 17 (level, low) -> IRQ 17
    PCI: Setting latency timer of device 0000:0c:00.0 to 64
    iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection
    iwl3945: Tunable channels: 13 802.11bg, 23 802.11a channels
    phy0: Selected rate control algorithm 'iwl-3945-rs'


The "monitor mode" is still nonfunctional, though.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum