CHange PCE-AC68 Driver region
Hi,
I've found a way to change windows driver region by modifying PCE-AC68 windows driver's INF.
When you have installed the utility+driver package, you can find the driver's INF in C:\Program Files (x86)\ASUS\PCE-AC68 WLAN Card Utilities\Driver\PCE-AC68\Win81\bcmwl64.inf (or other win variants in parent dirs).
Here is the modified lines on the INF to make the card working with channels >= 149 :
- Line 3784, section [a.channels.reg], under the comment "Additional channels supported only on SPROM map version 2" : uncomment the next five lines to enable channels 149 to 165.
- Line 3356, section [common.reg] : uncomment each lines containing Ndi\params\Country (lines 3356 to 3598)
To continue, you must uninstall (with removing) the driver with the windows device manager and deactivate windows driver integrity check with an admin console:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
After rebooting, go to the device manager and install the modified INF on the newly discovered uknown network adapter.
After installtion, got to the PCE-AC68 adapter's properties in the device manager, in the advance section you can choose the country (for channel 149, i've chosen %UnitedState%).
If everything is set correctly, you can now connect on channels >= 149
You Are As oneandonly says, A Legend.
I spent 7 months thinking my AC68 had gone tits up, did as you say in your reply, and hey presto, its working again on Windows 10.
i took the test mode off again with the bcdedit command to get rid of the testmode in the bottom corner, enable driver test as well, and its all good.
I will pass this along to anyone who has this problem.
what were Asus thinking when they messed this up ?
Once again, Many Thanks.