Ansuel / tch-nginx-gui

Modified file to apply to a stock technicolor GUI
GNU General Public License v3.0
340 stars 52 forks source link

Guest Wifi not working #1067

Open tsipi13 opened 3 years ago

tsipi13 commented 3 years ago

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

N1c0o commented 2 years ago

@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

neos21-zz commented 1 year ago

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!

ElDavoo commented 1 year ago

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 commented 8 months ago

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.