Search found 234 matches

by pythonic
Wed Mar 13, 2024 6:56 am
Forum: Gargoyle Development
Topic: Netgear R8000
Replies: 33
Views: 34092

Re: Netgear R8000

I've been bitten by forgetting to install python-is-python3 too, though I didn't notice the config corruption - I just got failed builds because of missing gargoyle-18n package until I was reminded about it. BTW, you can save some more flash space (especially on your MR3420v5) if you don't mix WolfS...
by pythonic
Tue Mar 12, 2024 11:41 pm
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05
Replies: 41
Views: 3351

Re: Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05

btw is it complicated to add mifi devices support too? for example AR300M is already supported and XE300 is using the same platform. or those way more different? I suspect the lack of interest in supporting devices like the XE300 comes down to support for using the included modem - gl.Inet (and oth...
by pythonic
Tue Mar 12, 2024 8:54 am
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05
Replies: 41
Views: 3351

Re: Gargoyle 1.15.x BETA - 2024-03-11 - Based on OpenWrt 23.05

500Mbps Download and Uploud 890Mbps, Connect Via:PPPOE ipv6 dual stack, that's all Gargoyle is capable of, there are some incompatibilities? Disable Bandwidth Monitor, I reach up to 890/908 Mbps download and 880/923 upload Disabling the bandwidth monitor improving performance suggests you are CPU l...
by pythonic
Mon Mar 11, 2024 4:03 am
Forum: Gargoyle Development
Topic: Netgear R8000
Replies: 33
Views: 34092

Re: Netgear R8000

You need to ensure that your config has # CONFIG_PACKAGE_wpad-basic-wolfssl is not set You should also make sure that any other WolfSSL packages are similarly disabled. I've not encountered the corruption problem you mention, but I haven't built from the current main branch for some time - the build...
by pythonic
Fri Mar 08, 2024 7:08 am
Forum: General Discussion
Topic: What wifi router to buy?
Replies: 7
Views: 758

Re: What wifi router to buy?

Presuming you are looking for an all-in-one device like your current unit, my suggestions for researching your options would be as follows: - don't consider anything with less than 16MB of flash, and prefer devices with 32MB or more flash; - look through the lists of devices for which images are dow...
by pythonic
Fri Mar 08, 2024 6:20 am
Forum: Hardware / Installation Issues
Topic: Increase partition size on sata hd for x86-64 install
Replies: 1
Views: 158

Re: Increase partition size on sata hd for x86-64 install

In the absence of Gargoyle specific advice I would just put the phrase "openwrt resize root partition x86" (without quotes) into your favourite search engine. I expect all the advice for OpenWrt will apply to Gargoyle fairly reliably - certainly for x86 anyway. You may however want to look...
by pythonic
Mon Feb 19, 2024 7:05 am
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 43317

Re: how-to Quick build

I just found a reference to the missing x86 related build dependency I noted above: it was libelf-dev
by pythonic
Mon Feb 19, 2024 6:33 am
Forum: Hardware / Installation Issues
Topic: Gargoyle on Ubiquiti Nano HD?
Replies: 24
Views: 6875

Re: Gargoyle on Ubiquiti Nano HD?

That is quite interesting! Except for the interval 1s-4s, in which the throughput collapsed to zero and then rebounded, your phone tethered Gargoyle router was delivering a fairly consistent 90+Mbps to your laptop, which is a bit better than I expected. I don't know enough about Wifi to theorise why...
by pythonic
Fri Feb 16, 2024 8:32 pm
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 43317

Re: how-to Quick build

I don't believe that documentation is 100% up to date :(
by pythonic
Thu Feb 15, 2024 11:05 pm
Forum: Show / Tell / Contribute
Topic: how-to Quick build
Replies: 21
Views: 43317

Re: how-to Quick build

ar71xx is no longer a supported target - try ath79 (which supercedes ar71xx) instead. ath79 also now has only 2 sub-targets: default and nand. The active targets are represented as subdirectories of targets/, with each active sub-target being represented as a subdirectory of targets/<target>/profile...