Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel PRO/Wireless 2100 (IPW2100) mini DRIVER!!!
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kswtch
n00b
n00b


Joined: 07 Aug 2003
Posts: 47
Location: Düsseldorf, Germany

PostPosted: Wed May 19, 2004 8:06 pm    Post subject: Reply with quote

I am using a Samsung P30 Notebook and emerged ipw2100 version 0.44 successfully.

after doing
Code:
modprobe ipw2100
ipw2100 and hostap are loaded.

dmesg gives me the following:
Code:
eth1: RF Kill state changed to radio OFF.

I tried to change the settings for my wlan card but
Code:
iwconfig eth1 channel 10 commit
returns with
Code:
Error for wireless request "Set Frequency" (8B04)  :
      SET failed on device eth1; Operation not supported.


I have no idea how to fix this. Maybe i just have to wait for a new driver/firmware release.
Back to top
View user's profile Send private message
pcll1m
n00b
n00b


Joined: 13 Feb 2004
Posts: 6
Location: somewhere

PostPosted: Thu May 20, 2004 4:15 pm    Post subject: RF Kill state changed to radio OFF Reply with quote

kswtch wrote:
I am using a Samsung P30 Notebook and emerged ipw2100 version 0.44 successfully.

after doing
Code:
modprobe ipw2100
ipw2100 and hostap are loaded.

dmesg gives me the following:
Code:
eth1: RF Kill state changed to radio OFF.

I tried to change the settings for my wlan card but
Code:
iwconfig eth1 channel 10 commit
returns with
Code:
Error for wireless request "Set Frequency" (8B04)  :
      SET failed on device eth1; Operation not supported.


I have no idea how to fix this. Maybe i just have to wait for a new driver/firmware release.


I'm having exacly the same problem with on my lapshit, it can't establish a connection to the access point (the wireless led blinks). However, it can detect my accesspoint:
"iwlist eth1 scan" is working and reports the accesspoint and blah, blah.

Well, it seems that for some laptops it should be necessary a soft-driver to enable the use of the wireless card by pressing the appropiate function-key located most of the times asside the keyboard.

Check at: http://www.informatik.hu-berlin.de/~tauber/acerhk/ and try if acerhotkeys driver suits for your laptop funtion-key's pad. Many acer models appear to be covered.

It doesn't seem to work for my aopen 1555 lapshit-box. Anyway i'll keep on trying other brand-dependant keypads drivers and see if I can avoid the bloody "RF kill state" message.

kernel 2.6.5 and ipw2100 ver. 0.44.

Good luck (it's gonna be needed!!).


Pao.
_________________
Thank you in advice!
pcl.
----------------------------------------------------------
So much things to experiment, to know, to share!
----------------------------------------------------------
Back to top
View user's profile Send private message
kswtch
n00b
n00b


Joined: 07 Aug 2003
Posts: 47
Location: Düsseldorf, Germany

PostPosted: Thu May 20, 2004 4:32 pm    Post subject: Reply with quote

It is working now. here is what I did:

enable ACPI support in your kernel (I use 2.6.6 at the time of writing) and emerge acpid. Notebook Hotkeys are producing ACPI Messages now (compare dmesg).

My wlan Hotkey is hardwired and successfully turning ON the RF Switch if i press it.
Back to top
View user's profile Send private message
pcll1m
n00b
n00b


Joined: 13 Feb 2004
Posts: 6
Location: somewhere

PostPosted: Thu May 20, 2004 4:55 pm    Post subject: Reply with quote

kswtch wrote:
It is working now. here is what I did:

enable ACPI support in your kernel (I use 2.6.6 at the time of writing) and emerge acpid. Notebook Hotkeys are producing ACPI Messages now (compare dmesg).

My wlan Hotkey is hardwired and successfully turning ON the RF Switch if i press it.


8O

Uh! I'm sourprised. I so use acpi/acpid too. At the moment i'm watching my acpid events from /var/log/acpid file and my key pad is not reporting anything (kernel 2.6.5). It can be a matter of my lapshit instead of a kernel version? I don't see messages in dmesg for those events beacuse I don't have activated the acpi debug festure in my kernel.

Well , I'll check 2.6.6 to see what it happens...

Just to know..which kernel where you using before?

Good to know!


Pao.
_________________
Thank you in advice!
pcl.
----------------------------------------------------------
So much things to experiment, to know, to share!
----------------------------------------------------------
Back to top
View user's profile Send private message
kswtch
n00b
n00b


Joined: 07 Aug 2003
Posts: 47
Location: Düsseldorf, Germany

PostPosted: Thu May 20, 2004 5:13 pm    Post subject: Reply with quote

i used 2.6.6 from the beginning. so I cant say if it is a kernel problem.
Make sure acpid is running.
Code:
# /etc/init.d/acpid start

And make it starting at boot time
Code:
# rc-update add /etc/init.d/acpid boot
Back to top
View user's profile Send private message
jewps
n00b
n00b


Joined: 29 Mar 2004
Posts: 74

PostPosted: Fri May 21, 2004 9:07 am    Post subject: Reply with quote

Ive had that problem too. Make sure the new firmwares are in /usr/lib/hotplug/firmware

there are three, i think one of the firmware is for monitor mode ;)
Back to top
View user's profile Send private message
pcll1m
n00b
n00b


