Same Problem here!
Can you post your settings, as in the two posts above please?
Same Problem here!
Can you guys post your 2.4 GHz settings on the regular Wireless and the Professional wireless page please, so I can reproduce the same settings?
2.4 Ghz wireless general settings:
SSID: 4 capital letters followed by "2" ("ABCD2")
Hide SSID: No
Wireless mode: Auto, (optimized for Xbox AND b/g Protection selected)
Channel Bandwidth: 20/40 MHz
Control Channel: Auto
Extension Channel: Auto
Authentication: WPA2-Personal
WPA Encryption: AES / shared key with letters, capital letters, numbers and "_" (25 digits)
Network Key Rotation Interval: 0
2.4 Ghz Professional settings:
Enable Radio: Yes
Enable Wireless Scheduler: Yes
Date to enable radio: All selected
Time of day to enable radio: 00:00 - 23:59
Set AP Isolated: No
Mulicast Rate: Disable
Preamble Type: Long
RTS Threshold: 2347
DTIM Interval: 3
Beacon Interval: 100
Enable TX Bursting: Enable
Wireless Multicast Forwarding: Disable
Enable WMM APSD: Enable
Enhanced Interference Management: Disable
Tx Power Adjustment: 140 mW
nvram get wlc_scan_state
I tried applying the same settings as posted in the thread, and still can't reproduce the issue on my RT-N66U.
Can you guys check what this command returns?
Code:nvram get wlc_scan_state
Ideally run it after a fresh reboot, or when it's been at least a couple of minutes since you tried a site survey. I want to see if maybe somehow that variable might be stuck in an intermediary state (it changes values depending on which stage of the site survey is currently underway).
Can you guys check what this command returns?
Code:nvram get wlc_scan_state
I tried applying the same settings as posted in the thread, and still can't reproduce the issue on my RT-N66U.
Can you guys check what this command returns?
nvram get wlc_scan_state
Can you guys check what this command returns?
Code:nvram get wlc_scan_state
I tried applying the same settings as posted in the thread, and still can't reproduce the issue on my RT-N66U.
Can you guys check what this command returns?
Code:nvram get wlc_scan_state
Ideally run it after a fresh reboot, or when it's been at least a couple of minutes since you tried a site survey. I want to see if maybe somehow that variable might be stuck in an intermediary state (it changes values depending on which stage of the site survey is currently underway).
http://192.168.1.1/apscan.asp
So that confirms that the survey itself does proceed as expected, going from 0 (idle) to 3 (completed). I suspect the issue might be more at the webui level then, where the webui fails to either retrieve the results or display them.
Try the following URL (adjust the IP to match your router):
Code:http://192.168.1.1/apscan.asp
Does it return an array containing survey data? You might need to do a "View source" to actually view the result. Please post the results, I want to see if anyone has an invalid SSID in there breaking the Javascript code.
Try the following URL (adjust the IP to match your router):
Code:http://192.168.1.1/apscan.asp
Does it return an array containing survey data? You might need to do a "View source" to actually view the result. Please post the results, I want to see if anyone has an invalid SSID in there breaking the Javascript code.
_sw_mode = '1';
wlc_state = '';
wlc_sbstate = '';
wlc_scan_state = '3';
_wlc_ssid = '';
aplist = [["2G","wlan%5FLED","1","Open system","NONE","13","00:0C:42:05:E3:6C","b","0"]];
Try the following URL (adjust the IP to match your router):
Code:http://192.168.1.1/apscan.asp
SSID name shouldn't matter - I just tested here with an SSID containing various non-alphanumericals in it, and the site survey had no trouble dealing with them.
One constant I notice however in all those reported lists is that all of you only have one SSID showing in their site survey. Can you confirm that this is really the only other wireless signal you can see in your area (discounting any that would be so faint as to not always register anyway on a scan)? If any of you have a spare router, could you see what happens if you have that other router also turned on and broadcasting, so to ensure that you have at least two routers showing up on a scan?
You also all have empty wlc_state and wlc_sbstate, tho I am unsure how it could be related (mines are both set to 0 here in the two routers I checked). Are you all running in router mode?
I confirm that i am running RT-N66U in router mode.
_sw_mode = '1'; wlc_state = '0'; wlc_sbstate = '0'; wlc_scan_state = '3'; _wlc_ssid = ''; aplist =
[["2G","dlink4644","6","WPA2-PSK","TKIP+AES","10","00:22:B0:00:00:00","bgn","0"],
["2G","telenet%2Dapn%2D3E8E5","9","WPA-PSK","TKIP","0","F0:7D:68:00:00:00","bgn","0"],
["2G","TELENETHOMESPOT","1","Open System","NONE","10","5E:35:3B:00:00:00","bgn","0"],
["2G","telenet%2DE2309","1","WPA2-PSK","TKIP+AES","10","5C:35:3B:00:00:00","bgn","0"]];
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!