LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 04-26-2008, 06:06 AM   #1
MattJUK
Member
 
Registered: Dec 2006
Location: UK
Distribution: Ubuntu 8.10
Posts: 80

Rep: Reputation: 15
Upgraded to 8.04 from 7.10 - No Wireless!


Upgraded to 8.04 using the Ubuntu Update Manager and now I have no wireless!

It's intel wireless.

Last edited by MattJUK; 04-26-2008 at 06:19 AM.
 
Old 04-26-2008, 06:52 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Which intel wireless?
Was it auto-configured in Gutsy?
 
Old 04-26-2008, 07:01 AM   #3
MattJUK
Member
 
Registered: Dec 2006
Location: UK
Distribution: Ubuntu 8.10
Posts: 80

Original Poster
Rep: Reputation: 15
Intel 3945

Worked fine in 7.10, auto configured.
 
Old 04-26-2008, 07:22 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Check what wireless chipset you have by running gnome-terminal and entering the commands below
Code:
sudo lshw -C | grep -i net
Post back the output.
 
Old 04-26-2008, 08:39 AM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Have you installed linux-ubuntu-modules-2.6.24
https://bugs.launchpad.net/ubuntu/+s...24/+bug/195136

Have you enabled essid broadcast on AP?
https://bugs.launchpad.net/ubuntu/+bug/200952

There are quite a few issues with intel 3945 and Hardy.
http://ubuntuforums.org/showthread.php?t=672332
(Long thread)

Seems related to a driver change.

Last edited by Simon Bridge; 04-26-2008 at 08:41 AM.
 
Old 04-26-2008, 12:08 PM   #6
Takla
Member
 
Registered: Aug 2006
Distribution: Debian
Posts: 188

