You are not logged in.

#1 2017-05-26 02:20:06

redeemedofgod
Member
From: North Carolina
Registered: 2017-05-23
Posts: 14

[Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

Hello, this is my first post!

Anyways, I have a newly installed Arch linux on my laptop.

I can connect to the wifi using 'wifi-menu' with no problems, but every 30 seconds or so I get an error that pops up on the console,

"wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)"

it will keep appearing in std out for a while, yet nothing is 'wrong' noticeably with my internet connection. I checked my dmesg and it only shows the exact same message with no extra detail.

I have had arch linux on this laptop for a while before, and I never seemed to have this issue before. It should be noted that I do not have any GUI installed on my system...this is just pure CLI right now.


EDIT: I now noticed that ever few errors I will also get, "iwlwifi 0000:02:00.0: Failed to find station" mixed in with the previous errors

Last edited by redeemedofgod (2017-06-02 21:30:46)

Offline

#2 2017-05-26 03:05:24

redeemedofgod
Member
From: North Carolina
Registered: 2017-05-23
Posts: 14

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

For the time being I found a work around...

sudo dmesg -D

it at least stops outputting the error, but that is like trying to cover the oil light on your car with a piece of tape...I would like to fix the issue if possible.

Offline

#3 2017-05-26 04:57:04

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

Which laptop are you using? Which wifi card and driver? Which access point? What's the output of iwconfig? Without any of this basic information, we can only make guesses...

Offline

#4 2017-05-26 19:27:12

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

I also see that failed to remove key error but only when I disconnect. It seems to be a new error either due to changes in the driver or a new microcode/firmware for the wifi card and it seems to be harmless, at least here things keep working as expected.

Regarding that "Failed to find station" error, no ideas here.

To what x33a is requesting add the output of 'iwlist _your_wifi_card_name scan' so that we can have an idea of how many access points you have around you and the signal strengths.

Here I'm using this wifi card: "Network controller [0280]: Intel Corporation Dual Band Wireless-AC 3165 Plus Bluetooth [8086:3166] (rev 99)"

Edit:
I do have those "Failed to find station" messages after all.

iwlwifi 0000:01:00.0: Failed to find station
wlan0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)

Last edited by R00KIE (2017-05-26 19:49:35)


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#5 2017-05-27 08:07:47

Bonnee
Member
From: Italy
Registered: 2016-10-18
Posts: 4

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

I have the same problem too. I'm running an Intel 8265 on a ThinkPad 13.
I get random connection drops from the WiFi with dmesg showing this:

iwlwifi 0000:03:00.0: Failed to find station
[ 2133.815875] wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)

The drops aren't very frequent and I can live with that.
I don't know if this occours also when wireless powersave is off (I mostly run on battery and charge overnight)
Unfortunately I can't say from which version of linux I've had this problem because the laptop is brand new.

EDIT: I just got another disconnection without this error. I now think that the network drop is caused by something else.

Last edited by Bonnee (2017-05-27 09:19:28)

Offline

#6 2017-05-27 21:14:12

redeemedofgod
Member
From: North Carolina
Registered: 2017-05-23
Posts: 14

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

x33a wrote:

Which laptop are you using? Which wifi card and driver? Which access point? What's the output of iwconfig? Without any of this basic information, we can only make guesses...

Sorry, I will try to get that information later tonight. I am at work right now.

Thank you all for your help thus far. I'm still learning how to get basic information about my hardware so I am at least learning a lot from this!

Offline

#7 2017-05-28 03:12:16

redeemedofgod
Member
From: North Carolina
Registered: 2017-05-23
Posts: 14

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

redeemedofgod wrote:
x33a wrote:

Which laptop are you using? Which wifi card and driver? Which access point? What's the output of iwconfig? Without any of this basic information, we can only make guesses...

Sorry, I will try to get that information later tonight. I am at work right now.

Thank you all for your help thus far. I'm still learning how to get basic information about my hardware so I am at least learning a lot from this!

Alright so my laptop is an HP 15-ay041wm, Wifi Card is Intel 3165 (Rev 81).

As far as the other information goes, I'll be honest I'm not sure how to find it.

Offline

#8 2017-05-28 05:28:06

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

Interesting, your wifi card is the same as R00KIE's, but Bonnee's is different. Still all of you are using Intel cards.

You can find out the driver being used using lspci: https://wiki.archlinux.org/index.php/Wi … ver_status

Also post the output of

# iwconfig
# iwlist scan wlo1

Remember to use code tags when posting the output.

Offline

#9 2017-05-29 08:46:58

Bonnee
Member
From: Italy
Registered: 2016-10-18
Posts: 4

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

I have just noticed that dmesg reports this everytime i boot:

iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-8265-28.ucode failed with error -2

Can this be related?

Offline

#10 2017-05-30 04:51:05

redeemedofgod
Member
From: North Carolina
Registered: 2017-05-23
Posts: 14

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

x33a wrote:

Interesting, your wifi card is the same as R00KIE's, but Bonnee's is different. Still all of you are using Intel cards.

You can find out the driver being used using lspci: https://wiki.archlinux.org/index.php/Wi … ver_status

Also post the output of

# iwconfig
# iwlist scan wlo1

Remember to use code tags when posting the output.

Okay, so I am using iwlwifi as a driver.

Both commands are:

 sudo: iwconfig: command not found 

and

 sudo: iwlist: command not found 

I tried installing those commands but pacman did not find them. I also tried to install iw, but I already have that installed.

Offline

#11 2017-05-30 04:57:49

redeemedofgod
Member
From: North Carolina
Registered: 2017-05-23
Posts: 14

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

Nevermind! I installed wireless_tools! Okay, here is my output

 
iwconfig:
enp1s0    no wireless extensions.

wlo1      IEEE 802.11  ESSID:"NETGEAR93"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: E4:F4:C6:DD:37:86   
          Bit Rate=45 Mb/s   Tx-Power=22 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          Link Quality=32/70  Signal level=-78 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:4  Invalid misc:244   Missed beacon:0

lo        no wireless extensions.

and

wlo1      Scan completed :
          Cell 01 - Address: E4:F4:C6:DD:37:86
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=32/70  Signal level=-78 dBm  
                    Encryption key:on
                    ESSID:"NETGEAR93"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000008aad79bcd
                    Extra: Last beacon: 49373ms ago
                    IE: Unknown: 00094E4554474541523933
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 030101
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1A6F1003FFFF0000000000000000000000000000000406E6E70D00
                    IE: Unknown: 3D16010D0600000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0101
                    IE: Unknown: DD180050F2020101810003A4000027A4000042435E0062322F00
                    IE: Unknown: DD1E00904C336F1003FFFF0000000000000000000000000000000406E6E70D00
                    IE: Unknown: DD1A00904C34010D0600000000000000000000000000000000000000
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD8B0050F204104A0001101044000102103B00010310470010FBC556CC42085D06A8C9E4F4C6DD3786102100044E54475210230008574E4452343330301024000256311042000C6534663463366464333738361054000800060050F204000110110015574E44523433303028576972656C65737320415029100800022008103C0001011049000600372A000120

Please keep in mind, however, my original issue was at my dad's house with different access points. Where I am at right now, I am connected, (with permission), to another building with a very weak signal.

Offline

#12 2017-05-30 09:08:12

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

The iwlist output only makes sense at the place where you have problems, like I said it would be for us to have an idea of how many access points you had around, signal levels, how many access point using the same channel.

On the other hand you say that you don't notice anything wrong so apart from the dmesg spam everything works. Maybe you should check if anyone has reported this upstream and either chime in or create a new bug report if no one has opened on yet.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#13 2017-06-02 21:29:46

redeemedofgod
Member
From: North Carolina
Registered: 2017-05-23
Posts: 14

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

Okay, I will do that. I am going to go ahead and list this as solved, since it isn't really an issue to me anymore now that I have a GUI. Thank you all for your help.

Offline

#14 2017-11-25 10:43:27

ziongate
Member
Registered: 2017-08-18
Posts: 10

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

Hi,

grepping kernel sources, this message comes from mac80211/key.c

it seems nothing more than a message that informs about.

Last edited by ziongate (2017-11-25 12:55:48)

Offline

#15 2017-11-25 18:24:26

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [Solved] Wifi-menu "wlo1: failed to remove key (1, ff:ff:ff:ff:ff:ff)

@ziongate, please don't necrobump.

https://wiki.archlinux.org/index.php/Co … bumping.22

Closing thread.

Offline

Board footer

Powered by FluxBB