Page 4 of 9

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Sun Sep 28, 2014 11:32 pm
by goonx
Hi,

when i applied the hack to my WNDR3700 v2, the 5ghz becomes disabled.

Does anyone know why? my EEPROM is unlocked.

Edit: Fixed. Used newest version (not the old branch)

For people that's getting the "already patched" error. Do a firmware upgrade (you can use the same release) via GUI and then reapply the reghack through ssh

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Tue Nov 04, 2014 11:48 am
by yousaf465
yousaf465 wrote:
omiez wrote:Does this work on 1.6.2 ?
yes it does.
I downgraded to 1.6.1 and it is not longer working :| any reason for this ?

Code: Select all

root@Gargoyle:~# cd /tmp/
root@Gargoyle:/tmp# wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf
Connecting to luci.subsignal.org (188.40.166.7:80)
reghack.mips.elf     100% |******************************************| 46156   0:00:00 ETA
root@Gargoyle:/tmp# chmod +x reghack.mips.elf
root@Gargoyle:/tmp# ./reghack.mips.elf /lib/modules/*/ath.ko
mmap(): Invalid argument
Memory mapping failed (missing fs support?), retrying from tmpfs
Unable to find regulatory rules (already patched?)
root@Gargoyle:/tmp# ./reghack.mips.elf /lib/modules/*/cfg80211.ko
mmap(): Invalid argument
Memory mapping failed (missing fs support?), retrying from tmpfs
Unable to find regulatory rules (already patched?)
root@Gargoyle:/tmp# 
root@Gargoyle:/tmp# uci set wireless.radio0.noscan=1
root@Gargoyle:/tmp# uci commit
root@Gargoyle:/tmp# reboot

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Tue Nov 04, 2014 12:55 pm
by yousaf465
upgraded to 1.6.2 still can't make it work. :| :x

Code: Select all

root@Gargoyle:/tmp# wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf
Connecting to luci.subsignal.org (188.40.166.7:80)
reghack.mips.elf     100% |******************************************| 46156   0:00:00 ETA
root@Gargoyle:/tmp# chmod +x reghack.mips.elf
root@Gargoyle:/tmp# ./reghack.mips.elf /lib/modules/*/ath.ko
mmap(): Invalid argument
Memory mapping failed (missing fs support?), retrying from tmpfs
Patching @ 0x00000274: ath_is_radar_freq() MIPS opcode in ath/regd.o
Patching @ 0x00000704: ath_is_radar_freq() MIPS opcode in ath/regd.o
Patching @ 0x00003638: ath world regdomain with 5 rules in ath/regd.o
Patching @ 0x000036d8: ath world regdomain with 4 rules in ath/regd.o
Patching @ 0x0000375c: ath world regdomain with 4 rules in ath/regd.o
Patching @ 0x000037e0: ath world regdomain with 5 rules in ath/regd.o
root@Gargoyle:/tmp# ./reghack.mips.elf /lib/modules/*/cfg80211.ko
open(): No space left on device
root@Gargoyle:/tmp# uci set wireless.radio0.noscan=1
root@Gargoyle:/tmp# uci commit
root@Gargoyle:/tmp# reboot

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Fri Feb 06, 2015 2:14 pm
by epistaxis
Anyone get anywhere with this for 1.61 or 1.62? The terminal commands gumball3000 posted aren't working.

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Fri Apr 10, 2015 11:49 pm
by iliya
hi all.

I've flashed my TL-WR842ND with the 1.7.1 stable version, and since the it's working perfectly. Now I've got a TL-WR841ND v8.2 and I would like to flash it and use it as a bridge of my 842 on channel 12,13,14. I live in Europe where we can use those channels and they significantly boost quality of signal and speed of wifi.
Reghack working good on 842, but i received "no space left on drive" on 841ND router when trying to patch it.
If anyone has such a modified firmware for 841N/ND v8.2 i'd appreciate it.

p.s: i'm too thick to do it by myself :cry:

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Sat Apr 11, 2015 2:58 am
by tapper
iliya wrote:hi all.

I've flashed my TL-WR842ND with the 1.7.1 stable version, and since the it's working perfectly. Now I've got a TL-WR841ND v8.2 and I would like to flash it and use it as a bridge of my 842 on channel 12,13,14. I live in Europe where we can use those channels and they significantly boost quality of signal and speed of wifi.
Reghack working good on 842, but i received "no space left on drive" on 841ND router when trying to patch it.
If anyone has such a modified firmware for 841N/ND v8.2 i'd appreciate it.

p.s: i'm too thick to do it by myself :cry:
Hi I don't no if it works good with 1.7.1 but here gos!
load up the Gargoyle Router Management Utility, click System, click Plugins, then click on the Refresh Plugins butten and then install the Webshell Plugin.

Wen the Webshell Plugin is installed it will show up in the menu open it up and copy and paste this line by line.
After each line click Execute. wget and the link should be on same line.


cd /tmp/

wget http://luci.subsignal.org/~jow/reghack/reghack.mips.elf

chmod +x reghack.mips.elf

./reghack.mips.elf /lib/modules/*/ath.ko

./reghack.mips.elf /lib/modules/*/cfg80211.ko

reboot


Good luck!

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Sat Apr 11, 2015 6:10 am
by iliya
./reghack.mips.elf /lib/modules/*/cfg80211.ko

After this string i received error "no space left on device".

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Sat Apr 11, 2015 11:02 am
by tapper
iliya wrote:./reghack.mips.elf /lib/modules/*/cfg80211.ko

After this string i received error "no space left on device".

I am sorry i have absolutely know idea! maby uninstall a plugin to make a bit more space wen you have dun you can install it again. or try and reboot and try again.

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Sat May 02, 2015 3:35 pm
by wwenigma
original site cant working, i found a backup: http://euer.krebsco.de/extra/reghack/

Re: Allow Channels 12,13,14 based on country (*MOD*)

Posted: Sun May 03, 2015 5:02 am
by ispyisail
Based on other posts Eric dose not like these hacks?