You are not logged in.

#1 2005-10-04 16:38:23

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

All users of ipw2200 READ!

[Forum mod please move to Announcements]

The recent Testing -> Current upgrade killed ipw2200 for a lot of you. There are a two main reasons for this.

- ipw2200 is now part of the kernel, which may be causing conflicts with the ipw2200 package
- udev 068 has some major issues with the ipw2200 module, specifically with firmware loading

EDIT: Just noticed that someone posted a nice how-to workaround for the recent problems. Linky!

I can't give a definate solution besides "wait it out" but I think that upgrading to udev 070 might help a lot of you until 070 is in Current. It's as simple as changing a package version and using makepkg. If you don't know how to do this, please check the Wiki (there's a button up to your right tongue ).

Also, try removing the seperate ipw2200 package. It may or may not help, but since technically the modules are in the kernel now, it shouldn't be necessary.


·¬»· i am shadowhand, powered by webfaction

Offline

#2 2005-10-04 19:12:38

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: All users of ipw2200 READ!

udev070 didn't help. Still fails to load the firmware.
From dmesg

ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, 1.1.4
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.7
ipw2200: Copyright(c) 2003-2005 Intel Corporation
ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: ipw-2.4-boot.fw load failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ACPI: PCI interrupt for device 0000:02:03.0 disabled
ipw2200: probe of 0000:02:03.0 failed with error -5

Offline

#3 2005-10-04 19:31:35

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: All users of ipw2200 READ!

Did you follow the mini how-to that I linked in the topic post?


·¬»· i am shadowhand, powered by webfaction

Offline

#4 2005-10-04 19:51:19

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: All users of ipw2200 READ!

Yeah. I'm using 2.6.13-archck6.2 it that matters.

Offline

#5 2005-10-04 20:01:41

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: All users of ipw2200 READ!

No idea. I'm not even a ipw2200 user, I've just been in #archlinux hearing people complain about this for over a week, so I thought I would announce it.


·¬»· i am shadowhand, powered by webfaction

Offline

#6 2005-10-04 20:05:09

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: All users of ipw2200 READ!

Well thanks for the post.

Offline

#7 2005-10-04 21:49:05

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: All users of ipw2200 READ!

Nice one, shadow smile

Offline

#8 2005-10-05 02:34:19

codergeek42
Member
From: Anaheim, CA (USA)
Registered: 2005-06-03
Posts: 90
Website

Re: All users of ipw2200 READ!

The reasoning is that when  the driver is built into the kernel statically, it initializes *before* the root filesystem is mounted, thus it cannot load any necessary firmware. For the moment, the only way to get this working is building it as a module and loading it in your bootup scripts.

Then again, I'm probably way off-track here...


~Peter~

Offline

#9 2005-10-05 02:58:47

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: All users of ipw2200 READ!

Codergeek: no, you're right on the money. But I believe the ipw2200 "in the kernel" just means that it's no longer an external module that has to made seperate from the kernel, instead, it can be compiled with the kernel (as a module).


·¬»· i am shadowhand, powered by webfaction

Offline

#10 2005-10-05 23:07:05

mmccaskill
Member
From: NC
Registered: 2005-02-21
Posts: 163

Re: All users of ipw2200 READ!

But I'm using 2.6.13. ipw2200 is included in 2.6.14.

Offline

#11 2005-10-07 10:17:38

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: All users of ipw2200 READ!

so, anyone find a way to solve the problem?

tested some new packages (ipw 1.0.7 etc) found in the forum, but cant install them. and i dont know, how to build udev70 without any risk!  :oops:


sorry for my bad english smile

Offline

#12 2005-10-07 21:08:11

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: All users of ipw2200 READ!

I tried to get ipw2200 running from kernel 2.6.14-rc3 with the 2.4 firmware but didn't succeed. Switched back to 2.6.12-mm2 (2.6.12.6 doesn't compile with gcc4) and manual builded ipw2200-1.0.6 with firmware 2.3 and everything works again.

greetings
Mathias

Offline

#13 2005-10-08 15:16:38

hehejo_
Member
From: Germany
Registered: 2005-10-08
Posts: 47
Website

Re: All users of ipw2200 READ!

