Quote:
Originally Posted by bigup
Hi all
purchased a N66U today, setup very easily, upgraded latest official firmware and increased the TX to 100.
still my iphone struggles to get wifi in my bedroom upstairs which isnt that far away but i think cos of a wall its stopping the signal going up (2.4ghz)
anyway, i thought id try Merlin's fw to see if i could increase the TX but couldnt.
any ideas?
maybe fit bigger antennas?
thanks
|
HI here`s a tip : If you live in europe you are limited in the firmware to 100mw as i was. Heres the trick: but you can reprogram the router to Usa locale!! You lose 1 channel but you can now go as high as 500mw. I did it to my router. I haven`t gone higher than 80mw myselfe but i wanted the abilaty to do so if i wanted to.
Here is the steps:
Open telnet (you can turn it on in the administration of the router)
before you do anything you might want to check this value and make note of it:
nvram get pci/1/1/ccode
To change to us:
nvram set pci/1/1/ccode=US
nvram set pci/2/1/ccode=US
nvram set wl0_country_code=US
nvram set wl1_country_code=US
nvram set regulation_domain=US
nvram set regulation_domain_5G=US
nvram commit
do a reboot and your router will allow 500mW for 2.4GHz and 250mW for 5.2GHz connections.
Please keep in mind that the US allows different network channels, especially for 5GHz
to go back to eu mode is easy:
nvram set pci/1/1/ccode=EU
nvram set pci/2/1/ccode=EU
nvram set wl0_country_code=EU
nvram set wl1_country_code=EU
nvram set regulation_domain=EU
nvram set regulation_domain_5G=EU
nvram commit