miniterror
Regular Contributor
Hello Smallnet builders,
I hope you guys can help me out.
At the moment im in a moving to a bigger house.
For this house I want perfect wifi coverage everywhere.
To get this I whas thinking of buying two Cisco WAP371 devices wich I can cluster and get a perfect covering 5Ghz wifi network.
Today at my inlaws I whas playing with a Asus rt-ac66u wich I flashed with merlin build.
While playing there I noticed I could set it as extender.
I investigated the router and its costs and came to the conclusion two rt-ac68u would be cheaper and probably provide the same experience and more with all the functions merlin offers(VPN for example).
The downside is the range of the ac66u which isn't to good in my opinion.
After some research I found out the TX power of European models is limited and I unlocked all settings to unlock full power.
I used the following code
the default code whas
After making these changes I set the power limit to 200Mw instead of 80 that it whas.
I notice a signal increase for the 2.4Ghz but when I connect it wont transfer any data.
Cant do a speed test or use facebook.
The 5Ghz channel is visible but when I want to connect nothing happens.
Does any one have any ideas why this I happening?
If this could be solved I will probably go for two 68u's in my new house
Firmware on the 66u is 3.0.0.4.374.43
With best regards,
Mini
I hope you guys can help me out.
At the moment im in a moving to a bigger house.
For this house I want perfect wifi coverage everywhere.
To get this I whas thinking of buying two Cisco WAP371 devices wich I can cluster and get a perfect covering 5Ghz wifi network.
Today at my inlaws I whas playing with a Asus rt-ac66u wich I flashed with merlin build.
While playing there I noticed I could set it as extender.
I investigated the router and its costs and came to the conclusion two rt-ac68u would be cheaper and probably provide the same experience and more with all the functions merlin offers(VPN for example).
The downside is the range of the ac66u which isn't to good in my opinion.
After some research I found out the TX power of European models is limited and I unlocked all settings to unlock full power.
I used the following code
Code:
nvram set pci/1/1/ccode=#a
nvram set pci/1/1/regrev=0
nvram set pci/2/1/ccode=#a
nvram set pci/2/1/regrev=0
nvram set regulation_domain_5G=#a
nvram set regulation_domain=#a
nvram set wl0_country_code=#a
nvram set wl0_country_rev=0
nvram set wl0_reg_mode=off
nvram set wl1_country_code=#a
nvram set wl1_country_rev=0
nvram set wl1_reg_mode=off
nvram commit
reboot
the default code whas
Code:
admin@RT-AC66U-68C8:/tmp/home/root# nvram get pci/1/1/ccode
EU
admin@RT-AC66U-68C8:/tmp/home/root# nvram get pci/1/1/regrev
13
admin@RT-AC66U-68C8:/tmp/home/root# nvram get pci/2/1/ccode
EU
admin@RT-AC66U-68C8:/tmp/home/root# nvram get pci/2/1/regrev
13
admin@RT-AC66U-68C8:/tmp/home/root# nvram get regulation_domain_5G
EU
admin@RT-AC66U-68C8:/tmp/home/root# nvram get regulation_domain
EU
admin@RT-AC66U-68C8:/tmp/home/root# nvram get wl0_country_code
EU
admin@RT-AC66U-68C8:/tmp/home/root# nvram get wl0_country_rev
13
admin@RT-AC66U-68C8:/tmp/home/root# nvram get wl0_reg_mode
off
admin@RT-AC66U-68C8:/tmp/home/root# nvram get wl1_country_code
EU
admin@RT-AC66U-68C8:/tmp/home/root# nvram get wl1_country_rev
13
admin@RT-AC66U-68C8:/tmp/home/root# nvram get wl1_reg_mode
off
admin@RT-AC66U-68C8:/tmp/home/root#
After making these changes I set the power limit to 200Mw instead of 80 that it whas.
I notice a signal increase for the 2.4Ghz but when I connect it wont transfer any data.
Cant do a speed test or use facebook.
The 5Ghz channel is visible but when I want to connect nothing happens.
Does any one have any ideas why this I happening?
If this could be solved I will probably go for two 68u's in my new house
Firmware on the 66u is 3.0.0.4.374.43
With best regards,
Mini