Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ipw2200 in 2.6.14er kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 12:24 pm    Post subject: ipw2200 in 2.6.14er kernel Reply with quote

Hi!

I don't get ipw22000 working, neither as module nor built-in. The hardware is actually detected:

Nov 13 13:02:19 notebook ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
Nov 13 13:02:19 notebook ipw2200: Copyright(c) 2003-2004 Intel Corporation
Nov 13 13:02:19 notebook ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection

But iwconfig doesn't find it. I unmerged ipw2200 and ieee80211 and re-emerged ipw2200-firmware, however:

Nov 13 13:02:19 notebook ipw2200: ipw-2.2-boot.fw load failed: Reason -2
Nov 13 13:02:19 notebook ipw2200: Unable to load firmware: 0xFFFFFFFE
Nov 13 13:02:19 notebook ipw2200: failed to register network device
Nov 13 13:02:19 notebook ipw2200: probe of 0000:06:07.0 failed with error -5

This may be the cause but what am I going to do to fix this?

Thanks!
Back to top
View user's profile Send private message
dsd
Developer
Developer


Joined: 30 Mar 2003
Posts: 2162
Location: nr London

PostPosted: Sun Nov 13, 2005 12:44 pm    Post subject: Reply with quote

was that log from when it was built in or modular?

if you built it in, it tries to load the firmware before it has mounted the root filesystem. please ensure you are posting logs from a modular build
_________________
http://dev.gentoo.org/~dsd
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 2:48 pm    Post subject: Reply with quote

Doesn't matter. Whether I build it into the kernel oder load it as a module I get the same log output :(
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Nov 13, 2005 3:29 pm    Post subject: Reply with quote

Silly question (maybe), are you sure you have emerged the 2.2 firmware version and not a later one?
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 3:50 pm    Post subject: Reply with quote

dgaffuri wrote:
Silly question (maybe), are you sure you have emerged the 2.2 firmware version and not a later one?


Oops. Nope, I emerged portage stable which is 2.3 :-\
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 3:59 pm    Post subject: Reply with quote

Well, anyway, this doesn't fix the problem. I emerged 2.2:

$ ls -l /lib/firmware/
total 376
-rw-r--r-- 1 root root 11880 Nov 13 16:52 ipw-2.2-LICENSE
-rw-r--r-- 1 root root 6472 Nov 13 16:52 ipw-2.2-boot.fw
-rw-r--r-- 1 root root 166960 Nov 13 16:52 ipw-2.2-bss.fw
-rw-r--r-- 1 root root 16334 Nov 13 16:52 ipw-2.2-bss_ucode.fw
-rw-r--r-- 1 root root 161568 Nov 13 16:52 ipw-2.2-ibss.fw
-rw-r--r-- 1 root root 16312 Nov 13 16:52 ipw-2.2-ibss_ucode.fw

# cat /var/log/messages | grep ipw2200 |tail -7
tail: `-7' option is obsolete; use `-n 7' since this will be removed in the future
Nov 13 16:56:02 notebook ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
Nov 13 16:56:02 notebook ipw2200: Copyright(c) 2003-2004 Intel Corporation
Nov 13 16:56:02 notebook ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
Nov 13 16:56:12 notebook ipw2200: ipw-2.2-boot.fw load failed: Reason -2
Nov 13 16:56:12 notebook ipw2200: Unable to load firmware: 0xFFFFFFFE
Nov 13 16:56:12 notebook ipw2200: failed to register network device
Nov 13 16:56:12 notebook ipw2200: probe of 0000:06:07.0 failed with error -5
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Nov 13, 2005 4:06 pm    Post subject: Reply with quote

Are you sure that ipw2200 was built as a module this time? Is firmware loading enabled in kernel?
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 4:45 pm    Post subject: Reply with quote

dgaffuri wrote:
Are you sure that ipw2200 was built as a module this time? Is firmware loading enabled in kernel?


# zgrep -i ipw /proc/config.gz
# CONFIG_IPW2100 is not set
# CONFIG_IPW_DEBUG is not set
CONFIG_IPW2200=m

(and a do modprobe ipw2200)

