Page 19 of 20

Re: Version 1.5.9 - Plugins Interface

Posted: Wed May 08, 2013 7:59 am
by hipitihop
Can anyone confirm if 1.5.9 runs on WRT54GL or what is the latest compatible build. I'm currently on 1.4.5 and it runs very well with 9.2MB / 13.1MB (70%)

Re: Version 1.5.9 - Plugins Interface

Posted: Wed May 08, 2013 9:23 pm
by DoesItMatter
hipitihop wrote:Can anyone confirm if 1.5.9 runs on WRT54GL or what is the latest compatible build. I'm currently on 1.4.5 and it runs very well with 9.2MB / 13.1MB (70%)
If that version is working for you - stick with it.

You could try 1.4.7 - but make sure you backup your config
and also have a copy of the 1.4.5 firmware already downloaded so
you can restore it back if you don't like 1.4.7

I wouldn't recommend anything past 1.5.6 because once the
Attitude Adjustment branch kicks in, there is a bit more memory
requirements and some of the drivers don't perform well
with the WRT54 series.

This is definitely one of those - if it ain't broke - leave it alone.

Re: Version 1.5.9 - Plugins Interface

Posted: Thu May 09, 2013 9:19 am
by ispyisail

Re: Version 1.5.9 - Plugins Interface

Posted: Sat May 11, 2013 2:29 pm
by saint056a
Hello, i have tp-link 1043nd with working Gargoyle 1.4.7 firmware. Want to try 3G with my router. Is there any special steps to upgrade firmware to 1.5.9? Or i just choose gargoyle_1.5.9-ar71xx-generic-tl-wr1041n-v2-squashfs-sysupgrade.bin file from system menu? Please help me i am newbee and dont want to brick the router.

Re: Version 1.5.9 - Plugins Interface

Posted: Sun May 12, 2013 3:40 am
by trance89
saint056a wrote:Hello, i have tp-link 1043nd with working Gargoyle 1.4.7 firmware. Want to try 3G with my router. Is there any special steps to upgrade firmware to 1.5.9? Or i just choose gargoyle_1.5.9-ar71xx-generic-tl-wr1041n-v2-squashfs-sysupgrade.bin file from system menu? Please help me i am newbee and dont want to brick the router.
yep, simply update with the sysupgrade file
and just to note: your settings from 1.4.7 cannot be restored on 1.5.x builds

Re: Version 1.5.9 - Plugins Interface

Posted: Sun May 12, 2013 12:54 pm
by saint056a
trance89 wrote:
saint056a wrote:Hello, i have tp-link 1043nd with working Gargoyle 1.4.7 firmware. Want to try 3G with my router. Is there any special steps to upgrade firmware to 1.5.9? Or i just choose gargoyle_1.5.9-ar71xx-generic-tl-wr1041n-v2-squashfs-sysupgrade.bin file from system menu? Please help me i am newbee and dont want to brick the router.
yep, simply update with the sysupgrade file
and just to note: your settings from 1.4.7 cannot be restored on 1.5.x builds
Thank You for your post trance89! I already read for imposibility about restore settings in first posts.

Re: Version 1.5.9 - Plugins Interface

Posted: Tue May 14, 2013 4:56 pm
by Bajramo
@Eric

Any news about new official Gargoyle build?

eg. 1.6.0 ?

Re: Version 1.5.9 - Plugins Interface

Posted: Wed May 15, 2013 4:37 pm
by Eric
Bajramo: 1.5.10 will be very, very soon. There was a huge component I needed to build (new package manager) to handle the way plugins work in gargoyle now, hence the really long delay between releases.

That's done but there are a few minor things left to take care of -- in particular there's a weird build issue when trying to build gargoyle multithreaded (see post in the dev forums here: http://www.gargoyle-router.com/phpbb/vi ... 218#p18301). I may just have to set the build thread count to 1 by default for now.

Re: Version 1.5.9 - Plugins Interface

Posted: Thu May 16, 2013 7:27 am
by powerlogy
Eric wrote:Bajramo: 1.5.10 will be very, very soon. There was a huge component I needed to build (new package manager) to handle the way plugins work in gargoyle now, hence the really long delay between releases.

That's done but there are a few minor things left to take care of -- in particular there's a weird build issue when trying to build gargoyle multithreaded (see post in the dev forums here: http://www.gargoyle-router.com/phpbb/vi ... 218#p18301). I may just have to set the build thread count to 1 by default for now.
Did you check this Eric ?
Slacker wrote:Well, that was fun.
Building with stock git pull, latest Gargoyle, using:
make FULL_BUILD=true ar71xx.usb_large

Here's the scoop:

36354 - works
36464 - works
36465 - works
36470 - fails
36472 - fails
36500 - fails
36599 - fails

So, something changed in 36470 that breaks multithreaded compiling of gargoyle.
Hope this helps pin it down.

Re: Version 1.5.9 - Plugins Interface

Posted: Thu May 16, 2013 1:12 pm
by Eric
Yes, I saw your post, and that's what I was referring to above. It definitely breaks on commit 36470. The problem is that commit is rather extensive and includes code for new versions of the wireless drivers. Those drivers are huge components that I prefer not to modify if at all possible, as they can be rather delicate and I'm not an expert on that code.