You are not logged in.

#1 2015-10-06 06:36:45

HyperBaton
Member
From: Belgium
Registered: 2008-01-18
Posts: 207

Wireless soft blocked after resume (since a recent update)

A recent update (somewhere between one and two weeks ago I guess) is now soft-blocking my wireless after resume:

root@ishikawa /home/hb # rfkill list all
1: dell-wifi: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
2: dell-bluetooth: Bluetooth
	Soft blocked: yes
	Hard blocked: no
3: dell-wwan: Wireless WAN
	Soft blocked: yes
	Hard blocked: no
4: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: yes
6: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

My wireless chipset (Dell Latitude E5450):

02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)

I can unblock them and my wireless is up and running again. Any idea what might have changed and if there's an easy fix?

Offline

#2 2015-10-07 19:49:04

justbuchanan
Member
From: Atlanta
Registered: 2015-10-07
Posts: 1

Re: Wireless soft blocked after resume (since a recent update)

I have a Dell XPS 13 Developer Edition (2013) and overall it works very well with Arch.  I've noticed a problem recently that whenever I close the laptop and open it back up, the wireless is soft blocked.  I can unblock it easily with rfkill, but it's pretty irritating to have to do this so often.  Any ideas for how to debug this?  I'm not really sure where to start looking for the cause.  Dmesg doesn't give me anything helpful from what I can tell.

Kernel version: 4.2.2-1-ARCH

Output of `rfkill list` after unblocking:
"""
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
6: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
"""

`lspci -k` shows the following about my wireless:
"""
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b)
    Subsystem: Intel Corporation Dual Band Wireless-AC 7260
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
"""

Any help would be greatly appreciated!  Thanks!

Offline

#3 2015-10-07 20:00:55

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: Wireless soft blocked after resume (since a recent update)

Merging. 
    Index
    » Newbie Corner
    » Wireless soft blocks on wake up


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2015-10-14 10:52:40

d.hensen
Member
Registered: 2015-10-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

I'm having the exact same issue with a Dell Inspiron 7548. When I boot up, wireless is working fine. When I suspend and then resume, my wireless is also soft-blocked:

0: phy0: Wireless LAN
        Soft blocked: yes
        Hard blocked: no
3: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no

When searching on the interwebz I found other people having rfkill problems on different vendor laptops (acer,asus) and sometimes the issue was resolved by blacklisting <vendorname>_wmi module. So I blacklisted dell_wmi, but that did not solve the problem. I spent hours on this already, and I don't just want to script rfkill to unblock each time after suspend. I want a proper fix. I can not say when it started because  I just got this laptop on 2015-10-05 and it was there from the beginning.

So far in this thread it concers 3 Dell laptops... any ideas?

Currently on 4.2.3-1-ARCH with this wireless device:

07:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7265
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi

Last edited by d.hensen (2015-10-14 10:54:28)

Offline

#5 2015-10-14 16:18:01

d.hensen
Member
Registered: 2015-10-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

Using linux-lts solved this problem for me. At the moment of writing that is 4.1.10-2-lts. Though I would still like to be able to run latest.. so I will be checking regularly if the latest non-lts kernel works and report back here when it does.

Offline

#6 2015-10-14 20:46:20

HyperBaton
Member
From: Belgium
Registered: 2008-01-18
Posts: 207

Re: Wireless soft blocked after resume (since a recent update)

I followed your advice, and it seems linux-lts solves the problem for now indeed. Maybe a regression in 4.2.

Offline

#7 2015-10-15 03:06:51

NickColeman
Member
From: Perth
Registered: 2015-09-25
Posts: 1

Re: Wireless soft blocked after resume (since a recent update)

Just for the record, I also have a new Dell Inspiron 7548 that worked fine up to the recent set of large upgrades.  This regression was introduced in one of the two big upgrades that took place a couple of weeks ago; these upgrades included two kernel upgrades: 4.1.6-1 -> 4.2.1-1 on Sept 30 and then 4.2.1-1 ->  4.2.2-1 on Oct 2.

I'm unwilling to make the significant move of changing my kernel to an lte one just to fix a regression, so I'll set up some suspend/resume hooks than run rfkill and netctl as a temporary workaround.  For anyone interested, the wiki page on Power Management has the info: https://wiki.archlinux.org/index.php/Po … leep_hooks

Last edited by NickColeman (2015-10-15 03:07:27)

Offline

#8 2015-10-15 17:01:51

d.hensen
Member
Registered: 2015-10-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

I see this regression is being picked up here: https://bugs.archlinux.org/task/46465

Offline

#9 2015-10-15 19:09:13

FlyingHappy
Member
From: Cincinnati, OH
Registered: 2011-04-18
Posts: 192

Re: Wireless soft blocked after resume (since a recent update)

I can confirm the same behavior out of my Dell 7348 with the i7 processor.  It seems to be sporadic.  If it is asleep for a long period of time it seems to be OK, but short spans will block it.  Anybody else seeing that behavior?

Offline

#10 2015-10-22 08:44:04

emak
Member
Registered: 2012-03-20
Posts: 32

Re: Wireless soft blocked after resume (since a recent update)

Same behaviour here on my Dell Latitude E7450. Nevertheless I can't confirm that it's about short or long period of sleeping. And I realized that it's also sometimes soft only and sometimes soft and hard blocking.

My WLAN is a Intel 7265 chipset.

Offline

#11 2015-10-27 08:22:55

Prymoo
Member
Registered: 2015-04-28
Posts: 16

Re: Wireless soft blocked after resume (since a recent update)

This issue is still present when running the latest kernel (4.2.4). My WLAN is intel 7260 AC.

Last edited by Prymoo (2015-10-27 09:08:41)

Offline

#12 2015-11-02 11:06:10

d.hensen
Member
Registered: 2015-10-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

Not yet fixed/still present in 4.2.5-1-ARCH running Intel AC 7265.

Offline

#13 2015-11-06 17:32:26

cutuchiqueno
Member
Registered: 2013-07-06
Posts: 70

Re: Wireless soft blocked after resume (since a recent update)

same problem here with Dell Sputnik 3 XPS 13 (4.2.5-1-ARCH)

Last edited by cutuchiqueno (2015-11-06 17:37:39)

Offline

#14 2015-11-12 00:39:57

Kinokoio
Member
Registered: 2014-10-29
Posts: 33
Website

Re: Wireless soft blocked after resume (since a recent update)

Same problem here

uname -r:

 4.2.5-1-ARCH

lspci:

00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1c.4 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #5 (rev e3)
00:1d.0 USB controller: Intel Corporation Wildcat Point-LP USB EHCI Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 07)
03:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)
04:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Opal XT [Radeon R7 M265] (rev ff)

----- Think out of the Box. ------
Archer since 2010.
My projects: http://github.com/kinokoio

Offline

#15 2015-11-21 19:08:43

arvidjaar
Member
Registered: 2015-11-21
Posts: 1

Re: Wireless soft blocked after resume (since a recent update)

This seems to be cause by dell-rbtn driver. At least on E5450 blacklisting it "fixes" the problem. Driver is new in 4.2.

I have hit it on Ubuntu with 4.2 and 4.3 kernels.

Offline

#16 2015-11-22 22:50:51

d.hensen
Member
Registered: 2015-10-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

I dont have that module loaded, so I can't verify if that is true. Did you try this on arch? or only on Ubuntu?

My lsmod output filtered for dell:

$ lsmod | grep dell
dell_led               16384  1
dell_wmi               16384  0
sparse_keymap          16384  1 dell_wmi
dell_laptop            20480  0
led_class              16384  3 iwlmvm,dell_led,dell_laptop
dcdbas                 16384  1 dell_laptop
rfkill                 24576  6 cfg80211,bluetooth,dell_laptop
wmi                    20480  2 dell_led,dell_wmi
dell_smo8800           16384  0
i8042                  20480  2 libps2,dell_laptop

Offline

#17 2015-11-24 13:29:13

FlyingHappy
Member
From: Cincinnati, OH
Registered: 2011-04-18
Posts: 192

Re: Wireless soft blocked after resume (since a recent update)

I blacklisted the dell-rbtn driver on my Dell 7348 and it seems to have worked.  Haven't had to unblock the wifi and reconnect yet since blacklisting it.

Offline

#18 2015-11-24 15:36:43

d.hensen
Member
Registered: 2015-10-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

d.hensen wrote:

I dont have that module loaded, so I can't verify if that is true. Did you try this on arch? or only on Ubuntu?

My lsmod output filtered for dell:

