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.04k stars 282 forks source link

Ubuntu unable to connect to internet after usage #328

Closed Lblenner closed 12 months ago

Lblenner commented 12 months ago

Describe the bug

After running linux-wifi-hotspot, the wifi settings shows "No Wi-fi Adapter found" even after restart. I could not find an easy way to make the wifi work again.

To Reproduce

My environment is not heavely customized. I don't know what part of the system is at fault

Expected behavior

Ubuntu should be able to connect back to internet after using the app (or at least after restart)

Desktop (please complete the following information):

Additional context

I'm not asking for a fix but I want to inform that this behaviour exists

It seems to be mentioned here also : https://github.com/lakinduakash/linux-wifi-hotspot/issues/287

Lblenner commented 12 months ago

make_ap --fix-unmanaged fixes the problem.

You can also manually edit the NetworkManager configuration at /etc/NetworkManager/NetworkManager.conf and remove the following

[keyfile]
unmanaged-devices=interface-name:wlp4s0
lvsz commented 11 months ago

make_ap --fix-unmanaged fixes the problem.

The command is create_ap --fix-unmanaged but yes, it did fix it for me, thank you.