Search found 58 matches

by uysiquebien
Sat Oct 01, 2016 1:33 pm
Forum: Network / Wireless Issues
Topic: Android notifications always arrive late (if at all)
Replies: 4
Views: 5000

Android notifications always arrive late (if at all)

Hey, I have a TP-Link TL-WR741N/ND v4 with Gargoyle 1.9.1, configured as a gateway for another wireless router, and notifications on my Android mobile always arrive minutes late, if they arrive at all. That does not happen with 3G, or when my mobile is connected directly to the router that Gargoyle ...
by uysiquebien
Sun Jan 10, 2016 2:25 pm
Forum: Network / Wireless Issues
Topic: ARPing lags in a pattern
Replies: 1
Views: 2849

ARPing lags in a pattern

I'm using ARPing from a wirelessly connected client to my router and: 60 bytes from xx:xx:xx:xx:xx:xx (192.168.1.1): index=93 time=815.018 msec 60 bytes from xx:xx:xx:xx:xx:xx (192.168.1.1): index=94 time=815.050 msec 60 bytes from xx:xx:xx:xx:xx:xx (192.168.1.1): index=95 time=5.738 msec 60 bytes f...
by uysiquebien
Wed Dec 30, 2015 7:48 am
Forum: Network / Wireless Issues
Topic: Bridge mode is not working
Replies: 2
Views: 3349

Re: Bridge mode is not working

If only I could compile it for my router...

https://github.com/ericpaulbishop/gargoyle/issues/405

:P
by uysiquebien
Fri Dec 25, 2015 10:41 am
Forum: Network / Wireless Issues
Topic: Bridge mode is not working
Replies: 2
Views: 3349

Bridge mode is not working

I'm running: | Gargoyle revision ed9d99b | OpenWrt revision r47335 | On a TL-WR741ND v2.4, and bridge mode does not work at all. When I use it, I can't even ping the remote gateway from the Gargoyle router. I don't know what's wrong. From the output of "iw wlan0 station dump" it's obvious ...
by uysiquebien
Fri Dec 11, 2015 9:14 am
Forum: Gargoyle Development
Topic: Questions about building
Replies: 13
Views: 13981

Re: Questions about building

It keeps failing at the same exact spot and my image is not being generated. Anyway I think the problem is different, since a lot of models are actually failing with the next error: [mktplinkfw] *** error: images are too big Makefile:2153: recipe for target 'install' failed What exactly can be done?...
by uysiquebien
Thu Dec 10, 2015 6:11 pm
Forum: Gargoyle Development
Topic: Questions about building
Replies: 13
Views: 13981

Re: Questions about building

I am building for the wr741nd and "find -name '*741nd*' brings nothing relevant up.
by uysiquebien
Thu Dec 10, 2015 5:55 pm
Forum: Gargoyle Development
Topic: Questions about building
Replies: 13
Views: 13981

Re: Questions about building

Wow lol. That's like literally the final step of the build. At that step it copies all of the built images from /bin/TARGET/built to /images/TARGET. It also renames the files to suit gargoyle. You may be able to just go and find the correct built image and use that if it completed to that point suc...
by uysiquebien
Thu Dec 10, 2015 5:19 pm
Forum: Gargoyle Development
Topic: Questions about building
Replies: 13
Views: 13981

Re: Questions about building

Compilation fails with the following message: Generating index for package ./uboot-envtools_2014.10-2_ar71xx.ipk Generating index for package ./ubox_2015-07-14-907d046c8929fb74e5a3502a9498198695e62ad8_ar71xx.ipk Generating index for package ./ubus_2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e_...
by uysiquebien
Thu Dec 10, 2015 2:35 pm
Forum: Gargoyle Development
Topic: Questions about building
Replies: 13
Views: 13981

Re: Questions about building

I need to use make menuconfig not only to limit the images built but to also customise the building options.
by uysiquebien
Thu Dec 10, 2015 9:08 am
Forum: Gargoyle Development
Topic: Questions about building
Replies: 13
Views: 13981

Re: Questions about building

Well, 3) is a fact--compilation just failed because of https://www.gargoyle-router.com/phpbb/viewtopic.php?f=7&t=7827 (it hasn't been fixed yet). I'm looking at the logs and I remember how cmake or gmp were being built before and they are being built again. So every time I use "make" i...