-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
On actual mips trunk the Country Setting is not working for the 5 GHZ USB-AP Device.
Based on a fresh flash and before a complete nvram clear/erase -> cfe defaults i have this results:
When setted Country & Revision via Webinterface nvram shows this variables:
sb/1/regrev=7
usb/0xBD17/regrev=0 <- wrong
wl0_country_rev=7
wl1_country_rev=7
wl_corerev=
wl_country_rev=0
and:
sb/1/ccode=DE
usb/0xBD17/ccode=0 <- wrong
after i set manually the nvram variables, all is working:
usb/0xBD17/regrev=7
and
usb/0xBD17/ccode=DE
So the problem is, that usualy wl0/wl1 is configured via web, but not internel USB-connected devices.
I´am expect, that other Linksys Ex2xx devices, which have internal USB/5GHz-Modules, have the same issue, when only configured by webinterface.
The webinterface shows "cosmetic" the correct country/revision, but the usb-device itself needs the extra usb variables (the ID can differ!)
configured, too.
The very long bootdelay:
One more issue is the very long boot time. Checked in serial console, and after power on, there are 5 trys with a specific TFTP Request to
192.168.1.254 which will not be answered. Followed by "boot_wait" & the setted delay and then router boots from internal flash.
After a nvram clear the default nvram setting is "mfg_wait=on" (!) - a better option is to set it to "mfg_wait=off" to speed up the boot time
of 10 seconds and more !
One cosmetic issue in the Overview is the missing "CFE-Version: -"
Workaround: By adding: "bl_version=1.0.37" via nvram command, the variable is used in the overview.
I asume there is no "bl_version" setted after a factory nvram clear for the E3200 ?