Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > Ubuntu 9.04 update broke wireless?

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-06-2009   #1 (permalink)
Linux Newbie
 
Join Date: Dec 2002
Location: Texas
Posts: 223
Ubuntu 9.04 update broke wireless?

I was running Ubuntu 9.04 on a new Dell Vostro 1520 for a few weeks.
After the last group of patches (which I applied without reviewing) the
wireless has gone ballistic. It will work initially when it boots, but it will
eventually drop off and doesn't seem to come back.

It worked flawlessly for the first few weeks before these latest patches.
Is there a way to "undo" the applied patches in Ubuntu? Or is this issue
known and have a possible work around?
thehemi is offline  


Reply With Quote
Old 06-06-2009   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
The problems most likely are caused by a change in the driver, that the update provided. To further troubleshoot this, much more info is needed. Please read the post linked to below. It tells how to find the needed info, and then post that info here.

http://www.linuxforums.org/forum/wir...tart-here.html
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 06-10-2009   #3 (permalink)
Linux Newbie
 
Join Date: Dec 2002
Location: Texas
Posts: 223
Of course, Murphy's Law, after I make the post the problem goes away.
We'll see if it returns. Maybe the AP was just flaking out or something...
thehemi is offline   Reply With Quote
Old 06-10-2009   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
There's a good chance that yet another update fixed the problem.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 07-04-2009   #5 (permalink)
Linux Newbie
 
Join Date: Dec 2002
Location: Texas
Posts: 223
Quote:
Originally Posted by waterhead View Post
There's a good chance that yet another update fixed the problem.
I'm going to run through the Wireless Setup steps provided.
I think another update came and now the wireless is toast.
It doesn't even partly work, it just completely won't function.

I wish there was an "undo updates" button, unless it's there
and I'm just missing it...
thehemi is offline   Reply With Quote
Old 07-04-2009   #6 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
You can check to see if it is doing any automatic updates, and then disable it. Go to this:

System-->Administration-->Update Manager

Click on the "Settings..." button. There you can see and change the update settings. I have the "Only notify.." setting checked.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 07-08-2009   #7 (permalink)
Linux Newbie
 
Join Date: Dec 2002
Location: Texas
Posts: 223
Attaching my wireless_setup.txt output file.
Attached Files
File Type: txt wireless_setup.txt (7.7 KB, 6 views)
thehemi is offline   Reply With Quote
Old 07-08-2009   #8 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
We'll start with what you have. Here is the wireless card.
Code:
0e:00.0 Network controller [0280]: Intel Corporation Wireless WiFi Link 5100 [8086:4232]
	Kernel driver in use: iwlagn
	Kernel modules: iwlagn
Here are the wireless and related modules loading.
Code:
Module                  Size  Used by
iwlagn                100228  0 
iwlcore                93184  1 iwlagn
led_class              12036  1 iwlcore
mac80211              217464  2 iwlagn,iwlcore
cfg80211               38288  3 iwlagn,iwlcore,mac80211
This wireless requires firmware to work, so it seems to be loading it.
Code:
[   23.408301] iwlagn 0000:0e:00.0: firmware: requesting iwlwifi-5000-1.ucode
Everything appears to be in order. You can check to make sure that the firmware file iwlwifi-5000-1.ucode is in the folder /lib/firmware, or the kernel folders in /lib/firmware.

To see if there are any other errors, you should post the entire out put of this command.
Code:
dmesg
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 07-08-2009   #9 (permalink)
Linux Newbie
 
Join Date: Dec 2002
Location: Texas
Posts: 223
dmesg output broken up into 4 files and attached.

$ ls -l /lib/firmware/*iwl*
-rw-r--r-- 1 root root 149652 2009-04-02 16:46 /lib/firmware/iwlwifi-3945-1.ucode
-rw-r--r-- 1 root root 149816 2009-04-02 16:46 /lib/firmware/iwlwifi-3945-2.ucode
-rw-r--r-- 1 root root 187608 2009-04-02 16:46 /lib/firmware/iwlwifi-4965-1.ucode
-rw-r--r-- 1 root root 187764 2009-04-02 16:46 /lib/firmware/iwlwifi-4965-2.ucode
-rw-r--r-- 1 root root 345008 2009-04-02 16:46 /lib/firmware/iwlwifi-5000-1.ucode

I notice that when I right-click on the networking icon...

"Enable Networking" is active and checked.
"Enable Wireless" is inactive (gray) and unchecked.

I'm not sure if that signifies anything? I thought I recall it being active when the wireless was working previously.
Attached Files
File Type: txt dmesg1.txt (8.9 KB, 1 views)
File Type: txt dmesg2.txt (17.4 KB, 1 views)
File Type: txt dmesg3.txt (17.3 KB, 2 views)
File Type: txt dmesg4.txt (7.4 KB, 2 views)
thehemi is offline   Reply With Quote
Old 07-08-2009   #10 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
Please post it using code tags. Click the # sign in the menu bar.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 08:39 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2