Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel-Centrino WLan with ipw2200 problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Thu Feb 03, 2005 5:09 pm    Post subject: Intel-Centrino WLan with ipw2200 problem Reply with quote

Hi Gentoo-People

I've got an Intel Centrino Notebook and I'm trying to install the Wireless-Card. For this, I first activated some Modules in the Kernel (as described everywhere):

    [ * ] Cryptographic API
    <M> ARC4 cipher algorithm
    <M> CRC32c CRC algorithm
    [ * ] Wireless LAN drivers (non-hamradio) & Wireless Extensions

Then I made
Code:
emerge ipw2200
emerge wireless-tools

But now, a
Code:
iwconfig

gives me the following:
Code:
lo       no wireless extensions
eth0     no wireless extensions

In all the manuals, they say, that there should be an eth1, but there is no... Do I have to configure this anywhere??

Thnx for the help...
Raphael
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Thu Feb 03, 2005 5:11 pm    Post subject: Reply with quote

Hm...
Code:
modprobe ipw2200

?
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Thu Feb 03, 2005 5:12 pm    Post subject: Reply with quote

Sorry, yes... I forgot to say this...
I also made
Code:
modprobe ipw2200
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Thu Feb 03, 2005 5:16 pm    Post subject: Reply with quote

Ok, so try
Code:
rmmod ipw2200
modprobe ipw2200
dmesg | grep ipw

What does it say?
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Thu Feb 03, 2005 5:21 pm    Post subject: Reply with quote

Code:
# dmesg | grep ipw
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.0.0
ipw2200: Copyright(c) 2003-2004 Intel Corporation
ipw2200: failed to send TX_POWER command
ipw2200: failed to send TX_POWER command
ipw2200: failed to send TX_POWER command
ipw2200: failed to send TX_POWER command
ipw2200: failed to send TX_POWER command
ipw2200: Unable to initialize device after 5 attempts.
ipw2200: failed to register network device
ipw2200: probe of 0000:02:09.0 failed with error -5
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Fri Feb 04, 2005 4:45 pm    Post subject: Reply with quote

I just found out, that the firmware_class module is not able to be loaded. Probably, that's the problem.
Code:
# modprobe firmware_class
# dmesg | grep firmware
firmware_class_init: class_register failed
firmware_class_init: class_register failed

Why could this happen?
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Fri Feb 04, 2005 5:55 pm    Post subject: Reply with quote

Is ipw2200-firmware installed? What are the contents of /lib/firmware?
Back to top
View user's profile Send private message
swimfan
n00b
n00b


Joined: 04 Feb 2005
Posts: 2

PostPosted: Fri Feb 04, 2005 6:21 pm    Post subject: Reply with quote

I had this very same problem. Make sure that you have emerged ipw2200-firmware, and that your /etc/hotplug/firmware.agent script is pointing to /lib/firmware, the FIRMWARE_DIR variable specifically. Works fine on my Dell 600m with centrino.
Back to top
View user's profile Send private message
LiquidGaia
n00b
n00b


Joined: 28 Jan 2005
Posts: 3

PostPosted: Sat Feb 05, 2005 12:08 am    Post subject: Reply with quote

this should get it up and running:

add the following to /etc/portage/package.keywords
net-wireless/ipw2200 ~x86
net-wireless/ipw2200-firmware ~x86

then run

emerge net-wireless/ipw2200
emerge net-wireless/ipw2200-firmware

do your modprobe ipw2200
iwconfig should list it...

goodluck
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Sat Feb 05, 2005 12:35 am    Post subject: Reply with quote

Thnx for the replies!
Quote:
Make sure that you have emerged ipw2200-firmware
The firmware should be installed properly (I mean, that's what portage tells me)
Quote:
and that your /etc/hotplug/firmware.agent script is pointing to /lib/firmware, the FIRMWARE_DIR variable specifically.
I just checked this, and it seems to be all right! There is already a
Code:
FIRMWARE_DIR=/lib/firmware


Quote:
add the following to /etc/portage/package.keywords
net-wireless/ipw2200 ~x86
net-wireless/ipw2200-firmware ~x86
I did the same by using ACCEPT_KEYWORDS='~x86'...

But still the same problem... Firmware's not loading...
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Sun Feb 06, 2005 9:42 pm    Post subject: Reply with quote

So, does really nobody have an idea of how to fix this?? :(
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Sun Feb 06, 2005 9:58 pm    Post subject: Reply with quote

So it would appear. Perhaps you should report to the appropriate mailing list:
http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
Back to top
View user's profile Send private message
Adamal
Apprentice
Apprentice


Joined: 05 Dec 2003
Posts: 264
Location: California

PostPosted: Sun Feb 06, 2005 10:02 pm    Post subject: Reply with quote

quick question are you sure you have the ipw2200 wireless card and not the ipw2100?
_________________
Cry Havoc and Let Slip the dogs of War!
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Sun Feb 06, 2005 10:31 pm    Post subject: Reply with quote

Quote:
quick question are you sure you have the ipw2200 wireless card and not the ipw2100
I am quite because it also used to work on SUSE (which I used before)...

So, what could be the reason for firmware_class module not being loaded? Could there be another module missing?


Last edited by Javaretto on Sun Feb 06, 2005 10:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Sun Feb 06, 2005 10:33 pm    Post subject: Reply with quote

Javaretto wrote:
Quote:
quick question are you sure you have the ipw2200 wireless card and not the ipw2100
I am quite because it also used to work on SUSE (which I used before)...

Did you use the _very same_ version on SuSE? Because if you did, then the problem must be in your configuration or system setup, not in the driver.
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Sun Feb 06, 2005 10:37 pm    Post subject: Reply with quote

Voltago wrote:
Did you use the _very same_ version on SuSE? Because if you did, then the problem must be in your configuration or system setup, not in the driver.
I guess, I used an older version...

I also think, it's not the driver, but just me having something not configured or not installed... But what could it be??
Back to top
View user's profile Send private message
Javaretto
n00b
n00b


Joined: 28 Jan 2005
Posts: 64

PostPosted: Mon Feb 07, 2005 2:24 pm    Post subject: Reply with quote

Doesn't anyone have any other idea??
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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