Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. percy3

    Custom firmware build for R7800 v. 1.0.2.60SF

    Apparently that behavior wasn't normal and might be caused by NAND memory problem. I've replaced the hardware and the new one is not showing those errors.
  2. percy3

    Kamoj Kamoj information add-on V3 for Netgear R7800 X4S and R9000 X10 (Temperatures a.o.)

    @kamoj new version is great! Anyway I have tested it (while waiting for NG support) on OEM firmware (V1.0.2.60) and it works fine. The only issue is with wget lack of https support so ipk needs to be sideloaded or stored on server with http access.
  3. percy3

    Kamoj Kamoj information add-on for Netgear R7800 X4S and R9000 X10

    @kamoj Feel free to share test version. I am using R7800.
  4. percy3

    Custom firmware build for R7800 v. 1.0.2.61SF

    @Rafael, What do you need Entware for? I've also started with installation of Entware only to realize everything I need can be done without it.
  5. percy3

    Kamoj Kamoj information add-on for Netgear R7800 X4S and R9000 X10

    And another idea for modification of the debug page: currently Internet connection status provides ping result for arbitrarily chosen IP (1.1.1.1). I would prefer default gateway there so something like: IP_FOR_TEST=$(config get wan_dhcp_gateway) although I am not sure the same entry holds...
  6. percy3

    DNSCrypt-Proxy version 2 and STUBBY add-ons for R7800/R9000

    I am using dnscrypt-proxy since stubby is not supporting blacklisting and noticed that after some time name resolution stops working. If anybody will face similar issue here is the remedy to be placed in /etc/rc.local file: t=$(while true; do T=$(logger "DNSCrypt service validation";ping -c2 -q...
  7. percy3

    Kamoj Kamoj information add-on for Netgear R7800 X4S and R9000 X10

    Below you can find code for showing serial number (to be included into /www/debug_detail.htm file: <tr><td></td><td><b>Serial Number</b></td><td><% get_sn() %></td></tr> I have it after line 258. Also, to get rid of error messages for R7800 router, it is enough to disable all lines containing...
  8. percy3

    Kamoj Kamoj information add-on for Netgear R7800 X4S and R9000 X10

    I guess there is a function for obtaining serial no: get_sn()
  9. percy3

    Kamoj Kamoj information add-on for Netgear R7800 X4S and R9000 X10

    And there is one thing I miss, or even two of them: - Serial numer to appear on debug page. - Possibility to set power LED to bahave like Internet LED. Usually I use physical switch to disable all LEDs but the power one. Might be good (not even sure it is possible) for power LED to turn orange...
  10. percy3

    Kamoj Kamoj information add-on for Netgear R7800 X4S and R9000 X10

    I was just wondering. Anyway I like info on load per different time intervals, temperature is kind of nice feature too and having network interfaces details in one place is the best.
  11. percy3

    Kamoj Kamoj information add-on for Netgear R7800 X4S and R9000 X10

    @kamoj Updated debug page is far more better. I just noticed there are every 10 seconds following entries in the syslog: sysinit: cat: /tmp/debug_11ad_temperature: No such file or directory sysinit: cat: /tmp/debug_antenna_temperature: No such file or directory sysinit: sh: Off: bad number...
  12. percy3

    Custom firmware build for R7800 v. 1.0.2.61SF

    Two questions @olavocastro: Have you got msm_nand_erase: erase failed messages after mtd erase netgear command? Do you have Guest WLAN configured?
  13. percy3

    Custom firmware build for R7800 v. 1.0.2.61SF

    I had some problems with persistent config as well. Here is info how to clean up all config: https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-60sf.48805/page-7#post-438643 As for TAP/TUN issues I have the opposite. Connection with client.ovpn (TAP) is established but no...
  14. percy3

    Custom firmware build for R7800 v. 1.0.2.60SF

    Problem solved. I didn't realize so far neither firmware upgrade/downgrade nor factory reset from web GUI nor even switching between OEM and Voxel firmware is wiping out all the settings. So now I have: - issued mtd erase netgear command - performed factory reset from both web GUI and hardware...
  15. percy3

    Custom firmware build for R7800 v. 1.0.2.60SF

    I am having minor issue with dnscrypt v2 and logging: Timestamps for syslog and other logs entries from dnscrypt are 2 hours before the actual time. So it's GMT instead of local time zone. Was trying to set $TZ variable (export TZ='GMT-1GMT,M3.5.0/2:00,M10.5.0/2:00') but dnscrypt seams to ignore...
  16. percy3

    Custom firmware build for R7800 v. 1.0.2.60SF

    Fair point. I have installed already v2. Thanks for the detailed instructions. By the way what is the purpose of ReadyCLOUD and QoS DB folders at your server? I guess later is a mirror of NetGEAR QoS DB for download. And thank you for great work!
  17. percy3

    Custom firmware build for R7800 v. 1.0.2.60SF

    How dnscrypt can be configured? I was trying to set blacklist using https://github.com/jedisct1/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-dnscrypt-proxy.toml format however that does not work. If I understand correctly dnscrypt is trying to treat blacklist_file = 'blacklist.txt' as a...
  18. percy3

    Custom firmware build for R7800 v. 1.0.2.60SF

    I had similar issues with Duma OS. Try to use TFTP instead. https://forum.openwrt.org/t/netgear-r7800-exploration-ipq8065-qca9984/285/4
  19. percy3

    Custom firmware build for R7800 v. 1.0.2.60SF

    Anyone having problems with OpenVPN config file for Windows (TAP one)? When I imported Windows config OpenVPN client is connecting to router but there is (almost) no communication. One or two pings are back. However importing config for smartphone (TUN one) works far better (although there are...
Top