$ lsmod | grep dell
dell_led               16384  1
dell_wmi               16384  0
sparse_keymap          16384  1 dell_wmi
dell_laptop            20480  0
led_class              16384  3 iwlmvm,dell_led,dell_laptop
dcdbas                 16384  1 dell_laptop
rfkill                 24576  6 cfg80211,bluetooth,dell_laptop
wmi                    20480  2 dell_led,dell_wmi
dell_smo8800           16384  0
i8042                  20480  2 libps2,dell_laptop

Excuse me for this nonsense comment. I was still booted into lts kernel instead of 4.2.5-1-ARCH when I did lsmod. I see that I have dell-rbtn now that I booted in correct kernel. I'm going to try blacklisting now.

Offline

#19 2015-11-24 15:43:15

d.hensen
Member
Registered: 2015-10-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

Thanks guys, indeed blacklisting dell_rbtn solves this for me as well.

Offline

#20 2015-12-21 21:09:31

emak
Member
Registered: 2012-03-20
Posts: 32

Re: Wireless soft blocked after resume (since a recent update)

Nearly forgot to tell that it worked also on my Latitude E7450. Thanks guys!

Last edited by emak (2015-12-21 21:09:41)

Offline

#21 2015-12-30 22:47:20

d3Xt3r
Member
Registered: 2012-09-08
Posts: 19

Re: Wireless soft blocked after resume (since a recent update)

Also confirming that blacklisting dell_rbtn works on my Dell XPS 13 (2014).

This bug was already reported upstream - https://bugzilla.kernel.org/show_bug.cgi?id=106031

More details about dell_rbtn here - https://www.mail-archive.com/platform-d … 07570.html

Offline

#22 2016-01-02 14:57:49

halocaridina
Member
From: US
Registered: 2014-07-21
Posts: 77

Re: Wireless soft blocked after resume (since a recent update)

I can also confirm that blacklisting dell_rbtn fixes this exact issue of soft blocking following resume on a Dell Latitude 3150 (been wondering what was causing this for the last few months).

One side effect of the blacklisting is that the hotkey for toggling the radios no longer sends a key code (i.e., so doesn't work), but that is expected behavior given that dell_rbtn is the driver for that action (as discussed in the 2nd link posted by d3Xt3r).


4X Intel(R) Xeon(R) CPU E7-8870 @ 2.40GHz; 256GiB; 11TB EXT4; SL6.8
2X Intel(R) Xeon(R) CPU E5-2680 @ 2.70GHz; 256GiB; 3.4TB EXT4; SL6.8
Thinkpad X250; Broadwell-ULT Core i5; 8GiB, 525GB Crucial_CT525MX3; Arch
Thinkpad T440S; Haswell-ULT Core i7; 12GiB, 512GB SanDisk X210; Arch

Offline

#23 2016-02-03 09:05:21

Prymoo
Member
Registered: 2015-04-28
Posts: 16

Re: Wireless soft blocked after resume (since a recent update)

I found a cleaner solution: dell_rbtn has optional parameter named: "auto_remove_rfkill". Setting this parameter to "false" solves the problem for me.

Offline

#24 2016-02-03 17:26:08

halocaridina
Member
From: US
Registered: 2014-07-21
Posts: 77

Re: Wireless soft blocked after resume (since a recent update)

@Prymoo

Nice catch. I need to try that parameter.

Halocaridina


4X Intel(R) Xeon(R) CPU E7-8870 @ 2.40GHz; 256GiB; 11TB EXT4; SL6.8
2X Intel(R) Xeon(R) CPU E5-2680 @ 2.70GHz; 256GiB; 3.4TB EXT4; SL6.8
Thinkpad X250; Broadwell-ULT Core i5; 8GiB, 525GB Crucial_CT525MX3; Arch
Thinkpad T440S; Haswell-ULT Core i7; 12GiB, 512GB SanDisk X210; Arch

Offline

#25 2016-02-09 03:03:38

PopeXXIII
Member
Registered: 2013-11-13
Posts: 10

Re: Wireless soft blocked after resume (since a recent update)

This is a built in kernel module, right? Has something changed already? I tried creating this file:

/etc/modprobe.d/dell_rbtn.conf
options dell_rbtn auto_remove_rfkill=false

and it reports that isn't a valid parameter:

modprobe: ERROR: could not insert 'dell_rbtn': Invalid argument

Offline

Board footer

Powered by FluxBB