LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-18-2006, 08:05 AM   #1
rioch
Member
 
Registered: Sep 2003
Location: UK
Distribution: opensuse 10.1
Posts: 75

Rep: Reputation: 16
Question intel 3945abg wireless on SuSE 10.1


I have a new core duo laptop with the intel pro/wireless 3945abg card but cannot get it to work. A lot of forums talk about installing the driver, but it appears that with SuSE 10.1 this is already the case, as lsmod is showing:

ieee80211 32968 1 ipw3945
ieee80211_crypt 9728 1 ieee80211

Looking at dmesg, I have found the following problem but cannot find a solution...

<6>ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
<3>ipw3945: ipw3945.ucode load failed: Reason -2
<3>ipw3945: Could not read microcode: -2
<4>ipw3945: probe of 0000:02:00.0 failed with error -2

A forum for ubuntu mentions it here (http://www.ubuntuforums.org/showthread.php?p=837922), with the user saying that upgrading udev resolved it. I have the latest version of udev.

Can anyone help me with this. My wired connection isn't long enough and I don't like sitting in my hallway
 
Old 04-18-2006, 08:21 AM   #2
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Rep: Reputation: 15
hi i had a same problem for fedora... but i have made it work ...
I have written a small procedure , u can follow the steps for suse10 and see if it works...

http://www.linuxquestions.org/questi...d.php?t=436357
 
Old 04-18-2006, 09:57 AM   #3
rioch
Member
 
Registered: Sep 2003
Location: UK
Distribution: opensuse 10.1
Posts: 75

Original Poster
Rep: Reputation: 16
Lightbulb

Thanks Garfield! With information from your post I was able to solve the problem and get my wireless to work, however at the moment I have to run the wireless daemon manually.
It seems that SuSE 10.1 (RC1) does come with the drivers however they are incomplete. The following instructions get it to work.

1. Install ipw3945d (I installed version ipw3945d-1.7.18-1.at.i386.rpm)
2. Install ipw3945-ucode (I installed 1.13-1.at.noarch.rpm)

Please be aware that I got this working using the NetworkManager that comes with SuSE 10.1. I assume it will still work with the normal ifup method.

If I ever get the daemon running automatically, I'll post here to close this problem completely.
 
Old 04-20-2006, 07:50 AM   #4
suseforge
Member
 
Registered: Jan 2006
Location: Missouri
Distribution: Mepis, Vector, suSE
Posts: 34

Rep: Reputation: 15
Cd 6/Add ons

Just for future reference for you there is an add on cd that is around 375 meg. It is d/l from the same page as the other 5 just below it. It contains all the intel centrino wireless drivers.. JRE 1.4 and 1.5 as well as amarok, acrobat reader 7.0. Interfacing it through konqueror you can use yast to automatically install any of these rpms plus many more i havent mentioned. Hope this helps. Its a lot easier than doing a manuel config.
 
Old 05-03-2006, 04:10 AM   #5
john2
Member
 
Registered: Aug 2004
Location: Wales
Distribution: Manjaro, Kubuntu, MX
Posts: 102

Rep: Reputation: 29
Getting this wireless card to work seems to involve updating firmware. Does this stop it working with Windows?
 
Old 05-03-2006, 11:52 AM   #6
rioch
Member
 
Registered: Sep 2003
Location: UK
Distribution: opensuse 10.1
Posts: 75

Original Poster
Rep: Reputation: 16
I've not updated any firmware since i bought the laptop about 2-3 weeks ago. Works fine in windows and linux using the methods mentioned in this thread.
 
Old 05-03-2006, 01:38 PM   #7
Amuro-Ray2020
Member
 
Registered: Aug 2004
Location: Arizona
Distribution: Linux Mint
Posts: 81

Rep: Reputation: 15
Updating the firmware of any hardware component should never affect it's ability to operate normally in another OS. Updating firmware just adds more necessary features to the hardware. It should not matter if you update the firmware within one operating system or the other.
 
Old 05-04-2006, 06:21 AM   #8
pcbroch
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
You are not updating the firmware on the wireless card. It's actually being downloaded to the card everytime the driver is loaded, and it "disappears" when you power off you're pc. The same applies in windows.
 
Old 05-04-2006, 07:21 AM   #9
john2
Member
 
Registered: Aug 2004
Location: Wales
Distribution: Manjaro, Kubuntu, MX
Posts: 102

Rep: Reputation: 29
So it only updates RAM on the card? I saw references to firmware updates on various forums and assumed it was updating flash memory. I am very wary of firmware updates since the CD drive problems with Mandrake 9.0(?).
Thanks for clearing that up.
 
Old 05-05-2006, 05:41 AM   #10
pcbroch
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
I was assuming you referenced the microcode when talking about firmware. If this is the case, then yes, it gets loaded to the card everytime the driver is loaded. I don't think there is any firmware update available for the card. Is there?
 
Old 05-06-2006, 03:20 AM   #11
sonnik
Member
 
Registered: May 2001
Posts: 149

Rep: Reputation: 17
Quote:
Originally Posted by Amuro-Ray2020
Updating the firmware of any hardware component should never affect it's ability to operate normally in another OS.
Note that if you use different firmware between the two operating systems, you may experience erratic behavior. (Example, OEM firmware versus old Prism54 firmware).

If you use the OEM firmware for both Linux and XP for example however, you shouldn't have any problems.
 
Old 05-15-2006, 06:25 AM   #12
steve1982
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
I'm currently trying to get wifi working with suse 10.1 (addon-cd is still downloading).

And I was wondering what steps it takes to get it working properly, for a newbie to follow

I tried following the steps mentioned earlier in the topic by garfield1228 with the rpms installed as mentioned by rioch

But when I get to checking if everything works, I don't get a good result for:

dmesg | grep ipw <- this should list the driver detected.

Anyone with a clue what goes wrong here?
 
Old 05-15-2006, 07:23 AM   #13
steve1982
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
Perhaps worth mentioning that I'm installing on a dell inspiron 6400
 
Old 05-15-2006, 08:36 AM   #14
steve1982
LQ Newbie
 
Registered: May 2006
Posts: 3

Rep: Reputation: 0
It works!

Installing Suse 10.1 with the addon cd (ipw firmware and daemon) did the trick

me == happy again
 
Old 05-26-2006, 10:27 AM   #15
HansGuncia
LQ Newbie
 
Registered: May 2006
Posts: 2

Rep: Reputation: 0
Thumbs up

Thanks a lot! Just got a new T60 from Lenovo and was starting to get pretty irritated that the wireless would not work. Didn;t even have to install ipw3945-ucode, just ipw3945d and it connected to my home LAN.

Cheers. Now let's takle the ATI issue


Quote:
Originally Posted by rioch
Thanks Garfield! With information from your post I was able to solve the problem and get my wireless to work, however at the moment I have to run the wireless daemon manually.
It seems that SuSE 10.1 (RC1) does come with the drivers however they are incomplete. The following instructions get it to work.

1. Install ipw3945d (I installed version ipw3945d-1.7.18-1.at.i386.rpm)
2. Install ipw3945-ucode (I installed 1.13-1.at.noarch.rpm)

Please be aware that I got this working using the NetworkManager that comes with SuSE 10.1. I assume it will still work with the normal ifup method.

If I ever get the daemon running automatically, I'll post here to close this problem completely.
 
  


Reply

Tags
driver, install, intel, prowireless, suse, wireless



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
Driver intel pro/wireless 3945ABG don't work lizburke29 Linux - Hardware 1 05-30-2008 04:44 PM
intel pro 3945abg wireless card driver problem garfield1228 Linux - Laptop and Netbook 0 04-16-2006 08:26 AM
SUSE 10 and Intel 2200BG Wireless the-iguana Linux - Wireless Networking 3 04-02-2006 04:25 AM
SuSE Wireless Intel Pro/Wireless 2915 busaussie Linux - Wireless Networking 2 12-05-2005 12:53 AM
Suse 9.3 Intel Wireless Problem gandhisfist Linux - Wireless Networking 3 05-11-2005 04:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:40 AM.

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