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;








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 7 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 2 hours 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

                    Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

                    Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

                    Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367