For those switching between SDK builds (N66U)
I'd like to gather some feedback concerning the wifi signal strength/performance of this new driver. To ensure we do get proper results, a factory default reset + manual reconfiguration is needed - any result done without doing this step will simply be useless. I recommend the following procedure:
1) Make a backup of your current settings, and name it "Settings-RTN66-SDK5.cfg" or something like that, so you know to which SDK those settings belonged
1a) Optional: if you want to save time, note down your DHCP static leases and port forwards. Through SSH or Run Cmd:
Code:
nvram get vts_rulelist
nvram get dhcp_staticlist
2) Check out the RSSI that you get from your router from a distant place in your house (somewhere where the signal is below -40dbM is probably a good place to test)
3) Flash with the new build (either regular or the -em experimental build)
4)
Do a factory default reset
5) Manually reconfigure everything
5a) Optional: if you previously noted down vts_rulelist and dhcp_staticlist, reimport them:
Code:
nvram set vts_rulelist="what you noted"
nvram set dhcp_staticlist="what you noted"
nvram commit
6) Check again the RSSI from the same location (ideally with the same channel as you were previously using).