Page 3 of 3

Re: Gargoyle-ispy 2014-July-28.7z

Posted: Sun Aug 17, 2014 5:05 pm
by dieselz
n0pin wrote:I once faced this problem too. Everytime I tried to upgrade new firmware when using DD-WRT, it came back after reboot. Even webrevert images DD-WRT provides didn't work.

I solved this problem by using SCP to copy firmware image (beware, sometimes you need to use stripped image, depends on router) to /tmp folder on router. Then I issued this command (image.bin is name of the firmware file I uploaded):

Code: Select all

mtd -r write /tmp/image.bin linux
After that I finally managed to get back to factory firmware.

This could probably also solved using TFTP.
Thank you n0pin that helped me a lot <333
i am back to gargoyle now and the new build is working fine

Re: Gargoyle-ispy 2014-July-28.7z

Posted: Wed Aug 20, 2014 4:13 am
by Sobol
Some updates for my router - since last reconfiguration with disabling ANI and other known tips and tricks there is no any serious crashes with WiFi.

Re: Gargoyle-ispy 2014-July-28.7z

Posted: Fri Aug 22, 2014 4:31 pm
by BashfulBladder
tapper wrote:I cant wate for Gargoyle on my WD N750 it's grate with openwrt but its not the same as Gargoyle for me imo
I don't know if it was you who wanted the WD N750 backport into AA I used, but I uploaded it here:

https://github.com/BashfulBladder/gargoyle-plugins

Read the instructions at the beginning of the patch file - there are lots of caveats.

Note: I did the port & lost interest in it. Haven't tested failsafe mode or upgrading via web to a newer build. I kept missing patches which caused the kernel to crash, so I had to flash via tftp.

This is the patch I used to enable kernel dubugging symbols or whatever its called in Linux

Code: Select all

--- a/target/linux/generic/config-3.3	2013-11-04 19:48:31.000000000 -0400
+++ b/target/linux/generic/config-3.3	2013-11-05 03:32:08.000000000 -0400
@@ -1272,8 +1272,8 @@
 # CONFIG_JME is not set
 CONFIG_JOLIET=y
 # CONFIG_JUMP_LABEL is not set
-# CONFIG_KALLSYMS is not set
-# CONFIG_KALLSYMS_ALL is not set
+CONFIG_KALLSYMS=y
+CONFIG_KALLSYMS_ALL=y
 # CONFIG_KARMA_PARTITION is not set
 # CONFIG_KERNEL_BZIP2 is not set
 # CONFIG_KERNEL_GZIP is not set

Re: Gargoyle-ispy 2014-July-28.7z

Posted: Sat Aug 23, 2014 3:24 am
by tapper
Hi BashfulBladder
thanks but I don't no how to use that pach. I hope we will get a bump to bb branch soon anyway thanks for sharing.