How did you switched back to that kernel?

Offline

#14 2005-10-08 16:02:50

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: All users of ipw2200 READ!

I patched the 2.6.12 source with the 2.6.12-mm2 patch. Then I compiled the kernel with my configs. Then I booted this kernel and than builded the ipw2200-1.0.6 and ieee80211-1.0.3 against it from: http://ipw2200.sourceforge.net/
After this I copied the 2.3-firmware to /lib/firmware and then rebooted again.

After this steps everything worked fine for me again.

If you are not familiar with building a kernel by yourself just post it in here and I'll (we'll) help you.

greetings
Mathias

Offline

#15 2005-10-09 02:31:57

sml
Member
Registered: 2005-05-21
Posts: 89

Re: All users of ipw2200 READ!

ivi3 .. most had ipw2200 running easily with 2.6.12 and just using all the arch packages - ipw2200, ieee80211.

Try upgrading to arch current with 2.6.13 and then let us know how you go.

Offline

#16 2005-10-09 10:41:20

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: All users of ipw2200 READ!

I upgraded arch current but I don't use the stock kernel. I tried vanilla 2.6.13 and 2.6.14-rc3 and didn't get the card working. The module loads just fine with both kernels but the card doesn't work so I switched back to 2.6.12-mm2 and compiled ipw2200-1.0.6/ieee-1.0.3 manualy against it and using the 2.3 firmware.
But I thought, I described this before.

greetings
Mathias

Offline

#17 2005-10-09 12:14:50

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: All users of ipw2200 READ!

New ipw2200 and ipw2100 packages have been uploaded:
http://bbs.archlinux.org/viewtopic.php?p=117543#117543

Offline

#18 2005-10-09 12:31:17

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: All users of ipw2200 READ!

Penguin wrote:

New ipw2200 and ipw2100 packages have been uploaded:
http://bbs.archlinux.org/viewtopic.php?p=117543#117543

I have these packages but I still get:

Error for wireless request "Set Mode" (8B06) :
    SET failed on device eth1 ; No such device.

Edit:

I should point out, that I rebuilt the latest ieee and ipw2200 modules this morning against the 2.6.13 kernel and they load fine. However, iwconfig reckons eth1 has no wireless extensions.

Offline

#19 2005-10-09 13:23:01

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: All users of ipw2200 READ!

Fixed! There was a problem with the new ipw2200 package that tpowa uploaded in that it used v2.3 of the firmware, rather than 2.4.

So, I updated the th pkgbuild to use 2.4 and voila! It works. smile

Offline

#20 2005-10-09 15:35:18

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

Re: All users of ipw2200 READ!

thx! it works for me to!


sorry for my bad english smile

Offline

#21 2005-10-09 17:39:52

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: All users of ipw2200 READ!

new package is up that contains the right firmware
greetings
tpowa

Offline

#22 2005-10-10 13:41:02

sml
Member
Registered: 2005-05-21
Posts: 89

Re: All users of ipw2200 READ!

hmmm .. I upgraded to the new packages and I still cannot dhcp an ip address or ping the router/modem.

ipw2000 loads successfully. iwconfig sets the ssid and key ok. I can iwlist scan the wireless signal .. just no dhcp and no connection.

Offline

#23 2005-10-11 07:56:27

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: All users of ipw2200 READ!

I got my ipw2200 working with the kernel 2.6.14-rc3 now. The trick was not to use the modules that are now included in the kernel. Instead I compiled the ipw2200-1.0.7 and ieee80211-1.1.4 from this page http://ketrenos.com/patches against it.

greetings
Mathias

Offline

#24 2005-10-11 08:03:08

ivi3
Member
Registered: 2005-10-06
Posts: 62

Re: All users of ipw2200 READ!

I forgot to say that I use the firmware ipw2200-fw-2.4.

greetings
Mathias

Offline

#25 2005-10-11 08:24:51

sml
Member
Registered: 2005-05-21
Posts: 89

Re: All users of ipw2200 READ!

Surely Linus wouldn't include drivers in the kernel, then release the kernel as stable, and then expect everyone not to use them and load up some other modules. That doesn't make sense.

Offline

Board footer

Powered by FluxBB