I bought a GL-B3000 router about two weeks ago and I've had some notable issues with it. The router is running firmware version v4.5.19.
Samsung Smart TV (Tizen): When configuring the same SSID for 2.4g and 5g networks, the TV fails to acquire a DHCP lease. When using distinct SSIDs, there is no problem. With a previous router (RT-AC66U) this worked without an issue.
All Smart TVs in our household: Wi-Fi connectivity drops randomly, and streaming services stop working and requires a reboot of the TV. The router's logs show no interesting data regarding this. This behavior was not happening with the older router (RT-AC66U).
If Adguard Home is enabled, the router completely freezes on random occasions. Is this because the router's hardware is too weak to run AGH?
Current setup:
Distinct SSIDs for 2.4GHz and 5GHz bands, to migitate the Smart TV connection issue.
Disabled Adguard Home to migitate the freezing issue.
Any idea which might be causing these issues? Would it be worthwhile to open the advanced UI and tweak settings right from there?
With firmware 4.7.2, the issue still persists. A new symptom is that the whole device stopped working and had to be rebooted. Adguard Home was not enabled. I'm very close into requesting a refund and switching to another router. This behavior is unacceptable.
Please PM me the issue syslog "logread.tar" file, I'd like to check wireless connection, if possible and the device did not return. Thank you.
About the ADG issue, ADG may have taken up too many resources, and cannot run too many rules, the Marble RAM storage is not very large, it will easily lead to the Marble system crashing due to the ADG occupies too much memory resources and insufficient memory.
Please try the following workaround, to limit the ADG resources occupy:
Add the procd_set_param env GOMEMLIMIT=100MiB GOGC=40 , on this configuration /etc/init.d/adguardhome.
The high probability is that ADG has a lot of DNS filter rules, and there are too many system resources called, which leads to oom and kernel operation is unstable.
You can try the above workaround, hoping to improve it.