Wireless connection no longer works with Ubuntu 8.10

Asked by wagenseil

Upgrade from 8.04 to 8.10 seems to have disabled wireless circuitry. Hardware is Acer laptop with Intel PRO/Wireless 2200BG internal wireless chip. Never had any connection problems with 8.04, 7.10, 7.04 or 6.10.

Ran lshw -C network and wireless chip came up as "UNCLAIMED," which means there's no longer a driver for it. Pre-installed Help files tell me to install files from Windows XP partition, but of course I need to download a separate wrapper for that. Blah. Any way I can just "turn on" the wireless chip with what's standard in 8.10?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Charles Profitt (cprofitt) said :
#1

Could you please post the output of an lspci?

Also, you may want to ensure that there is not a driver available for it in System | Administration | Hardware Drivers.

Revision history for this message
wagenseil (wagenseil) said :
#2

nothing in system --> administration --> hardware drivers.

here's the lspci output -- wireless device seems to be what i think it is:

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
06:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
06:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
06:09.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)

Revision history for this message
Charles Profitt (cprofitt) said :
#3

Try doing a:

sudo modprobe ipw2200

Also, you may want to look for the ipw2200 firmware

I found this from another person who was having an issue:

"I looked for the firmware in the /lib/firmware/2.6.27-2-generic directory, but it wasn't there. I went back to the /lib/firmware/2.6.24-21-generic directory and found the ipw2200 firmware files. A quick "sudo cp ipw2200* /lib/firmware/2.6.27-2-generic" and a reboot fixed the issue for me and now my"

If you use the live CD of 8.10 does wireless work?

Revision history for this message
wagenseil (wagenseil) said :
#4

Tried the second suggestion -- copying the older firmware into the newer kernel folders -- first. Sounded like exactly what I was looking for -- but it didn't work.

Rebooted, made sure ipw2200 files were in right place, still no connection. Ran lshw again, wireless network chip still "UNCLAIMED."

Then tried installing the drivers from the Win XP partition using ndisgtk a few times -- but the drivers seems to have some kind of conflict with the 2.6.27 kernel. (I tried this as well before copying the older firmware.) And they didn't work anyway using older kernels. Nor did the native drivers in those kernels.

sudo modprobe ipw2200 yields nothing, just bounces back to the prompt without a message.

I really think the problem is with 8.10 Intrepid Ibex somehow, and not with the kernel. Gonna try live disks of both 8.10 and 8.04 to see what happens.

Revision history for this message
Charles Profitt (cprofitt) said :
#5

Yeah... I was reading some more on your problem and a few people said they had to do clean installs to get their wireless to work. I hope that is not the case, but that is what they found success with. I would not do a clean install unless the 8.10 CD works though.

Revision history for this message
wagenseil (wagenseil) said :
#6

I was actually going to try to revert to 8.04 somehow, but I guess a clean installation of 8.10 might be worth a try. Gonna back up whatever private data I have (there isn't much) to the XP partition beforehand just to be safe.

Will let you know.

Revision history for this message
wagenseil (wagenseil) said :
#7

Well, the 8.10 live CD does NOT work in getting a wireless connection. Burning an 8.04 CD right now (I'd upgraded several times from 6.04 or 6.10, can't recall exactly which), and we'll see if that works.

Revision history for this message
Charles Profitt (cprofitt) said :
#8

I had no issues with 8.04 and two laptops with ipw2200 wireless cards... but I have not loaded 8.10 on those yet.

Revision history for this message
wagenseil (wagenseil) said :
#9

Ha ha, then my advice is "don't."

I tried the 8.04 live CD and that wasn't able to connect wirelessly either. So maybe it's my setup.

In any case I've learned NOT to use Windows drivers with ndisgtk -- it creates a conflict with the ipw2200 files. Though I suppose I could try one more time nixing the ipw2200 files and then reloading the windows drivers, but I think I tried that already.

Anyhow, I tried doing a clean install of 8.10 but the partitioner didn't want to cooperate without nixing my Win XP partition.

I officially give up -- for now.

Revision history for this message
Charles Profitt (cprofitt) said :
#10

There should be no need for Windows drivers. Do you have any local LUGs in your area that would be able to give you hands on help? It might be your setup; it is always difficult to assist when text there is to work with.

Revision history for this message
JD (jacobdorne) said :
#11

I have Ubuntu 8.04 and wireless works fine. Ubuntu 8.10 always fails to connect, it sees the ssid and lets me put in the password but fails at "Requesting network address". I don't think this is Ubuntu, I think it is the kernel because 7.10 didn't work with LAN but DID work with a different broadband router. openSuSE 10.3 works fine but 11.0 and 11.1 have the same problem. LAN (ethernet) works always.

Revision history for this message
JD (jacobdorne) said :
#12

I used to have a laptop with Ubuntu 8.04 and it had the 2200BG wireless and it worked fine, havn't tested 8.10 on it yet.

Can you help with this problem?

Provide an answer of your own, or ask wagenseil for more information if necessary.

To post a message you must log in.