LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   ipw3945 - no network connection? (https://www.linuxquestions.org/questions/debian-26/ipw3945-no-network-connection-567295/)

nomb 07-06-2007 11:11 PM

ipw3945 - no network connection?
 
Hey guys I almost have my wifi up. I have everything installed however when I go to run the ipw3945d command I get the following:

ipw3945d - regulatory daemon
Copyright (C) 2005-2006 Intel Corporation. All rights reserved.
version: 1.7.22
2007-07-07 20:08:37: ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection

Any ideas? I really need to get this working so any help would be great.
Thank you,
nomb

nomb 07-07-2007 12:49 AM

nevermind i got it working.

opeyrega 07-18-2007 05:57 AM

I have the same problem, I don't understand
Quote:

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

[root@localhost x86]# lsmod | grep ipw
ipw3945 187424 0
ieee80211 49772 1 ipw3945

[root@localhost x86]# iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

[root@localhost x86]# ipw3945d
ipw3945d - regulatory daemon
Copyright (C) 2005-2006 Intel Corporation. All rights reserved.
version: 1.7.22
2007-07-18 12:41:14: ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection

dmesg
ieee80211_crypt: unregistered algorithm 'NULL'
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, 1.2.18
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.0d
ipw3945: Copyright(c) 2003-2006 Intel Corporation
I have installed all packaged :
ieee80211-1.2.18
ipw3945-1.2.0
ipw3945-ucode-1.14.2

angryfirelord 07-18-2007 06:19 PM

Here's how I got it working:

First, uninstall all other traces of the ipw3945 driver. Make sure non-free is enabled in your /etc/apt/sources.list

Next, run this command:
Code:

aptitude install ipw3945d ipw3945-source firmware-ipw3945 module-assistant
Then,
Code:

m-a prepare
Code:

m-a a-i ipw3945
Code:

modprobe ipw3945
Now the driver should be working. Run iwconfig -a to find out what device the wireless device is. If it was eth2 for example, run:
Code:

dhclient eth2
Replace eth2 with the device name.

jlinkels 07-18-2007 06:46 PM

Quote:

Originally Posted by nomb
nevermind i got it working.

Thanks for telling us what the problem was and how you solved it.

jlinkels

nomb 07-18-2007 09:55 PM

Sorry...

This is what I did:

Make sure you install the ipw3945 modules and firmware first. (search for “ipw3945″ in synaptic)
# aptitude install module-assistant
# module-assistant update
# module-assistant prepare
# module-assistant auto-install ipw3945
# modprobe ipw3945

LAS3R 07-20-2007 08:33 AM

I got the same problem and i tried the solutions here and none work for me, dmesg finds it but with a error

--
ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.1dmpr
ipw3945: Copyright(c) 2003-2006 Intel Corporation
ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
ipw3945: ipw3945.ucode load failed: Reason -2
ipw3945: Could not read microcode: -2
--
iwconfig finds nothing, neither ifconfig either but when i installed ubuntu 7.04 before debian then it found it, so there is drivers for it that is working but i can't get it to work on debian not sure why!

i have tried both methods posted above but no luck, the only thing i'm not sure of is "uninstall all other traces of the ipw3945 driver" i did a "aptitude remove ipw3945d ipw3945-source firmware-ipw3945" then installed it again!

any ideas :)

domoson 07-31-2007 10:51 AM

Quote:

Originally Posted by LAS3R
I got the same problem and i tried the solutions here and none work for me, dmesg finds it but with a error

...
ipw3945: Could not read microcode: -2
...

try
# aptitude install microcode.ctl

greets


All times are GMT -5. The time now is 03:23 PM.