Gargoyle-ispy 2014-April-28.7z
Moderator: Moderators
Re: Gargoyle-ispy 2014-April-28.7z
If you are running 1.6.1 without any issues and you don't use OpenVPN, I see no point in upgrading to this version.
I also never heard of problem about login not working with Safari. Where is the issue?
I also never heard of problem about login not working with Safari. Where is the issue?
Re: Gargoyle-ispy 2014-April-28.7z

After Safari Reset,it is working for like a minute or so , and then its not working again. Dunno where is the problem.
ddwrt is working in safari well. (But i switch to gargoyle cause i have an issue with wifi driver freeze, with the latest version).
Similar problem : http://www.gargoyle-router.com/phpbb/vi ... f=8&t=3046
Also i was wondering if u can set the operation mode to : NG only (N+G) without B ??
wdr3600 v1.5 @ Latest ispyisail build
-
- Posts: 12
- Joined: Tue May 13, 2014 11:28 am
Re: Gargoyle-ispy 2014-April-28.7z
DIR 825 c1 all are working except led. all led indicator are not working
Re: Gargoyle-ispy 2014-April-28.7z
WIFI drop rate to 5 mbit or less and stays there. Solution is to reset wifi or reboot router. I am using gargoyle 1.6.1 on wr1043nd v1.10.
How can i fix this ? i read about disable_ani, but don't know how to do this.
How can i fix this ? i read about disable_ani, but don't know how to do this.
wdr3600 v1.5 @ Latest ispyisail build
Re: Gargoyle-ispy 2014-April-28.7z
isn't there any hope for another release soon because i been checking three times a day that wireless drop is awful, and i cannot figure out how to disable that ANI, if anyone got pointers please direct me..
thank you ispy, please keep up the good work <3
thank you ispy, please keep up the good work <3
Linksys WRT1900ACS V2 1.12.x gargoyle-iSpy
Re: Gargoyle-ispy 2014-April-28.7z
EDIT: Look in the post below.
Last edited by n0pin on Fri Aug 01, 2014 8:11 am, edited 1 time in total.
Re: Gargoyle-ispy 2014-April-28.7z
Hello n0pin,
thanks for the hint on how to disable ANI!
I assume the line "echo 1 >/sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani" needs to be added before the "exit 0" line, right?
just to confirm: the copmplete /etc/rc.local looks like this now:
and to take effect a reboot is needed.
EDIT: the only thing is, that it does not seem to work for me, from what I can see in the syslogs:
regards,
nieroster
thanks for the hint on how to disable ANI!
I assume the line "echo 1 >/sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani" needs to be added before the "exit 0" line, right?
just to confirm: the copmplete /etc/rc.local looks like this now:
Code: Select all
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
echo 1 >/sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
exit 0
EDIT: the only thing is, that it does not seem to work for me, from what I can see in the syslogs:
Code: Select all
/etc/rc.local: line 4: can't create /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani: Permission denied
nieroster
Re: Gargoyle-ispy 2014-April-28.7z
same here, i cannot cd and always permission denied, i was about to PM you about that maybe you could help out.
but i remember reading that i need to make changes to the kernel using menuconfig or something, but i am new the whole Linux scene and i am eager to learn.
but i remember reading that i need to make changes to the kernel using menuconfig or something, but i am new the whole Linux scene and i am eager to learn.
Linksys WRT1900ACS V2 1.12.x gargoyle-iSpy
Re: Gargoyle-ispy 2014-April-28.7z
Use winscp to get access to router file system. Then edit the rc.local file and you are done. Reboot router after file edited.
wdr3600 v1.5 @ Latest ispyisail build
Re: Gargoyle-ispy 2014-April-28.7z
scrmtrey,
I used WinSCP to edit rc.local, this is not the problem.
The problem is that the line results in an error because there are no permissions to create a file there.
Even if I try to create the file manually in WinSCP, logged in as root it won't let me do that.
By the way: shouldn't the existing file ani just be renamed to disable_ani once we know how to gain permission? i.e. change the line in rc.local to:This command leads to the following syslog entry:Maybe the file is locked after boot sequence is completed. Any hints?
Regards,
nieroster
I used WinSCP to edit rc.local, this is not the problem.
The problem is that the line
Code: Select all
echo 1 >/sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
Code: Select all
sysinit: /etc/rc.local: line 4: can't create /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani: Permission denied
By the way: shouldn't the existing file ani just be renamed to disable_ani once we know how to gain permission? i.e. change the line in rc.local to:
Code: Select all
mv /sys/kernel/debug/ieee80211/phy0/ath9k/ani /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
Code: Select all
mv: can't rename '/sys/kernel/debug/ieee80211/phy0/ath9k/ani': Operation not permitted
Regards,
nieroster