Open roundoutandabout opened 1 year ago
I am experiencing the same thing, have you been able to resolve it, my network is totally unusable when hotspot is connected
I am experiencing the same thing, have you been able to resolve it, my network is totally unusable when hotspot is connected
Unfortunately not.
Someone needs to figure out how windows does it
Same problem using version 4.7.1, Ubuntu 22.04 and a Thinkpad T14 gen2. The created hotspot network speed is about 4 Mbps
Exactly the same problem here
Channel conflict?
Describe the bug After enabling the hotspot with the same wifi adapter that is used for the internet connection, the network speed is significantly reduced.
To reproduce Steps to reproduce the behavior:
wlp8s0
)$ sudo create_ap --ieee80211n --ieee80211ac --freq-band 2.4 wlp8s0 wlp8s0 My-Hotspot P@ssw0rd
Expected behavior Network speed is comparabe with the hotspot enabled and disabled.
Actual behavior Network speed with the hotspot enabled is significantly slower.
Network speed with hotspot disabled:
Network speed with hotspot enabled:
Desktop:
Additional context If you know some hotspot settings to improve the network speed, I would be glad to try it out. This migh very well be the hardware/driver limitation. If you think this is the case, you can close the issue.
As can be seen, I'm already using the options
--ieee80211n --ieee80211ac
but that doesn't have much effect. With the different channel (-c 2
) the situation is the same.I'm using
--freq-band 2.4
, because otherwise I get:Same with the channel 2.
Related issues: #286