Rep: Reputation: 34
The problem arises from the change from the old driver with proprietary userspace microcode to the new iwlwifi 3945 driver which I belive is open source. This problem is common across all distros using kernels 2.6.24 onwards in my experience (some 3945 cards work across the board and some like mine don't without the following workaround). It can probably be fixed for you very easily. I had the problem that the card was recognised, driver and microcode loaded but it was unable to scan. A fix based on that outlined in the following thead http://ubuntuforums.org/showthread.php?p=4611920 fixed this issue for me.

Here's a brief summary of what I did (which is slightly different to the fix in the thread and makes more sense to me):

unload the driver
Code:
sudo modprobe -r iwl3945
create a file name iwl3945 in /etc/modprobe.d/
Code:
gksudo gedit/etc/modprobe.d/iwl3945
and
in the file type the following and save:

Code:
alias wlan0 iwl3945
options iwl3945 disable_hw_scan=1
reload the driver

Code:
sudo modprobe iwl3945
restart the network interfaces:

Code:
sudo /etc/init.d/networking restart
The 3945abg wireless card/chip should now work fine with network manager. There should be no need to reboot or substitute wicd for nm.

Last edited by Takla; 04-26-2008 at 12:11 PM.
 
Old 04-28-2008, 07:02 PM   #7
DennisO
LQ Newbie
 
Registered: Dec 2006
Location: Florida
Distribution: Ubuntu Edgy Eft
Posts: 7

Rep: Reputation: 0
Ubuntu 8.04

I did an upgrade from 7.10 to 8.04 two nights ago. Everything seemed to be fine, until I opened Network Manager...then all hell broke loose. It gave me a hard time setting up my network, because sudo commands don't work. For some reason, the upgrade renamed me to some dotster.com nonsense, and using gedit is not an option to fix the problem. I've also tried to Hotwire it, but it ignores me in the booting sequence, so that's out. I was pretty excited about this upgrade, and it fixed a lot of issues I had with 7.10 but in end, not being able to root in, is kicking my ass. I'm locked out as a normal user, and root is now in the hands of the laptop and the Ubuntu program. Any ideas on how I can circumvent this problem? I'd appreciate any help anyone could offer.
 
Old 04-29-2008, 01:40 AM   #8
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
It gave me a hard time setting up my network, because sudo commands don't work.
In what way? I can sudo fine.

Quote:
For some reason, the upgrade renamed me to some dotster.com nonsense
What? Actually edited your actual birth certificate? Took out a deed-poll in your name? Changed your hostname? Be clear! What sort of network? How would you normally set it up?

Quote:
using gedit is not an option to fix the problem
Why not? The config files are still there!

Quote:
I've also tried to Hotwire it, but it ignores me in the booting sequence, so that's out.
What does this mean?

Quote:
I'm locked out as a normal user, and root is now in the hands of the laptop and the Ubuntu program.
Yes - that's how it's supposed to work. There has been no root login on ubuntu for a while now. You can enable it though, and there's a root terminal.

Quote:
Any ideas on how I can circumvent this problem?
You have not actually told us the nature of your problem. You have, instead, waxed lyrical about your frustration. Metaphors are all very well, but hardly useful for troubleshooting.

Start a new thread and link to it from here. Revise the LQ tutorial an how to post a question or just take the "advice" in my sig.
 
Old 04-29-2008, 03:35 AM   #9
Takla
Member
 
Registered: Aug 2006
Distribution: Debian
Posts: 188

Rep: Reputation: 34
Quote:
Originally Posted by DennisO View Post
I did an upgrade from 7.10 to 8.04 two nights ago. Everything seemed to be fine, until I opened Network Manager...then all hell broke loose. It gave me a hard time setting up my network, because sudo commands don't work. For some reason, the upgrade renamed me to some dotster.com nonsense, and using gedit is not an option to fix the problem. I've also tried to Hotwire it, but it ignores me in the booting sequence, so that's out. I was pretty excited about this upgrade, and it fixed a lot of issues I had with 7.10 but in end, not being able to root in, is kicking my ass. I'm locked out as a normal user, and root is now in the hands of the laptop and the Ubuntu program. Any ideas on how I can circumvent this problem? I'd appreciate any help anyone could offer.
The sudo problem is widespread for upgraders and is because the hosts file has been modified adversely during the upgrade. I belive you just need to add your host name to the file /etc/hosts i.e.

Code:
127.0.0.1 localhost
127.0.0.1 "yourhostname"
I believe that while sudo is broken you can still use gksudo so you can Alt+F2 and use gksudo gedit to access and write to /etc/hosts
 
Old 04-29-2008, 03:43 AM   #10
Takla
Member
 
Registered: Aug 2006
Distribution: Debian
Posts: 188

Rep: Reputation: 34
Another workaround for people using iwl3945 and firestarter. On a default install Firestarter seems to prevent the iwl3945 driver from loading the microcode, or perhaps the driver loads the microcode rather slowly and fails to start promptly but anyway the result is that both firestarter and the driver fail, resulting in no wireless networking.

The workaround is actually simple and works. Blacklist the iwl3945 driver in /etc/modprobe.d/blacklist and add it to /etc/modules instead. Reboot and now everything is normal, both the wireless driver and firestarter start normally and boot time is back to normal.

Last edited by Takla; 04-29-2008 at 03:58 AM.
 
Old 04-29-2008, 11:17 AM   #11
DennisO
LQ Newbie
 
Registered: Dec 2006
Location: Florida
Distribution: Ubuntu Edgy Eft
Posts: 7

Rep: Reputation: 0
Simon, your claim to be a guru baffles me. Do you need me to hold your hand through the problem I've stated?

sudo doesn't work, I can't gedit, gksudo or Alt F2 any files to fix this problem.

If you don't have an answer that isn't smug, then please spare me. I'm trying to deal with a situation with an upgrade, and you want to do your comedy act. Don't quit your day job. You're obviously a help desk employee...no answer, be an ass. It works for you.

Last edited by DennisO; 04-29-2008 at 11:31 AM.
 
Old 04-29-2008, 11:25 AM   #12
DennisO
LQ Newbie
 
Registered: Dec 2006
Location: Florida
Distribution: Ubuntu Edgy Eft
Posts: 7

Rep: Reputation: 0
Takla:

I've tried changing the localhost info, but still can't save it. Regardless what I try, it refuses me access or edit. But accepting upgrades asks me for root password, and it accepts it. This is really starting to baffle me. I have root access if I do the upgrades via Upgrade Manager, but none any other way.
 
Old 04-29-2008, 12:31 PM   #13
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
So edit it from the livecd.
 
Old 04-29-2008, 12:39 PM   #14
DennisO
LQ Newbie
 
Registered: Dec 2006
Location: Florida
Distribution: Ubuntu Edgy Eft
Posts: 7

Rep: Reputation: 0
I've tried that as well. Edit isn't possible from any point. I've even tried to reinstall. I'm about to head to Mandriva if I can't open this up.
 
Old 04-29-2008, 12:57 PM   #15
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I am rather puzzled that the livecd didn't cut it. It has been a while since I last used it but still, you are operating in a different environment so I don't see what could be keeping the file locked. You did use sudo gedit? And you didn't accidentally edit the file on the livecd rather than the one on your hard drive?
 
  


Reply



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
LQ Wiki Upgraded jeremy Linux - News 0 02-24-2007 02:28 PM
Help! upgraded from 6.06 - 6.10 cornish Ubuntu 9 11-09-2006 04:06 PM
Upgraded to 2.6.9 cry0x Slackware 3 02-22-2005 12:20 PM
upgraded php? webblynx Linux - Newbie 2 05-02-2004 01:07 PM
Just upgraded to 9 and... Finlay Slackware 2 05-28-2003 11:58 AM

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

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