NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
FURRYe38
Feb 16, 2022Guru - Experienced User
New - R7000 Firmware Version 1.0.11.134 Released
Security Fixes: 02/16/2022
Fixes security vulnerabilities.
For more information about security vulnerabilities, visit https://www.netgear.com/about/security/
Download Link:
https://w...
FURRYe38
Mar 21, 2022Guru - Experienced User
What is the Mfr and model# of the Internet Service Providers modem/ONT the NG router is connected too?
Sinnis wrote:
Wow thanks for the informative info. I just tried newly installed Firefox ESR, didn't work :(.
As for the re-load, I won't be able to do that very soon. Since last time I loaded the FM caused a few hours without internet connection, got quite a lot of complaints from my family.
Sinnis
Mar 22, 2022Aspirant
I am not using the modem provided by ISP, which is very shoddy and always disconnected on itself. Although I don't think it has anything to do with the modem, the model is HUAWEI HG8010H. Check details here:
https://item.taobao.com/item.htm?spm=a1z09.2.0.0.57382e8dftCzP2&id=586024826476&_u=mhuu5qu788d
Not sure about the packet loss test, but I did ran a ping test from my pc for an hour and the result is in the attatched screenshot. The device @192.168.1.2 is my iphone, I can confirm from the device page that it connected via the 5Ghz band. AFAIK, 5GHz really depends on the distance between the device and the router, is there anything jamming or blocking the signal? Thick walls maybe?
About the GUI, I found something in the console of the browser:
start.htm:1902 Uncaught TypeError: $(...).tabs is not a function
at HTMLDocument.<anonymous> (start.htm:1902:15)
at Function.ready (VM520 jquery.js:38:289)
at HTMLDocument.L (VM520 jquery.js:45:151)I went to start.htm:1902:15 and found out this function hadn't been triggered properly:
$(function() {
// setup ul.tabs to work as tabs for each div directly under div.panes
$("ul.tabs").tabs("> .pane");
var pnpx = 0
if(pnpx == 1){
$("#AdvanceTab").click();
$("#basic-pane").css("display","none");
$("#adv-pane").css("display","block");
pnpx = 0;
}
});So I tried inputting the following code into the console:
$("#basic-pane").css("display","none");
$("#adv-pane").css("display","block");After that the adv pane loaded successfully, with the basic pane being unable to switch to.
This should give some clues to the devs regarding this glitch.