lakinduakash / linux-wifi-hotspot

Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
BSD 2-Clause "Simplified" License
3.26k stars 300 forks source link

Failed to create a network #361

Open xdanielc opened 10 months ago

xdanielc commented 10 months ago

I'm on an Acer with qualcomm controller, I'm connecting to a 2.4 Ghz i tried doing things shown here but no success either https://github.com/oblique/create_ap/issues/132


Config options written to '/etc/create_ap.conf'

Error: Failed to run hostapd, maybe a program is interfering.
If an error like 'n80211: Could not configure driver mode' was thrown
try running the following before starting create_ap:
    nmcli r wifi off
    rfkill unblock wlan
Command not found or exited with error status```
D3vil0p3r commented 6 months ago

It could be probably due to hostapd service is already running. I solved it by stopping its service by:

sudo systemctl stop hostapd