Page 2 of 6
Re: Version 1.3.14
Posted: Tue May 10, 2011 11:08 am
by salavattvb
Doesn't display. A router tp-Link 1043. Version gargoyle 1.3.14
Re: Version 1.3.14
Posted: Tue May 10, 2011 4:23 pm
by DoesItMatter
Eric wrote:
New in 1.3.14:
- Fix display of bandwidth monitor page in chrome
- Reset and reboot buttons now work on D-link DIR-825b and Buffalo WZR HP-G300NH
Google Chrome just released a Beta 12.x version
Seems to work MUCH better than Google Chrome 11 beta
Bandwidth monitor seems to show fine now.
I'll test reset and reboot buttons when I get home.
Re: Version 1.3.14
Posted: Wed May 11, 2011 4:24 am
by UsernameTaken
I'm using two TL-WR1043ND:s and one of them seem to cause problems much more often. The one that couldn't use 1.3.13, when tasked with being an AP, without constantly becoming unreponsive is a hardware version 1.8. I'm now trying to use it as a WDS client with 1.3.14 but it doesn't work completely. I get an WDS connection and from telnet I can ping any site on the internet just fine, but from windows I can only see the main router and the client router and nothing else. I supect it needs some kind of additional routing setting.
The other one is a V 1.7 and is now serving as an AP+WDS and hasn't hung once with 1.3.14. It also functioned as a working WDS client before without any further settings (with 1.3.11).
May I submit for your consideration, that the trouble people have had with TL-WR1043ND:s that you haven't been able to reproduce perhaps has to do with you using different hardware versions?
Re: Version 1.3.14
Posted: Wed May 11, 2011 7:35 am
by qtr
I am running 1.3.14 on my Netgear WNDR3700 v1 they are working fine after I go through and configure the settings from scratch. I don't have the blank connected hosts info like other members here.
However, the backup configuration from Gargoyle version 1.3.13 does not work. At first I thought maybe the problem due to incompatibility between different revision. However, after I re-flashed the router with the old firmware 1.3.13; then tried to restore the backup configuration. I encountered the same problem. Internet dropped and I could not connect to the router until I re-flashed the firmware again.
Re: Version 1.3.14
Posted: Wed May 11, 2011 8:51 am
by baojia
config loses after restart, dir-300 1.3.13 1.3.14
Re: Version 1.3.14
Posted: Wed May 11, 2011 9:15 pm
by sco77
Got a solution for the blank hosts section on 1.3.14 ....
Code: Select all
1. Download updated define_hosts_vars.sh here http://www.gargoyle-router.com/gargoyle/projects/gargoyle/repository/revisions/9fd4ae0267f6e242a0e581f424f044a627c06c1b/changes/package/gargoyle/files/usr/lib/gargoyle/define_host_vars.sh (click Download)
2. Copy that file to a usb stick, place usb stick into router and setup USB share on it
3. SSH router (can use Putty in windows) , type "find -name define_host_vars.sh" . You should get a list of result, one of them being the file on the USB drive (example: /tmp/usb_mount/*/define_host_vars.sh)
4. Type "cp /tmp/usb_mount/*/define_host_vars.sh /usr/lib/gargoyle/" (use correct paths)
That's it, no router reboot required. You can also just download the file directly to router if you don't want to use a USB drive.
Re: Version 1.3.14
Posted: Wed May 11, 2011 9:23 pm
by hellbound1988
opendns ddns is not working in TP link WR941ND ver 2.2
if wireless mode B+G+N is selected wireless light doesn't come up and needs a lot of time for applying configuration changes.
Other than that everything seems fine.
Re: Version 1.3.14
Posted: Thu May 12, 2011 3:43 am
by ruriruri
stupid question. Without using USB. How do you download the host_var.sh to the router?
Re: Version 1.3.14
Posted: Thu May 12, 2011 7:59 am
by behappy
Use WinSCP, SSH to the router and edit the file. Pretty simple.
Re: Version 1.3.14
Posted: Thu May 12, 2011 5:27 pm
by ruriruri
Ha! I still don't know how to edit.
I used Putty. Logged in as root. Manage to figure how to navigate to the directory /usr/lib/gargoyle/
I have tried...
cp
http://www.gargoyle-router.com/gargoyle ... st_vars.sh /usr/lib/gargoyle/
source
http://www.gargoyle-router.com/gargoyle ... st_vars.sh /usr/lib/gargoyle/
I have no idea how to use SSH. What is the command line I should use?