Well, firmware loading enabled...hmm...where am I going to specify this?

# zgrep -i -E "firmware|fw" /proc/config.gz
# Firmware Drivers
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Nov 13, 2005 5:08 pm    Post subject: Reply with quote

That's OK. You may try this, but it's a problem generally shown by older kernel.
Code:
echo 100 > /sys/class/firmware/timeout

Which version of udev do you have? There's a problem until 070-r1 or 071 with loading firmware. Do you have hotplug emerged?
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 5:12 pm    Post subject: Reply with quote

dgaffuri wrote:
That's OK. You may try this, but it's a problem generally shown by older kernel.
Code:
echo 100 > /sys/class/firmware/timeout

Which version of udev do you have? There's a problem until 070-r1 or 071 with loading firmware. Do you have hotplug emerged?


udev-070-r1 (there was not a single version of udev since 058 that wasn't buggy...) and sys-apps/hotplug-20040923.
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 5:17 pm    Post subject: Reply with quote

BTW 1) loading the modules takes some seconds (!) and 2) I'd really prefer to have it built-in...
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Nov 13, 2005 5:37 pm    Post subject: Reply with quote

Some people have firmware related problems with udev 071[/code], but for me it's all OK. The only difference is that I have sys-apps/hotplug-20040923-r1. There's been a firmware related fix in udev-072, you may want to try to upgrade (or downgrade to 058).

someone12345 wrote:
BTW 1) loading the modules takes some seconds (!) and 2) I'd really prefer to have it built-in...

1) :?: 2) I don't think it's possible, but I may be wrong.

Last, ipw2200 have been upgraded to 1.0.8 in 2.6.15-rc1.
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 5:48 pm    Post subject: Reply with quote

Well, udev-058 is apprently not available anymore :(
Back to top
View user's profile Send private message
lacerto
n00b
n00b


Joined: 17 Oct 2005
Posts: 49

PostPosted: Sun Nov 13, 2005 6:13 pm    Post subject: Reply with quote

Have got precisely the same problem here..
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Nov 13, 2005 7:19 pm    Post subject: Reply with quote

It worked for me with vanilla and Gentoo 2.6.14, but I use ipw2200 as a package because of old version in kernel (I need WPA at work). Of course If you want to try you have to disable ieee80211 and ipw2200 support in kernel. These are my versions
Code:
[ebuild   R   ] net-wireless/ieee80211-1.1.6  -debug 0 kB
[ebuild   R   ] net-wireless/ipw2200-1.0.8  -debug -radiotap 0 kB
[ebuild   R   ] net-wireless/ipw2200-firmware-2.4  0 kB

I've tried with 2.6.15-rc1 too, which includes 1.0.8, and it works without problems (with firmware 2.4 too, of course).
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
someone12345
Guru
Guru


Joined: 09 Apr 2005
Posts: 365

PostPosted: Sun Nov 13, 2005 7:27 pm    Post subject: Reply with quote

Well, the individual packages worked for me as well (for udev-058...). But this is about 2.6.14-ipw2200.
Back to top
View user's profile Send private message
dgaffuri
Advocate
Advocate


Joined: 05 Jun 2005
Posts: 2078
Location: Italy

PostPosted: Sun Nov 13, 2005 7:33 pm    Post subject: Reply with quote

someone12345 wrote:
Well, the individual packages worked for me as well (for udev-058...). But this is about 2.6.14-ipw2200.

Yes, but I don't have anything more to suggest :D . Have you tried to upgrade hotplug (if you've not already -r1) and/or udev? Or just wait for 2.6.15, ipw2200 1.0.0 is horribly broken 8) .
_________________
Adopt an unanswered post
If you feel that your problem has been solved please edit the top post and add [solved] to the subject
Back to top
View user's profile Send private message
jancici
Apprentice
Apprentice


Joined: 27 Jan 2004
Posts: 284
Location: Slovakia

PostPosted: Fri Nov 25, 2005 6:43 pm    Post subject: Reply with quote

look in this thread
https://forums.gentoo.org/viewtopic-t-403995-highlight-ipw2200+firmware.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum