Wifi hotspot just loops/hangs when creating a hotspot
hrujcnzjt15 opened this issue ยท 9 comments
Describe the bug
as per the title Wifi hotspot just loops/hangs when creating a hotspot
To Reproduce
Steps to reproduce the behavior:
- Open GUI
- Insert usual details (In this case, I used 2.4 GHz with all settings disabled in advanced section)
Expected behavior
Would run hotspot, where I can connect other devices to
Desktop (please complete the following information):
- OS: Linux Mint 22 x86_64
- Kernel: 6.8.0-41-generic
Additional context
Add any other context about the problem here.
Apologies, meant to also include the version of the wihotspot version, which was 4.7.2
I have already post this issue.
Read my workaround for this ...in wait of resolution.
The problem with your workaround is that this doesn't let other devices connect to the hotspot.
Sure?? ..i have in this moment, 3 user connected ๐
Hm, weird. well I guess that's my problem :/
Mind telling me if you did any extra steps that allowed you to have 3 users connected?
Or am I just in a tough place right now?
Weird, everytime I make a hotspot, my devices see the network and are able to connect to it. But after a couple seconds it just failsand devices are no longer able to pick up the network.
From bash1 add this command: sudo /usr/bin/create_ap DEVICE1 DEVICE2 MYHost 1234567890 --freq-band 2.4
( change value DEVICE ecc.. as yours )
From bash2 add this command: sudo systemctl stop NetworkManager && sleep 5 && sudo systemctl start NetworkManager
Wait your devices connecting ..and see if in bash1 receive any info when disconnecting !!!
SOLVED
Edit /etc/NetworkManager/conf.d/ubuntu-system-adjustments.conf
and change line:
unmanaged-devices=none
in:
#unmanaged-devices=none
SOLVED
Edit /etc/NetworkManager/conf.d/ubuntu-system-adjustments.conf and change line: unmanaged-devices=none in: #unmanaged-devices=none
This allowed me to start it from the UI but I was unable to see/connect the hotspot until I restarted the NetworkManager service.
sudo systemctl restart NetworkManager