LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-06-2007, 11:11 PM   #1
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Rep: Reputation: 58
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
 
Old 07-07-2007, 12:49 AM   #2
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
nevermind i got it working.
 
Old 07-18-2007, 05:57 AM   #3
opeyrega
LQ Newbie
 
Registered: Feb 2006
Location: Machecoul Fr
Distribution: fedora
Posts: 17

Rep: Reputation: 0
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
 
Old 07-18-2007, 06:19 PM   #4
angryfirelord
Member
 
Registered: Dec 2005
Distribution: Fedora, CentOS
Posts: 515

Rep: Reputation: 66
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.
 
Old 07-18-2007, 06:46 PM   #5
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by nomb
nevermind i got it working.
Thanks for telling us what the problem was and how you solved it.

jlinkels
 
Old 07-18-2007, 09:55 PM   #6
nomb
Member
 
Registered: Jan 2006
Distribution: Debian Testing
Posts: 675

Original Poster
Rep: Reputation: 58
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
 
Old 07-20-2007, 08:33 AM   #7
LAS3R
LQ Newbie
 
Registered: Aug 2003
Posts: 4

Rep: Reputation: 0
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
 
Old 07-31-2007, 10:51 AM   #8
domoson
LQ Newbie
 
Registered: Jul 2007
Posts: 1

Rep: Reputation: Disabled
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
need help connecting to a wireless network with ipw3945 dizzi Slackware 5 05-25-2007 04:46 PM
very slow connection with ipw3945 smooss Linux - Wireless Networking 1 02-28-2007 10:14 AM
network driver ipw3945 ajcns Linux - Wireless Networking 8 01-17-2007 11:55 PM
Unstable connection with ipw3945 + wpa_supplicant freealx Linux - Networking 0 01-14-2007 11:18 PM
ipw3945 and SuSE Network Manager Troubles Erebus Bat Linux - Wireless Networking 3 09-13-2006 12:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration