Wifi is sometimes soft blocked by unknown serviceWiFi soft-blocked by rfkill on startupBCM43225 not working on Lubuntu 12.04 64 bitCan't turn on or enable wirelessYoga Pro 2 Wi-Fi not workingActivate/deactivate Wi-Fi on Lenovo B5400 under Ubuntu 14.04WiFi not working on Asus Q503UA Xubuntu 14.04Ubuntu 16.04 wifi not connectingWiFi or Bluetooth not working in ubuntu 16.04 LTS (dual boot)What is Generic* disabledUbuntu 16 - can't connect to wifi issueUse Ethernate Connection for Wifi Hotspot
Would life always name the light from their sun "white"
Testing if os.path.exists with ArcPy?
Testing blind license applicants
In season 17 does LoN buff work against season journey set rewards?
Wifi is sometimes soft blocked by unknown service
Why when I add jam to my tea it stops producing thin "membrane" on top?
What do you call the hair or body hair you trim off your body?
Using chord iii in a chord progression (major key)
Is the seat-belt sign activation when a pilot goes to the lavatory standard procedure?
Does addError() work outside of triggers?
How to redirect stdout to a file, and stdout+stderr to another one?
How could it be that 80% of townspeople were farmers during the Edo period in Japan?
Cuban Primes
How does Ctrl+c and Ctrl+v work?
tikz drawing rectangle discretized with triangle lattices and its centroids
Are there microwaves to heat baby food at Brussels airport?
UUID type for NEWID()
Does the Rogue's Reliable Talent feature work for thieves' tools, since the rogue is proficient in them?
What are the implications of XORing ciphertext with plaintext?
Can a tourist shoot a gun in the USA?
With today's technology, could iron be smelted at La Rinconada?
Will consteval functions allow template parameters dependent on function arguments?
How to not get blinded by an attack at dawn
Will the volt, ampere, ohm or other electrical units change on May 20th, 2019?
Wifi is sometimes soft blocked by unknown service
WiFi soft-blocked by rfkill on startupBCM43225 not working on Lubuntu 12.04 64 bitCan't turn on or enable wirelessYoga Pro 2 Wi-Fi not workingActivate/deactivate Wi-Fi on Lenovo B5400 under Ubuntu 14.04WiFi not working on Asus Q503UA Xubuntu 14.04Ubuntu 16.04 wifi not connectingWiFi or Bluetooth not working in ubuntu 16.04 LTS (dual boot)What is Generic* disabledUbuntu 16 - can't connect to wifi issueUse Ethernate Connection for Wifi Hotspot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I manage a few hundred Dell 5290 laptops, all running Ubuntu 16.04. On occasion, some of these laptops will boot up in the morning with no wifi access. When I troubleshoot, I see that the Wireless LAN has been soft blocked.
$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
or
$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 78
serial: 88:b1:11:6c:f0:f7
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-47-generic firmware=34.0.1 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:145 memory:d1500000-d1501fff
Of course, I could easily remove this soft block with rfkill unblock all
. I could even write a watchdog to monitor the wifi interface and turn off any soft blocks eternally.
But my question is about how this soft block is actually originating? The computers are remotely managed kiosks. There is no keyboard or mouse for someone to enable a software soft block by hand.
dmesg
has a comment about platform regulatory issues that, when looking at dmesg
output on a functional device, I do not see. No idea if this is relevant.
$ dmesg | grep -i firmware
[ 0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.065082] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.216861] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.752085] Bluetooth: hci0: Firmware revision 0.1 build 173 week 45 2017
[ 2.931360] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.961437] iwlwifi 0000:01:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
16.04 networking wireless iwlwifi
add a comment |
I manage a few hundred Dell 5290 laptops, all running Ubuntu 16.04. On occasion, some of these laptops will boot up in the morning with no wifi access. When I troubleshoot, I see that the Wireless LAN has been soft blocked.
$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
or
$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 78
serial: 88:b1:11:6c:f0:f7
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-47-generic firmware=34.0.1 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:145 memory:d1500000-d1501fff
Of course, I could easily remove this soft block with rfkill unblock all
. I could even write a watchdog to monitor the wifi interface and turn off any soft blocks eternally.
But my question is about how this soft block is actually originating? The computers are remotely managed kiosks. There is no keyboard or mouse for someone to enable a software soft block by hand.
dmesg
has a comment about platform regulatory issues that, when looking at dmesg
output on a functional device, I do not see. No idea if this is relevant.
$ dmesg | grep -i firmware
[ 0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.065082] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.216861] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.752085] Bluetooth: hci0: Firmware revision 0.1 build 173 week 45 2017
[ 2.931360] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.961437] iwlwifi 0000:01:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
16.04 networking wireless iwlwifi
add a comment |
I manage a few hundred Dell 5290 laptops, all running Ubuntu 16.04. On occasion, some of these laptops will boot up in the morning with no wifi access. When I troubleshoot, I see that the Wireless LAN has been soft blocked.
$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
or
$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 78
serial: 88:b1:11:6c:f0:f7
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-47-generic firmware=34.0.1 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:145 memory:d1500000-d1501fff
Of course, I could easily remove this soft block with rfkill unblock all
. I could even write a watchdog to monitor the wifi interface and turn off any soft blocks eternally.
But my question is about how this soft block is actually originating? The computers are remotely managed kiosks. There is no keyboard or mouse for someone to enable a software soft block by hand.
dmesg
has a comment about platform regulatory issues that, when looking at dmesg
output on a functional device, I do not see. No idea if this is relevant.
$ dmesg | grep -i firmware
[ 0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.065082] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.216861] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.752085] Bluetooth: hci0: Firmware revision 0.1 build 173 week 45 2017
[ 2.931360] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.961437] iwlwifi 0000:01:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
16.04 networking wireless iwlwifi
I manage a few hundred Dell 5290 laptops, all running Ubuntu 16.04. On occasion, some of these laptops will boot up in the morning with no wifi access. When I troubleshoot, I see that the Wireless LAN has been soft blocked.
$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
or
$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlan0
version: 78
serial: 88:b1:11:6c:f0:f7
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-47-generic firmware=34.0.1 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:145 memory:d1500000-d1501fff
Of course, I could easily remove this soft block with rfkill unblock all
. I could even write a watchdog to monitor the wifi interface and turn off any soft blocks eternally.
But my question is about how this soft block is actually originating? The computers are remotely managed kiosks. There is no keyboard or mouse for someone to enable a software soft block by hand.
dmesg
has a comment about platform regulatory issues that, when looking at dmesg
output on a functional device, I do not see. No idea if this is relevant.
$ dmesg | grep -i firmware
[ 0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.065082] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 2.216861] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[ 2.752085] Bluetooth: hci0: Firmware revision 0.1 build 173 week 45 2017
[ 2.931360] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.961437] iwlwifi 0000:01:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
16.04 networking wireless iwlwifi
16.04 networking wireless iwlwifi
asked 7 hours ago
tylehatyleha
14811
14811
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Check your /var/lib/NetworkManager/NetworkManager.state file and see if WirelessEnabled=false. systemd-rfkill seems to check that file and soft block your interface if found. Set to true and see if that fixes the issue.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1143233%2fwifi-is-sometimes-soft-blocked-by-unknown-service%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Check your /var/lib/NetworkManager/NetworkManager.state file and see if WirelessEnabled=false. systemd-rfkill seems to check that file and soft block your interface if found. Set to true and see if that fixes the issue.
New contributor
add a comment |
Check your /var/lib/NetworkManager/NetworkManager.state file and see if WirelessEnabled=false. systemd-rfkill seems to check that file and soft block your interface if found. Set to true and see if that fixes the issue.
New contributor
add a comment |
Check your /var/lib/NetworkManager/NetworkManager.state file and see if WirelessEnabled=false. systemd-rfkill seems to check that file and soft block your interface if found. Set to true and see if that fixes the issue.
New contributor
Check your /var/lib/NetworkManager/NetworkManager.state file and see if WirelessEnabled=false. systemd-rfkill seems to check that file and soft block your interface if found. Set to true and see if that fixes the issue.
New contributor
New contributor
answered 2 hours ago
Thomas OHernThomas OHern
463
463
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1143233%2fwifi-is-sometimes-soft-blocked-by-unknown-service%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown