How to remove a wifi-hotspot on ubuntu gnome 14.04?
I created a wifi hotspot to use internet over my phone. But now I can't find any option to remove this wifi hotspot. It automatically turns on even if I close it. How can it be removed?
wireless
add a comment |
I created a wifi hotspot to use internet over my phone. But now I can't find any option to remove this wifi hotspot. It automatically turns on even if I close it. How can it be removed?
wireless
add a comment |
I created a wifi hotspot to use internet over my phone. But now I can't find any option to remove this wifi hotspot. It automatically turns on even if I close it. How can it be removed?
wireless
I created a wifi hotspot to use internet over my phone. But now I can't find any option to remove this wifi hotspot. It automatically turns on even if I close it. How can it be removed?
wireless
wireless
asked Sep 26 '14 at 4:23
agyeya
7427
7427
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
To delete a hotspot connection go to the "network" icon in the right side of the Panel and choose Edit Connections. In the new Network Connections window you can edit and delete connections.
it does not give me the option. is there an other option?
– tibi
Mar 20 '17 at 19:09
askubuntu.com/questions/120415/…
– tibi
Mar 20 '17 at 19:11
add a comment |
I was also not able to find the network manager same like unity in Gnome desktop after the upgrade. Then I found that network manager is there but it is not linked to the settings menu.
Open terminal, run nm-connection-editor
This will open the connection manager for you (same as unity) where you will be able to make edits or changes to all kinds of networks.
add a comment |
If you are using tools like ap-hotspot for hotspot creation then it is very simple to stop hotspot.
sudo ap-hotspot stop
Just run this command in terminal, Otherwise refer the link to manually disconnect the wifi hotspot.
How To Turn Off Wifi Hotspot
1
I'm using Ubuntu Gnome 14.04. Wifi settings give an option to stop wireless hotspot(my_shared_connection) but it starts again itself. And there's no option to delete it. When i disable wifi hotspot, the hotspot name(my_shared_connection) appears in the wireless networks and only an option to forget it is there.
– agyeya
Sep 26 '14 at 16:42
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%2f528644%2fhow-to-remove-a-wifi-hotspot-on-ubuntu-gnome-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
To delete a hotspot connection go to the "network" icon in the right side of the Panel and choose Edit Connections. In the new Network Connections window you can edit and delete connections.
it does not give me the option. is there an other option?
– tibi
Mar 20 '17 at 19:09
askubuntu.com/questions/120415/…
– tibi
Mar 20 '17 at 19:11
add a comment |
To delete a hotspot connection go to the "network" icon in the right side of the Panel and choose Edit Connections. In the new Network Connections window you can edit and delete connections.
it does not give me the option. is there an other option?
– tibi
Mar 20 '17 at 19:09
askubuntu.com/questions/120415/…
– tibi
Mar 20 '17 at 19:11
add a comment |
To delete a hotspot connection go to the "network" icon in the right side of the Panel and choose Edit Connections. In the new Network Connections window you can edit and delete connections.
To delete a hotspot connection go to the "network" icon in the right side of the Panel and choose Edit Connections. In the new Network Connections window you can edit and delete connections.
edited Nov 8 '14 at 16:48
karel
56.9k11127146
56.9k11127146
answered Nov 8 '14 at 15:11
narbondo
212
212
it does not give me the option. is there an other option?
– tibi
Mar 20 '17 at 19:09
askubuntu.com/questions/120415/…
– tibi
Mar 20 '17 at 19:11
add a comment |
it does not give me the option. is there an other option?
– tibi
Mar 20 '17 at 19:09
askubuntu.com/questions/120415/…
– tibi
Mar 20 '17 at 19:11
it does not give me the option. is there an other option?
– tibi
Mar 20 '17 at 19:09
it does not give me the option. is there an other option?
– tibi
Mar 20 '17 at 19:09
askubuntu.com/questions/120415/…
– tibi
Mar 20 '17 at 19:11
askubuntu.com/questions/120415/…
– tibi
Mar 20 '17 at 19:11
add a comment |
I was also not able to find the network manager same like unity in Gnome desktop after the upgrade. Then I found that network manager is there but it is not linked to the settings menu.
Open terminal, run nm-connection-editor
This will open the connection manager for you (same as unity) where you will be able to make edits or changes to all kinds of networks.
add a comment |
I was also not able to find the network manager same like unity in Gnome desktop after the upgrade. Then I found that network manager is there but it is not linked to the settings menu.
Open terminal, run nm-connection-editor
This will open the connection manager for you (same as unity) where you will be able to make edits or changes to all kinds of networks.
add a comment |
I was also not able to find the network manager same like unity in Gnome desktop after the upgrade. Then I found that network manager is there but it is not linked to the settings menu.
Open terminal, run nm-connection-editor
This will open the connection manager for you (same as unity) where you will be able to make edits or changes to all kinds of networks.
I was also not able to find the network manager same like unity in Gnome desktop after the upgrade. Then I found that network manager is there but it is not linked to the settings menu.
Open terminal, run nm-connection-editor
This will open the connection manager for you (same as unity) where you will be able to make edits or changes to all kinds of networks.
answered Nov 13 '17 at 14:59
Jimish Fotariya
1112
1112
add a comment |
add a comment |
If you are using tools like ap-hotspot for hotspot creation then it is very simple to stop hotspot.
sudo ap-hotspot stop
Just run this command in terminal, Otherwise refer the link to manually disconnect the wifi hotspot.
How To Turn Off Wifi Hotspot
1
I'm using Ubuntu Gnome 14.04. Wifi settings give an option to stop wireless hotspot(my_shared_connection) but it starts again itself. And there's no option to delete it. When i disable wifi hotspot, the hotspot name(my_shared_connection) appears in the wireless networks and only an option to forget it is there.
– agyeya
Sep 26 '14 at 16:42
add a comment |
If you are using tools like ap-hotspot for hotspot creation then it is very simple to stop hotspot.
sudo ap-hotspot stop
Just run this command in terminal, Otherwise refer the link to manually disconnect the wifi hotspot.
How To Turn Off Wifi Hotspot
1
I'm using Ubuntu Gnome 14.04. Wifi settings give an option to stop wireless hotspot(my_shared_connection) but it starts again itself. And there's no option to delete it. When i disable wifi hotspot, the hotspot name(my_shared_connection) appears in the wireless networks and only an option to forget it is there.
– agyeya
Sep 26 '14 at 16:42
add a comment |
If you are using tools like ap-hotspot for hotspot creation then it is very simple to stop hotspot.
sudo ap-hotspot stop
Just run this command in terminal, Otherwise refer the link to manually disconnect the wifi hotspot.
How To Turn Off Wifi Hotspot
If you are using tools like ap-hotspot for hotspot creation then it is very simple to stop hotspot.
sudo ap-hotspot stop
Just run this command in terminal, Otherwise refer the link to manually disconnect the wifi hotspot.
How To Turn Off Wifi Hotspot
answered Sep 26 '14 at 4:50
Apurv
61658
61658
1
I'm using Ubuntu Gnome 14.04. Wifi settings give an option to stop wireless hotspot(my_shared_connection) but it starts again itself. And there's no option to delete it. When i disable wifi hotspot, the hotspot name(my_shared_connection) appears in the wireless networks and only an option to forget it is there.
– agyeya
Sep 26 '14 at 16:42
add a comment |
1
I'm using Ubuntu Gnome 14.04. Wifi settings give an option to stop wireless hotspot(my_shared_connection) but it starts again itself. And there's no option to delete it. When i disable wifi hotspot, the hotspot name(my_shared_connection) appears in the wireless networks and only an option to forget it is there.
– agyeya
Sep 26 '14 at 16:42
1
1
I'm using Ubuntu Gnome 14.04. Wifi settings give an option to stop wireless hotspot(my_shared_connection) but it starts again itself. And there's no option to delete it. When i disable wifi hotspot, the hotspot name(my_shared_connection) appears in the wireless networks and only an option to forget it is there.
– agyeya
Sep 26 '14 at 16:42
I'm using Ubuntu Gnome 14.04. Wifi settings give an option to stop wireless hotspot(my_shared_connection) but it starts again itself. And there's no option to delete it. When i disable wifi hotspot, the hotspot name(my_shared_connection) appears in the wireless networks and only an option to forget it is there.
– agyeya
Sep 26 '14 at 16:42
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f528644%2fhow-to-remove-a-wifi-hotspot-on-ubuntu-gnome-14-04%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