Turning off wifi in Ubuntu 18.04 turns on aeroplane mode












0















Whenever I turn off wifi, aeroplane mode is turned on automatically .
Is this a bug in Ubuntu 18.04?



Output of rfkill list after wifi is turned off:



1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: yes
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no









share|improve this question

























  • turn off wifi and then post the output of rfkill list.

    – j-money
    Feb 19 at 10:41













  • @j-money posted the output.

    – Hemant
    Feb 20 at 8:44











  • an alternative could be to turn off wifi via terminal or script: sudo ip link set wlan0 down exchange wlan0 with your inteface name that you want to turn off. sudo ip link set wlan0 up will bring it up again. Btw. what manufacturer / laptop type are u using - just curious

    – AlexOnLinux
    Feb 20 at 9:50











  • @AlexOnLinux hp-15ab522tx

    – Hemant
    Feb 20 at 9:51
















0















Whenever I turn off wifi, aeroplane mode is turned on automatically .
Is this a bug in Ubuntu 18.04?



Output of rfkill list after wifi is turned off:



1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: yes
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no









share|improve this question

























  • turn off wifi and then post the output of rfkill list.

    – j-money
    Feb 19 at 10:41













  • @j-money posted the output.

    – Hemant
    Feb 20 at 8:44











  • an alternative could be to turn off wifi via terminal or script: sudo ip link set wlan0 down exchange wlan0 with your inteface name that you want to turn off. sudo ip link set wlan0 up will bring it up again. Btw. what manufacturer / laptop type are u using - just curious

    – AlexOnLinux
    Feb 20 at 9:50











  • @AlexOnLinux hp-15ab522tx

    – Hemant
    Feb 20 at 9:51














0












0








0








Whenever I turn off wifi, aeroplane mode is turned on automatically .
Is this a bug in Ubuntu 18.04?



Output of rfkill list after wifi is turned off:



1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: yes
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no









share|improve this question
















Whenever I turn off wifi, aeroplane mode is turned on automatically .
Is this a bug in Ubuntu 18.04?



Output of rfkill list after wifi is turned off:



1: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: yes
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no






wireless 18.04 airplane-mode






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 20 at 8:58









pomsky

32.2k11100131




32.2k11100131










asked Feb 19 at 9:27









HemantHemant

62110




62110













  • turn off wifi and then post the output of rfkill list.

    – j-money
    Feb 19 at 10:41













  • @j-money posted the output.

    – Hemant
    Feb 20 at 8:44











  • an alternative could be to turn off wifi via terminal or script: sudo ip link set wlan0 down exchange wlan0 with your inteface name that you want to turn off. sudo ip link set wlan0 up will bring it up again. Btw. what manufacturer / laptop type are u using - just curious

    – AlexOnLinux
    Feb 20 at 9:50











  • @AlexOnLinux hp-15ab522tx

    – Hemant
    Feb 20 at 9:51



















  • turn off wifi and then post the output of rfkill list.

    – j-money
    Feb 19 at 10:41













  • @j-money posted the output.

    – Hemant
    Feb 20 at 8:44











  • an alternative could be to turn off wifi via terminal or script: sudo ip link set wlan0 down exchange wlan0 with your inteface name that you want to turn off. sudo ip link set wlan0 up will bring it up again. Btw. what manufacturer / laptop type are u using - just curious

    – AlexOnLinux
    Feb 20 at 9:50











  • @AlexOnLinux hp-15ab522tx

    – Hemant
    Feb 20 at 9:51

















turn off wifi and then post the output of rfkill list.

– j-money
Feb 19 at 10:41







turn off wifi and then post the output of rfkill list.

– j-money
Feb 19 at 10:41















@j-money posted the output.

– Hemant
Feb 20 at 8:44





@j-money posted the output.

– Hemant
Feb 20 at 8:44













an alternative could be to turn off wifi via terminal or script: sudo ip link set wlan0 down exchange wlan0 with your inteface name that you want to turn off. sudo ip link set wlan0 up will bring it up again. Btw. what manufacturer / laptop type are u using - just curious

– AlexOnLinux
Feb 20 at 9:50





an alternative could be to turn off wifi via terminal or script: sudo ip link set wlan0 down exchange wlan0 with your inteface name that you want to turn off. sudo ip link set wlan0 up will bring it up again. Btw. what manufacturer / laptop type are u using - just curious

– AlexOnLinux
Feb 20 at 9:50













@AlexOnLinux hp-15ab522tx

– Hemant
Feb 20 at 9:51





@AlexOnLinux hp-15ab522tx

– Hemant
Feb 20 at 9:51










1 Answer
1






active

oldest

votes


















1














'Aeroplane mode' just suspends radio-frequency signal transmission by the device, and thus disables Bluetooth and Wi-Fi.



If you already had Bluetooth disabled, turning off Wi-Fi disables all radio-frequency signal transmission devices of your system (presuming there are no other such device, e.g. telephony present). So Ubuntu notifies you of that fact by showing the aeroplane mode symbol. I don't see a problem there.



However, if Bluetooth is turned on and still turning off Wi-Fi triggers aeroplane mode and disables Bluetooth along the way, then it would be a bug.






share|improve this answer
























  • why to presume , just turn wifi off..

    – Hemant
    Feb 20 at 9:48











  • Don't get it... I presumed you don't have any other radio-frequency signal transmitting devices like telephony as they're uncommon in a computing system, but then again I don't know what exactly your system consists of.

    – pomsky
    Feb 20 at 9:58











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%2f1119463%2fturning-off-wifi-in-ubuntu-18-04-turns-on-aeroplane-mode%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









1














'Aeroplane mode' just suspends radio-frequency signal transmission by the device, and thus disables Bluetooth and Wi-Fi.



If you already had Bluetooth disabled, turning off Wi-Fi disables all radio-frequency signal transmission devices of your system (presuming there are no other such device, e.g. telephony present). So Ubuntu notifies you of that fact by showing the aeroplane mode symbol. I don't see a problem there.



However, if Bluetooth is turned on and still turning off Wi-Fi triggers aeroplane mode and disables Bluetooth along the way, then it would be a bug.






share|improve this answer
























  • why to presume , just turn wifi off..

    – Hemant
    Feb 20 at 9:48











  • Don't get it... I presumed you don't have any other radio-frequency signal transmitting devices like telephony as they're uncommon in a computing system, but then again I don't know what exactly your system consists of.

    – pomsky
    Feb 20 at 9:58
















1














'Aeroplane mode' just suspends radio-frequency signal transmission by the device, and thus disables Bluetooth and Wi-Fi.



If you already had Bluetooth disabled, turning off Wi-Fi disables all radio-frequency signal transmission devices of your system (presuming there are no other such device, e.g. telephony present). So Ubuntu notifies you of that fact by showing the aeroplane mode symbol. I don't see a problem there.



However, if Bluetooth is turned on and still turning off Wi-Fi triggers aeroplane mode and disables Bluetooth along the way, then it would be a bug.






share|improve this answer
























  • why to presume , just turn wifi off..

    – Hemant
    Feb 20 at 9:48











  • Don't get it... I presumed you don't have any other radio-frequency signal transmitting devices like telephony as they're uncommon in a computing system, but then again I don't know what exactly your system consists of.

    – pomsky
    Feb 20 at 9:58














1












1








1







'Aeroplane mode' just suspends radio-frequency signal transmission by the device, and thus disables Bluetooth and Wi-Fi.



If you already had Bluetooth disabled, turning off Wi-Fi disables all radio-frequency signal transmission devices of your system (presuming there are no other such device, e.g. telephony present). So Ubuntu notifies you of that fact by showing the aeroplane mode symbol. I don't see a problem there.



However, if Bluetooth is turned on and still turning off Wi-Fi triggers aeroplane mode and disables Bluetooth along the way, then it would be a bug.






share|improve this answer













'Aeroplane mode' just suspends radio-frequency signal transmission by the device, and thus disables Bluetooth and Wi-Fi.



If you already had Bluetooth disabled, turning off Wi-Fi disables all radio-frequency signal transmission devices of your system (presuming there are no other such device, e.g. telephony present). So Ubuntu notifies you of that fact by showing the aeroplane mode symbol. I don't see a problem there.



However, if Bluetooth is turned on and still turning off Wi-Fi triggers aeroplane mode and disables Bluetooth along the way, then it would be a bug.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 20 at 8:57









pomskypomsky

32.2k11100131




32.2k11100131













  • why to presume , just turn wifi off..

    – Hemant
    Feb 20 at 9:48











  • Don't get it... I presumed you don't have any other radio-frequency signal transmitting devices like telephony as they're uncommon in a computing system, but then again I don't know what exactly your system consists of.

    – pomsky
    Feb 20 at 9:58



















  • why to presume , just turn wifi off..

    – Hemant
    Feb 20 at 9:48











  • Don't get it... I presumed you don't have any other radio-frequency signal transmitting devices like telephony as they're uncommon in a computing system, but then again I don't know what exactly your system consists of.

    – pomsky
    Feb 20 at 9:58

















why to presume , just turn wifi off..

– Hemant
Feb 20 at 9:48





why to presume , just turn wifi off..

– Hemant
Feb 20 at 9:48













Don't get it... I presumed you don't have any other radio-frequency signal transmitting devices like telephony as they're uncommon in a computing system, but then again I don't know what exactly your system consists of.

– pomsky
Feb 20 at 9:58





Don't get it... I presumed you don't have any other radio-frequency signal transmitting devices like telephony as they're uncommon in a computing system, but then again I don't know what exactly your system consists of.

– pomsky
Feb 20 at 9:58


















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%2f1119463%2fturning-off-wifi-in-ubuntu-18-04-turns-on-aeroplane-mode%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

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