Joined: 13 Feb 2004
Posts: 6
Location: somewhere

PostPosted: Fri May 21, 2004 3:10 pm    Post subject: Reply with quote

jewps wrote:
Ive had that problem too. Make sure the new firmwares are in /usr/lib/hotplug/firmware

there are three, i think one of the firmware is for monitor mode ;)


Ouh ..I do have three files there from the last time I emerged the driver.

:evil:

Aaargh, no solution yet for my shit top.. if we look at the laptop matrix shown a the
http://rfswitch.sourceforge.net/?page=laptop_matrix (from the project's sourceforge page).

It seems that for some models we'll have to wait for a new driver....

Unless someone find's the appropriate way to switch on the RF-Swith (software ...).


Pao.
:?:
_________________
Thank you in advice!
pcl.
----------------------------------------------------------
So much things to experiment, to know, to share!
----------------------------------------------------------
Back to top
View user's profile Send private message
nadin
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2003
Posts: 103

PostPosted: Sun Jun 13, 2004 12:49 am    Post subject: Reply with quote

Has anyone know how to use the driver in conjuction with wpa?

I tried once before but I could not figure it out. There was some daemon but I could not figure anything out.


Anyone had success at this?

Nadin
Back to top
View user's profile Send private message
jhgz1
Retired Dev
Retired Dev


Joined: 16 Dec 2003
Posts: 115
Location: Gainesville

PostPosted: Sun Jun 13, 2004 10:38 am    Post subject: Reply with quote

i am posting to see, whether i am the only with problems using the 0.46r1 ebuild. i can scan, see my ap but i cannot associate with it.
downgrading to 0.45 solves the problem and works like a charm.
i didn't find something to this in bugzilla, anybody got an idea?
Back to top
View user's profile Send private message
nadin
Tux's lil' helper
Tux's lil' helper


Joined: 05 Aug 2003
Posts: 103

PostPosted: Tue Jun 15, 2004 12:56 am    Post subject: Reply with quote

I am using ipw2100-46-r1 with no problems

Nadin
Back to top
View user's profile Send private message
diddly
n00b
n00b


Joined: 11 Mar 2004
Posts: 19
Location: Halifax, Nova Scotia, Canada

PostPosted: Thu Jul 08, 2004 4:01 pm    Post subject: IPW2100 0.48 Reply with quote

Anyone else having trouble emerging 0.48 of the ipw2100?

I get this when its compiling ieee80211_crypt_wep.c

Code:
#error CONFIG_CRYPTO is required to build this module

_________________
Dave Flogeras
Back to top
View user's profile Send private message
LostControl
l33t
l33t


Joined: 02 Mar 2004
Posts: 885
Location: La Glane, Suisse

PostPosted: Thu Jul 08, 2004 6:36 pm    Post subject: Re: IPW2100 0.48 Reply with quote

diddly wrote:
Anyone else having trouble emerging 0.48 of the ipw2100?

I get this when its compiling ieee80211_crypt_wep.c

Code:
#error CONFIG_CRYPTO is required to build this module


You need to enable CONFIG_CRYPTO, CONFIG_CRYPTO_ARC4 and CONFIG_CRC32 in your kernel.

They now use the encryption and decryption algorimths provided by the kernel instead of the hostap.

A+
Back to top
View user's profile Send private message
Eagle_
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jun 2004
Posts: 113

PostPosted: Sun Jul 25, 2004 11:27 am    Post subject: Not on start up - ipw2100 Reply with quote

Hi,

I am a new user in gentoo, i bought T41 ThinkPad and i try to play with my wireless card. i emerge ipw2100 and done what was writen in one of the forums. I hadnt created net.eth1 or something eles (i dont realy know how its works). I must say i only saw the led blinking, but i hadnt realy been connected with it to a wireless network (I was too lazy to go add my MAC address to the internet provider).

My problem is that this, ipw2100 module always pop up at startup and i dont want it to run at startup and i dont know how to disable it. The module ipw2100 isnt listeted in /etc/modules.autoload.d/kernel-2.6

P.S
I am using kernel 2.6.7-r6
Back to top
View user's profile Send private message
Heferweizen
n00b
n00b


Joined: 03 Aug 2004
Posts: 13

PostPosted: Tue Aug 03, 2004 5:15 pm    Post subject: 2100 not listed in lspci Reply with quote

I've got a dell Latitude D800. In XP, device manager lists the Intel PRO/Wireless LAN 2100 3A Mini PCI adapter. But in Gentoo, when I run lspci, it only lists my DECchip 21140 (which only runs with the tulip driver and not the tg3 driver, but thats another issue). I've emerged ipw2100 but when I do modprobe it says:

FATAL: Error inserting ipw2100 (lib/modules/2.6.7/net/ipw2100.ko): Unknown symbol in modules, or unknown parameter (see dmesg)

Any idea why lspci won't see my wireless chip, and does this have anything to do with the fatal error? By the way, I have updated the pciids.

Thanks for any help!
Back to top
View user's profile Send private message
Heferweizen
n00b
n00b


Joined: 03 Aug 2004
Posts: 13

PostPosted: Mon Aug 09, 2004 7:03 pm    Post subject: Reply with quote

Nevermind, I figured it out. I was trying to install Gentoo in Microsoft Virtual PC, and for some reason it will not detect all the hardware. I booted the actuall pc (instead of just the virtual machine) from the gentoo boot cd and it saw everything, including the gigabit ethernet and the wireless card. Lesson learned: Microsoft blows.
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1840

PostPosted: Tue Aug 17, 2004 3:01 pm    Post subject: Reply with quote

There is a bug in version 0.52 that prevents the driver from being unloaded correctly (this will result in a kernel panic). The solution is either not to try to unload it, or to use 0.51.
Here's the bugreport: :arrow: http://www.bughost.org/bugzilla/show_bug.cgi?id=174

Just in case someone is wondering why unloading the module doesn't work.
_________________
Underneath it all
We feel so small
The heavens fall
But still we crawl...


ACCEPT_KEYWORDS=~arch USE=head emerge life
Back to top
View user's profile Send private message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3270
Location: Italy, Milano

PostPosted: Tue Oct 19, 2004 11:11 am    Post subject: Reply with quote

I can unload the modulefrom the last wersion bt the hardware switch is broken, it I switch it off i can't turn back to the on state until i reload the driver...
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
TheScorp
n00b
n00b


Joined: 12 Jan 2005
Posts: 3

PostPosted: Wed Jan 12, 2005 8:36 pm    Post subject: Reply with quote

This is so starting to annoy me.

I also have a Aopen 1555 and cannot get the wireless to work! #"¤E"# It works partially. Heres the output of iwlist eth1:

adriele root # iwlist eth1 scanning
eth1 Scan completed :
Cell 01 - Address: 00:0D:54:9B:A7:62
ESSID:"gentoo"
Mode:Master
Channel:11
Bit Rate:1 Mb/s
Bit Rate:2 Mb/s
Bit Rate:5.5 Mb/s
Bit Rate:11 Mb/s
Quality=29/100 Signal level=-227 dBm Noise level=-98 dBm
Encryption key:off

