Wifi is sometimes soft blocked by unknown serviceWiFi soft-blocked by rfkill on startupCan'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.04What is Generic* disabledNo WiFi networks listed on 19.04 with Intel Wifi Link 5350

Which culture used no personal names?

I need an automatic way of making a lot of numbered folders

How to figure out key from key signature?

Moonlight bright enough to see by

Why do Computer Science degrees contain a high proportion of mathematics?

How does Data know about his off switch?

It is poor workplace etiquette to display signs of relative "wealth" at work when others are struggling financially?

Generating sequential alphanumeric values that match a certain pattern

Latest newtx package update (v1.601 Oct 2, 2019) breaks the footnote command [update: bug fixed by package author]

Does immunity to fear prevent a mummy's Dreadful Glare from paralyzing a character?

Why is technology bad for children?

How can you tell apart the pronounciation at the end between the "meine" and "meiner" in the daily spoken situation?

In the twin paradox does the returning twin also come back permanently length contracted flatter than the twin on Earth?

What happens when the Immolation spell is cast on a creature immune to fire damage?

First author doesn't want a co-author to read the whole paper

What would be the effect of a giant magical fireball burning in the ocean?

Trade a bishop in the opening

How to find Enhantments or Artifacts that have multiple effects?

What's that funny "illo" I keep hearing in Southern Spain?

Is is possible to externally power my DSLR with the original battery that is connected to the DSLR by means of wires?

Why it is a big deal whether or not Adam Schiff talked to the whistleblower?

Are dead worlds a good galactic barrier?

Does any politician honestly want a No Deal Brexit?

Should I avoid "big words" when writing to a younger audience?



Wifi is sometimes soft blocked by unknown service


WiFi soft-blocked by rfkill on startupCan'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.04What is Generic* disabledNo WiFi networks listed on 19.04 with Intel Wifi Link 5350






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









6

















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









share|improve this question

































    6

















    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









    share|improve this question





























      6












      6








      6








      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









      share|improve this question















      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






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked May 14 at 17:31









      tylehatyleha

      16511 bronze badges




      16511 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          6


















          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.






          share|improve this answer





























            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/4.0/"u003ecc by-sa 4.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
            );



            );














            draft saved

            draft discarded
















            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









            6


















            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.






            share|improve this answer
































              6


















              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.






              share|improve this answer






























                6














                6










                6









                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.






                share|improve this answer
















                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.







                share|improve this answer















                share|improve this answer




                share|improve this answer








                edited May 15 at 23:14









                tyleha

                16511 bronze badges




                16511 bronze badges










                answered May 14 at 22:07









                Thomas OHernThomas OHern

                786 bronze badges




                786 bronze badges































                    draft saved

                    draft discarded















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?