negan07 / ancistrus

Netgear's D7000 Nighthawk Router Experience Distributed Project
https://negan07.github.io/ancistrus/
GNU General Public License v2.0
66 stars 17 forks source link

snr not change #26

Closed ekelon closed 6 years ago

ekelon commented 6 years ago

hello the commands for editing snr via telnet do not work typing:

nvram set anc_snrtweak_enable = 1 nvram set snr = xx (example 25) but any result and router restart with old snr; with command xdslctl configure --snr = xx (example 25) same result, router restart but snr does not change. Any idea? Thank

negan07 commented 6 years ago

usage is:

nvram set anc_dslconfprofile=own
nvram set anc_snrtweak_enable=1
nvram set snr=25
xdslctl configure

or:

anc nvram set anc_dslconfprofile own anc_snrtweak_enable 1 snr 25
nvram commit
xdslctl configure

forgot to set anc_dslconfprofile setting to own

ekelon commented 6 years ago

Thank so much, I solved the problem. With your firmware, the router is an arrow :-)