And here is the dmesg:

ipw2100: eth1: Restarting adapter.
eth1: Using hotplug firmware load.
eth1: Radio is disabled by RF switch
eth1: Associated with 'gentoo' at unknown rate, channel 11
eth1: Association lost.
eth1: RF Kill state changed to radio OFF.

So it seems it gets a connection, but drops it after a second. And it irritates quite a lot. I saw there was one other hasseling with the aopen 1555. Did you get it to work at all?

Any help would be appriciated!! Deeply!


Kind Regards

Edmund Johansen
----------------------
"Gentoo made my life interesting"
Back to top
View user's profile Send private message
TheScorp
n00b
n00b


Joined: 12 Jan 2005
Posts: 3

PostPosted: Sun Jan 16, 2005 5:57 pm    Post subject: got it to work! Reply with quote

Install acerhk and run these commands:

modprobe --ignore-install acerhk && echo "on" > /proc/driver/acerhk/wirelessled
modprobe ipw2100
Back to top
View user's profile Send private message
orvtech
Tux's lil' helper
Tux's lil' helper


Joined: 28 Aug 2004
Posts: 115
Location: US. Florida

PostPosted: Sat Mar 26, 2005 2:38 pm    Post subject: Reply with quote

i have compile the module with out a problem. but for some reason i get this
Code:

FreedomMaker linux # modprobe ipw2100
FATAL: Error inserting ipw2100 (/lib/modules/2.6.11-gentoo-r4/net/ipw2100.ko): Unknown symbol in module, or unknown parameter (see dmesg)


so i check dmesg and i found:
Code:

ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
PCI: Unable to reserve mem region #1:8000000@d0000000 for device 0000:01:00.0

fbsplash: switched splash state to 'on' on console 11
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol module_refcount
    ACPI-1138: *** Error: Method execution failed [\_SB_.BAT0._BST] (Node c17f2460), AE_AML_NO_RETURN_VALUE
ieee80211_crypt: registered algorithm 'NULL'
ipw2100: Unknown symbol release_firmware
ipw2100: Unknown symbol request_firmware
ipw2100: Unknown symbol wireless_send_event
ipw2100: Unknown symbol release_firmware
ipw2100: Unknown symbol request_firmware
ipw2100: Unknown symbol wireless_send_event


i have omited the lines that i thoug wasnt important.
if anny one have a clue ... please let me know
_________________
http://orvtech.com
http://www.linuxevolution.org
Back to top
View user's profile Send private message
linuxbum
Tux's lil' helper
Tux's lil' helper


Joined: 20 Dec 2003
Posts: 131
Location: USA

PostPosted: Fri Apr 15, 2005 8:14 pm    Post subject: 2100 card Reply with quote

Ok loaded version 1.0.5 today And check kernel and other things listed in thread DMESG shows if found card lsmod list module.

But I have not found a way to configure WEP/CKIP with CISCO authorizations.
anybody know if this is supported sourceforge did not list 802.1x and LEAP anywere?

The windozes versions of the 2100 driver support CISCO/LEAP..
Code:


hp6000 linux # dmesg | grep ipw2100
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.0.5
ipw2100: Copyright(c) 2003-2004 Intel Corporation
ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
hp6000 linux # modprobe ipw2100
hp6000 linux # dmesg | grep ipw2100
ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, 1.0.5
ipw2100: Copyright(c) 2003-2004 Intel Corporation
ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
hp6000 linux # qpkg ipw2100 -I -v
net-wireless/ipw2100-firmware-1.3 *
net-wireless/ipw2100-1.0.5 *
hp6000 linux #
hp6000 linux # lsmod |grep ipw2100
ipw2100               119204  0
firmware_class          5712  1 ipw2100
ieee80211              31108  1 ipw2100
ieee80211_crypt         2696  2 ipw2100,ieee80211
hp6000 linux # iwconfig
lo        no wireless extensions.

eth0      unassociated  ESSID:"FR33Whee1"  Nickname:"ipw2100"
          Mode:Managed  Channel=0  Access Point: 00:00:00:00:00:00   
          Bit Rate=0 kb/s   Tx-Power:off   
          Retry:on   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0




Wait I don't have the /etc/conf.d/wireless examples listed hmm.
Baselayout is at -1.9.4-r6 hmmmm .
Ok masked got me here is my /etc/portage entries
Code:

hp6000 portage # cat package.unmask
=sys-apps/baselayout-1.11.10-r7
hp6000 portage # cat package.keyword
=sys-apps/baselayout-1.11.10-r7 ~x86

But still get
hp6000 portage # emerge -av =sys-apps/baselayout-1.11.10-r7

These are the packages that I would merge, in order:

Calculating dependencies   
!!! All ebuilds that could satisfy "=sys-apps/baselayout-1.11.10-r7" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/baselayout-1.11.10-r7 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.


Found out by using the gimme and umask scripts found on WIKI I got it working.
The only changes I see from my edited ones are UNMASk has -sys-apps/baselayout1.10.11* and the beta =sys-apps/baselayout-1.12.0_alpha* and sys-apps/baselayout-1.12.0_beta*
Also gimme added just package name in package.keywords.
Also the baselayout requires readline,bash,sysvinit at certian levels that needed unmask also.
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun May 15, 2005 9:48 pm    Post subject: Reply with quote

Hello,
I just installed the package "ipw2100" on Kernel 2.6.8 but I have not wireless extension device available.
Dmesg indicates errors:
Code:

ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
ipw2100: eth1: Firmware 'ipw2100-1.3.fw' not available or load failed.
ipw2100: eth1: ipw2100_get_firmware failed: -2
ipw2100: eth1: Failed to power on the adapter.
ipw2100: eth1: Failed to start the firmware.
ipw2100Error calling register_netdev.
ipw2100: probe of 0000:02:0a.0 failed with error -5


Can anybody help me?


Thx,
Ben
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sun May 15, 2005 9:55 pm    Post subject: Reply with quote

I just found this information:
Quote:

Firmware files fail to load even if installed
In some kernel configurations (users have most frequently reported the problem only with 2.6.9), the default timeout value for the hotplug subsystem is too low. You may have this problem if you see the following in your kernel log (via dmesg or /var/log/messages):
ipw2100: Copyright(c) 2003-2004 Intel Corporation
ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
ipw2100: eth1: Firmware 'ipw2100-1.3.fw' not available or load failed.
ipw2100: eth1: ipw2100_get_firmware failed: -2
ipw2100: eth1: Failed to power on the adapter.
ipw2100: eth1: Failed to start the firmware.
ipw2100Error calling regiser_netdev.
ipw2100: probe of 0000:02:02.0 failed with error -5


To work around this, you can increase the default timeout value:

echo 100 > /sys/class/firmware/timeout

and then reload the ipw2100 module. If this corrects your problem, you may wish to add the above line to your system startup scripts prior to the point at which the driver module would be loaded.

The other most common reason for getting the above error is that the firmware files are not installed in the correct location. Please see the INSTALL document for information on installing the firmware files.


But it doesn't help ...the firmware still not load. What does you think, kernel issue with version 2.6.8?


Thx,
Ben
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Mon May 16, 2005 3:41 pm    Post subject: Reply with quote

Regarding the reported issue:
Quote:

I just installed the package "ipw2100" on Kernel 2.6.8 but I have not wireless extension device available.
Dmesg indicates errors:
Code:

ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
ipw2100: eth1: Firmware 'ipw2100-1.3.fw' not available or load failed.
ipw2100: eth1: ipw2100_get_firmware failed: -2
ipw2100: eth1: Failed to power on the adapter.
ipw2100: eth1: Failed to start the firmware.
ipw2100Error calling register_netdev.
ipw2100: probe of 0000:02:0a.0 failed with error -5



Can anybody help me?

I found a solution. The problem occurs because the package ipw2100-firmware extract the firmware file to /lib/firmware instead to /usr/lib/hotplug/firmware. After copy manually the need file to /usr/lib/hotplug/firmware I can load the modul correct. Fine :)


Thx,
Benjamin
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Mon May 16, 2005 3:50 pm    Post subject: Reply with quote

Just a notice:
I opened a new Bug on Gentoo Bugzilla. See http://bugs.gentoo.org/show_bug.cgi?id=92797
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
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
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
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