tch-nginx-gui icon indicating copy to clipboard operation
tch-nginx-gui copied to clipboard

Guest Wifi not working

Open tsipi13 opened this issue 4 years ago • 4 comments

After the 9.6.10 upgrade of GUI when I try to connect to guest wifi (both 2.4 ang 5G) I do not get any ip and so I have no internet on my device My router is Technicolor TG789 v2. Does anyone has the same issue? DebugHelper2021-01-23-1343.tar.gz

tsipi13 avatar Jan 23 '21 12:01 tsipi13

@tsipi13 You got the firmware 17.2 mint ? if yes read below

You need a fix we are about to implement, for now you can install the fix manually --> https://repository.ilpuntotecnico.com/files/NiCo/TG789vac.V2/UNO/setup.zip

TAKE A GOOD READ AT README (G-TRANSLATE HELP IF U'R NOT ITALIAN) just select the wifi fix and eliminate all the remaining options.

Let us know if it fix the problem so we can close the issue.

PS Update to latest dev-gui for now THEN apply the wifi fix

N1c0o avatar Jan 22 '22 02:01 N1c0o

Hi there. I have encountered the same - I think - problem as tsipi13. The WiFi stations connected to the WiFi Guest APs (2.4 and 5 GHz) do not show up in any of the devices list, i.e, in the main page after logging, or in the devices in the cards page. I tried to apply the solution proposed and in fact tried the GUI_dev.tar.bz2 [9.6.97-7e66e3cc] but no success. Is there a fix for this?

On the side, I also noticed that I can get no information about the connected devices in LUCI - in fact, the wireless section in the interfaces seems to be completely broken. But I guess this is a separate issue to solve.

If somebody has a working solution, please post it!

neos21-zz avatar Aug 15 '22 18:08 neos21-zz

Having a similar issue with vant-6 and 17.2 , can't enable guest wifi at all. Says enabled in the GUI, but not in the overview tab.

ElDavoo avatar Oct 21 '22 12:10 ElDavoo

Having a similar issue with vant-6 and 17.2

I had this problem again and I solved it again, so this time I write the solution so next time I will have it handy.

In the logs ( logread ) I noticed:

Sun Nov  5 18:32:32 2023 daemon.notice hostapd: [UCI] [WARNING] Could not set ap configuration for ap 2 (INV_WEPKEY)
Sun Nov  5 18:32:32 2023 daemon.notice hostapd: [UCI] Loading ap ap3
Sun Nov  5 18:32:32 2023 daemon.notice hostapd: [UCI] [WARNING] Could not set ap configuration for ap 3 (INV_WEPKEY)

So I just:

uci del wireless.ap3.wep_key
uci del wireless.ap2.wep_key
reboot

And everything was fine.

ElDavoo avatar Nov 05 '23 17:11 ElDavoo