Page 2 of 4
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Wed May 14, 2014 2:04 pm
by n0pin
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?
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Thu May 15, 2014 2:15 am
by scrmtrey
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 ??
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Sat May 17, 2014 6:36 am
by kuklux1921
DIR 825 c1 all are working except led. all led indicator are not working
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Sat May 17, 2014 8:37 am
by scrmtrey
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.
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Tue May 27, 2014 9:02 am
by dieselz
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
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Sat May 31, 2014 9:12 am
by n0pin
EDIT: Look in the post below.
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Sat May 31, 2014 5:24 pm
by nieroster
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:
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
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:
Code: Select all
/etc/rc.local: line 4: can't create /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani: Permission denied
regards,
nieroster
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Sat May 31, 2014 5:35 pm
by dieselz
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.
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Sun Jun 01, 2014 4:48 am
by scrmtrey
Use winscp to get access to router file system. Then edit the rc.local file and you are done. Reboot router after file edited.
Re: Gargoyle-ispy 2014-April-28.7z
Posted: Sun Jun 01, 2014 2:05 pm
by nieroster
scrmtrey,
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
results in an error because there are no permissions to create a file there.
Code: Select all
sysinit: /etc/rc.local: line 4: can't create /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani: Permission denied
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:
Code: Select all
mv /sys/kernel/debug/ieee80211/phy0/ath9k/ani /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
This command leads to the following syslog entry:
Code: Select all
mv: can't rename '/sys/kernel/debug/ieee80211/phy0/ath9k/ani': Operation not permitted
Maybe the file is locked after boot sequence is completed. Any hints?
Regards,
nieroster