Results 1 to 6 of 6

Thread: Problem Deleting Wi-Fi Hotspot

  1. #1
    Join Date
    Jul 2007
    Beans
    395

    Problem Deleting Wi-Fi Hotspot

    Hi Everyone.

    I cannot seem to delete a Wi-Fi AP that I created in Lubuntu 16.04 a while ago (I called it MyWifi). I tried all of the conventional ways (please see below). It keeps launching automatically on every reboot.
    Basically, at one point I needed to turn my laptop into a Wi-Fi access point and have create MyWifi. I no longer need it.

    However, every time I reboot, I see MyWifi showing up in the system tray and my laptop is being connected to it. Essentially my laptop is being automatically becomes an unwanted WiFi access point.
    I have to manually disconnect after every reboot.

    I tried the following:

    1. In the Wifi app: Edit Connections -> and look through the list of known Wifi APs. MyWifi is not there.

    2. In the terminal: ls /etc/NetworkManager/system-connections/

    Again, no MyWifi anywhere.

    How can I get rid of the MyWifi AP and stop it from turning my laptop into an AP on every reboot?

    Thank you for any help.

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Problem Deleting Wi-Fi Hotspot

    You may or may not need to be root for this:
    Code:
    cd /etc/NetworkManager/system-connections
    See if the Wi-Fi AP is listed and if it is >>use:
    Code:
    sudo rm {wireless_hotspot_name}
    EDIT I see you have looked in " ls /etc/NetworkManager/system-connections/"
    This is odd to me
    You can, if a better solution is not offered then use:
    Code:
    sudo ap-hotspot stop
    Last edited by 1fallen; June 16th, 2018 at 07:36 PM. Reason: Missed OPs steps taken
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Jul 2007
    Beans
    395

    Re: Problem Deleting Wi-Fi Hotspot

    Thank you, but I have already tried this.

    My issue is that there is no wireless_hotspot_name in that directory.

    My WiFi AP seems to be somewhat of a ghost: it does not appear anywhere in system configuration yet, is resurrected upon every reboot.

  4. #4
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Problem Deleting Wi-Fi Hotspot

    Quote Originally Posted by DBQ View Post
    Thank you, but I have already tried this.

    My issue is that there is no wireless_hotspot_name in that directory.

    My WiFi AP seems to be somewhat of a ghost: it does not appear anywhere in system configuration yet, is resurrected upon every reboot.
    Yes I edited my original post when I noticed that you have looked there.
    Try this as a temp workaround.
    Code:
    sudo ap-hotspot stop
    And if installed:
    Code:
    apt policy hostapd
    Remove:
    Code:
    sudo apt remove --purge hostapd
    Last edited by 1fallen; June 16th, 2018 at 08:10 PM. Reason: Added Code
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  5. #5
    Join Date
    Jul 2007
    Beans
    395

    Re: Problem Deleting Wi-Fi Hotspot

    Thank you so much for following along with me!

    I have tried this, but it tells me that hostapd is not installed...the plot thickens

  6. #6
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Problem Deleting Wi-Fi Hotspot

    See the wireless script link in my signature and post results

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •