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

c++ conditional uni-directional iterator

Testing blind license applicants

What color to choose as "danger" if the main color of my app is red

Why did the soldiers of the North disobey Jon?

How could it be that 80% of townspeople were farmers during the Edo period in Japan?

Developers demotivated due to working on same project for more than 2 years

Should I communicate in my applications that I'm unemployed out of choice rather than because nobody will have me?

Network latencies between opposite ends of the Earth

Were any toxic metals used in the International Space Station?

Is the seat-belt sign activation when a pilot goes to the lavatory standard procedure?

Would life always name the light from their sun "white"

Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?

My bread in my bread maker rises and then falls down just after cooking starts

How to describe a building set which is like LEGO without using the "LEGO" word?

To whom did Varys write those letters in Game of Thrones S8E5?

Why would company (decision makers) wait for someone to retire, rather than lay them off, when their role is no longer needed?

What metal is most suitable for a ladder submerged in an underground water tank?

It is as easy as A B C, Figure out U V C from the given relationship

tikz drawing rectangle discretized with triangle lattices and its centroids

Can anyone give me examples of the relative-determinative 'which'?

Are there microwaves to heat baby food at Brussels airport?

Wireless headphones interfere with Wi-Fi signal on laptop

Why did Varys remove his rings?

Can my American children re-enter the USA by International flight with a passport card? Being that their passport book has expired



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;








3















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




























    3















    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
























      3












      3








      3








      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 6 hours ago









      tylehatyleha

      14811




      14811




















          1 Answer
          1






          active

          oldest

          votes


















          3














          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








          New contributor



          Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.



















            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
            );



            );













            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









            3














            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








            New contributor



            Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.























              3














              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








              New contributor



              Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





















                3












                3








                3







                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








                New contributor



                Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                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








                New contributor



                Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                share|improve this answer



                share|improve this answer






                New contributor



                Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.








                answered 1 hour ago









                Thomas OHernThomas OHern

                463




                463




                New contributor



                Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




                New contributor




                Thomas OHern is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





























                    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

                    Log på Navigationsmenu

                    Wonderful Copenhagen (sang) Eksterne henvisninger | NavigationsmenurSide på frankloesser.comWonderful Copenhagen

                    Detroit Tigers Spis treści Historia | Skład zespołu | Sukcesy | Członkowie Baseball Hall of Fame | Zastrzeżone numery | Przypisy | Menu nawigacyjneEncyclopedia of Detroit - Detroit TigersTigers Stadium, Detroit, MITigers Timeline 1900sDetroit Tigers Team History & EncyclopediaTigers Timeline 1910s1935 World Series1945 World Series1945 World Series1984 World SeriesComerica Park, Detroit, MI2006 World Series2012 World SeriesDetroit Tigers 40-Man RosterDetroit Tigers Coaching StaffTigers Hall of FamersTigers Retired Numberse