LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   I cant set WEP key! "Operation not supported" ??? (https://www.linuxquestions.org/questions/linux-wireless-networking-41/i-cant-set-wep-key-operation-not-supported-502961/)

EcceVery 11-19-2006 07:30 AM

I cant set WEP key! "Operation not supported" ???
 
I'm running Gentoo and try to get my WLAN NIC going. I've done this many times before without much trouble. Now I've run out of luck.

The NIC is an Intel PRO/Wireless 2200BG, and I've installed the drivers without complications (version 1.1.3). I can scan networks, set an IP address on the NIC etc. The ONLY thing that doesn't work so far is SETTING THE WEP KEY:

Code:

#iwconfig eth1 key s:xxxxxxxxxxxxxxxxxx
Error for wireless request "Set Encode" (8B2A) :
    SET failed on device eth1 ; Operation not supported

Why the heck is this showing up? The ipw2200 driver has supported WEP since way back, and the IEEE802.11 wep crypto stuff compiled without errors.

XavierP 11-19-2006 08:52 AM

Try
Code:

iwconfig key restricted xxxxxxxxxx
Does that work?

EcceVery 11-19-2006 11:34 AM

Nope, same error.

XavierP 11-19-2006 12:06 PM

Can you post the results of
Code:

iwconfig
It may be that your wireless card isn't called eth1.


All times are GMT -5. The time now is 04:10 AM.