Trying to apply reghack.mips.elf with 4MB flash rom
Posted: Wed Jan 21, 2015 7:34 pm
Hello,
I have a DIR-615 C1 router, and with Gargoyle, the maximum dBm is limited to 19. With DD-WRT, I was able to as high as 21dBm.
I'm trying to execute these instructions via the serial console:
The problem is that I get this error on the cfg80211.ko:
I can apply the script to ath.ko successfully though.
I've tried copying the cfg80211.ko to the tmp folder and executing the script against it there, and it was successful, the problem is that I can't copy it back to /lib/modules/3.3.8/ afterwards.
Is there a setting somewhere which sets a size limit on this folder? I realize my router is limited to 4MB flash, but I've already deleted a bunch of unneeded modules like pppoe-related stuff, so there should be enough space.
Any ideas?
I have a DIR-615 C1 router, and with Gargoyle, the maximum dBm is limited to 19. With DD-WRT, I was able to as high as 21dBm.
I'm trying to execute these instructions via the serial console:
Code: Select all
cd /tmp/
wget http://luci.subsignal.org/~jow/reghack/old/reghack.mips.elf
chmod +x reghack.mips.elf
./reghack.mips.elf /lib/modules/*/ath.ko
./reghack.mips.elf /lib/modules/*/cfg80211.ko
reboot
Code: Select all
open(): No space left on device
I've tried copying the cfg80211.ko to the tmp folder and executing the script against it there, and it was successful, the problem is that I can't copy it back to /lib/modules/3.3.8/ afterwards.
Is there a setting somewhere which sets a size limit on this folder? I realize my router is limited to 4MB flash, but I've already deleted a bunch of unneeded modules like pppoe-related stuff, so there should be enough space.
Any ideas?