Search found 266 matches

by pythonic
Sat Nov 15, 2025 12:59 am
Forum: Gargoyle Development
Topic: Support for Linksys WHW03 V1 (IPQ4019)
Replies: 4
Views: 140

Re: Support for Linksys WHW03 V1 (IPQ4019)

Have you already installed & run OpenWrt on this device?
by pythonic
Tue Nov 11, 2025 8:18 am
Forum: General Discussion
Topic: NetGear R7450
Replies: 8
Views: 824

Re: NetGear R7450

I don't see an entry under Status to view the logs. The log reader plugin is not installed by default - you can either attempt to install it or SSH into the router and execute the command logread or logread | more for the system log; for the kernel log use the command dmesg or dmesg | more
by pythonic
Sat Nov 08, 2025 4:07 am
Forum: General Discussion
Topic: NetGear R7450
Replies: 8
Views: 824

Re: NetGear R7450

Look in the system log to see whether the radios are recognised and the radio firmware (if required) is loaded. You may have got the R7450 image to install and apparently boot on your R7400 but there's no guarantee that it has exactly the same radio chips as the R7450 which might explain the lack of...
by pythonic
Sun Oct 19, 2025 2:28 am
Forum: Feature Requests
Topic: Adding PWM fan control to Gargoyle on BPi-R3
Replies: 2
Views: 4215

Re: Adding PWM fan control to Gargoyle on BPi-R3

Is it possible to control the fans attached to CN22 and CN23 connectors on Bpri-R3 PCB? I know in Open-WRT there is mechanism to control the fan speed based on CPU temp. Could you please check whether the instructions at https://github.com/openwrt/openwrt/issues/17199#issuecomment-3184538336 work? ...
by pythonic
Sat Sep 20, 2025 10:34 am
Forum: Hardware / Installation Issues
Topic: WRT1900ACV2 and NBN speed upgrades
Replies: 7
Views: 25023

Re: WRT1900ACV2 and NBN speed upgrades

if the router can do that. Should be supported in the web UI (Connection->Advanced->Global network options) on multi-cpu devices with recent 23.05 and later based builds. 23.05 based builds just have Enabled / Disabled option values ( Disabled is default for most targets); 24.10 based builds have E...
by pythonic
Thu May 08, 2025 12:42 am
Forum: Hardware / Installation Issues
Topic: Buffalo WZR-HP-G300NH unresponsive after upgrade to Gargoyle 1.15.x BETA - 2025-03-31
Replies: 10
Views: 73827

Re: Buffalo WZR-HP-G300NH unresponsive after upgrade to Gargoyle 1.15.x BETA - 2025-03-31

With the old ar71xx target, the one image could be made to handle both switch variants and this seems to have been done once the "S" vs "RB" switch issue was identified (per OpenWrt device page). With the transition to the ath79 target this is no longer feasible so there are imag...
by pythonic
Tue May 06, 2025 5:34 am
Forum: Hardware / Installation Issues
Topic: Buffalo WZR-HP-G300NH unresponsive after upgrade to Gargoyle 1.15.x BETA - 2025-03-31
Replies: 10
Views: 73827

Re: Buffalo WZR-HP-G300NH unresponsive after upgrade to Gargoyle 1.15.x BETA - 2025-03-31

My understanding was that the old style "wzr-hp-g300nh" is the equivalent to now the new style "wzr-hp-g300nh-s" naming convention and the old "wzr-hp-g300nh2" is now corresponding to "wzr-hp-g300nh-rb". Am I wrong with that? From my reading of the OpenWrt To...
by pythonic
Fri Apr 11, 2025 12:52 am
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Replies: 283
Views: 1487764

Re: Version 1.14.0: Based on OpenWrt 22.03

Im using 1.15.X (Built 20241013-2237 git@347e0534) on my Asus rt-ac51u. I cant flash another firmware, its stuck, no matter what i try it wont flash anything else. I also tried using asus recovery tool but it wont accept the firmware.. Your device only has 64MB of RAM so it's possible that the fail...
by pythonic
Mon Mar 24, 2025 12:03 am
Forum: Show / Tell / Contribute
Topic: Gargoyle 1.15.x BETA - 2025-03-31 - Based on OpenWrt 23.05
Replies: 283
Views: 1487764

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

just realised that GL.iNet MT-3000 became supported. can Gargoyle read temperature and able to control the built in fan? see fan control - while the info is nominally for 24.10 I think you should be able to adapt this for use with 23.05 based Gargoyle builds (at least the required kmod should be in...
by pythonic
Mon Feb 24, 2025 11:42 pm
Forum: Network / Wireless Issues
Topic: Where do I find pppoe log file?
Replies: 4
Views: 39962

Re: Where do I find pppoe log file?

More info about hotplug scripting can be found in the OpenWrt Wiki article.