LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-02-2009, 10:40 AM   #1
pusrob
Member
 
Registered: Jan 2006
Distribution: Gentoo
Posts: 507

Rep: Reputation: 36
intel wireless doesn't work anymore


Hi.
I have an interesting problem here.
My intel pro wireless 2200 NIC doesn't work anymore. Yesterday it did, but not today (I didn't do anything special, so that it could go wrong).
When I boot up the following message comes:
Code:
ipw2200: Unable to load ucode: -62
[   13.410340] ipw2200: Unable to load firmware: -62
[   13.410540] ipw2200: failed to register network device
I'm using Debian Lenny on an i686 machine.
I tried to reinstall all the firmwares and kernel but still no luck.
I did run depmod and then try to reload the ipw2200 module, but the same message comes all the time.

Oh, one more thing. lspci does list the card, but not hwinfo --network.

What is ucode and -62? Any ideas? I already checked the forums and found that ipw doesn't work when ndiswrapper is loaded. Well, I don't have it loaded. What happend?

Thanks.

Last edited by pusrob; 08-02-2009 at 10:41 AM.
 
Old 08-03-2009, 01:46 AM   #2
camh
Member
 
Registered: Feb 2005
Distribution: Slack/Debian
Posts: 163
Blog Entries: 2

Rep: Reputation: 33
The only thing i can think of is to try downloading the firmware from http://ipw2200.sourceforge.net/firmware.php (probably 3.0 or 3.1 is what you'd want), extract the contents of the file to /var/firmware and reboot the system and see if that works...
 
Old 08-03-2009, 04:30 AM   #3
jmfv
LQ Newbie
 
Registered: Nov 2006
Distribution: Debian Stable
Posts: 17

Rep: Reputation: 1
As far as I know, the package "firmware-ipw2x00" was recently updated. Is it installed on your system? Try removing it and follow camh instructions, that should work...
 
Old 08-03-2009, 05:21 AM   #4
pusrob
Member
 
Registered: Jan 2006
Distribution: Gentoo
Posts: 507

Original Poster
Rep: Reputation: 36
Yes, I'm using the firmware-ipw2x00 package. If camh's method works, than I think I'll check if there are any bug reports for this updated firmware. I'll post back if the firmware upgrade did work or not.
Thanks for your suggestions.
 
Old 08-03-2009, 08:01 AM   #5
kc4mts
LQ Newbie
 
Registered: Nov 2008
Posts: 25

Rep: Reputation: 0
nic failure

One thing to look at...usually when hardware works one day and not the next, was any new software or updates to software done? I had a game update that knocked out a USB harddrive and had no clue how to fix it until the next update came out which corrected it.
Alan


Quote:
Originally Posted by pusrob View Post
Hi.
I have an interesting problem here.
My intel pro wireless 2200 NIC doesn't work anymore. Yesterday it did, but not today (I didn't do anything special, so that it could go wrong).
When I boot up the following message comes:
Code:
ipw2200: Unable to load ucode: -62
[   13.410340] ipw2200: Unable to load firmware: -62
[   13.410540] ipw2200: failed to register network device
I'm using Debian Lenny on an i686 machine.
I tried to reinstall all the firmwares and kernel but still no luck.
I did run depmod and then try to reload the ipw2200 module, but the same message comes all the time.

Oh, one more thing. lspci does list the card, but not hwinfo --network.

What is ucode and -62? Any ideas? I already checked the forums and found that ipw doesn't work when ndiswrapper is loaded. Well, I don't have it loaded. What happend?

Thanks.
 
Old 08-03-2009, 08:57 AM   #6
pusrob
Member
 
Registered: Jan 2006
Distribution: Gentoo
Posts: 507

Original Poster
Rep: Reputation: 36
Quote:
Originally Posted by kc4mts View Post
One thing to look at...usually when hardware works one day and not the next, was any new software or updates to software done?
Well, I actually did make an update on the previous day. I updated my wine packages from lenny version to wine-repo version. Nothing else on that day. Could it be that wine messes up firmware (sounds a bit wierd to me)?
 
Old 08-03-2009, 03:24 PM   #7
pusrob
Member
 
Registered: Jan 2006
Distribution: Gentoo
Posts: 507

Original Poster
Rep: Reputation: 36
Hi.
You won't believe it!!! The problem just disappeared! All by itself! I just started up my computer to fix the problem, but there was no problem anymore! Now, I'm really confused. How is it possible that one day, a really weird and unexplainable problem just pops up from nowhere and the very next day it just disappears? Was it a joke of some programmer? Or the firmware just decided not to work on august 2? Who knows... I guess this will remain a mystery...

EDIT: I don't know if I should mark this thread solved, because I have no idea if the problem was really solved. If it was solved (it seems), than I don't know how (I didn't do anything. Really. Nothing.), thus marking this thread solved could confuse people looking for solutions.

Last edited by pusrob; 08-03-2009 at 03:28 PM.
 
Old 08-04-2009, 06:11 AM   #8
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
I have the same card I believe. And I have seen it fail (with some firmware error) - but that was some time ago.
A newer version would not work but the older did. Now the most recent version (3.1) works o.k.
And I have only seen it fail when I had a connection to an ad-hoc network. Shutting down the card, unloading and reloading the module would fix the situation, as well as a reboot..., but only temporarily.
Since then I try not to use ad-hoc mode since it appears to be still problematic. No real known reason or solution...sorry.

Last edited by jomen; 08-04-2009 at 12:51 PM.
 
Old 08-04-2009, 12:49 PM   #9
kc4mts
LQ Newbie
 
Registered: Nov 2008
Posts: 25

Rep: Reputation: 0
nic failure

Hello again!
I answer to your question, I do not think it was a hardware failure but could have been something in the software update. As for now, if it is working, I would say don't mess with it, but just keep that update in mind for future reference. And I would not recommend listing this problem as solved unless there is a definite fix that repaired the problem...glitches do happen and the original problem may have just been a "hick-up" in the system.

Alan





Quote:
Originally Posted by pusrob View Post
Well, I actually did make an update on the previous day. I updated my wine packages from lenny version to wine-repo version. Nothing else on that day. Could it be that wine messes up firmware (sounds a bit wierd to me)?
 
  


Reply

Tags
failure, hardware, intel, load, software, update, 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
Intel Wireless PRO 4965 with NDISwrapper just doesn't want to work! S15_88 Linux - Wireless Networking 1 06-18-2007 09:18 AM
Cannot get intel wireless pro 3945abg card to work Jen Fraggle Linux - Wireless Networking 2 01-25-2007 01:29 PM
Making Wireless work with Intel 2915ABG MiniPCI rblack Linux - Wireless Networking 3 01-01-2006 12:05 PM
No way to make work my Intel pro wireless 2100 PuppetZ Linux - Hardware 1 06-03-2005 06:33 AM
wireless intel 2100 card with RH9 won't work.. lepricaun Linux - Software 2 06-06-2004 10:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:10 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