Mieczyslaw Nalewaj
Mieczyslaw Nalewaj
You need to enable gpio1 and gpio2 and look for the address of this LED according to https://openwrt.org/docs/techref/hardware/port.gpio Add this to mt7620a_asus_rt-ac51u.dts: ``` &gpio1 { status = "okay"; }; &gpio2...
The mt7620a_asus_rt-ac51u.dts file is a source file (e.g. in https://github.com/openwrt/openwrt/archive/refs/tags/v23.05.3.zip), changing it requires recompiling the image.
So test gpio0 and gpio3 which are enabled for this router.
The testing method is described at https://openwrt.org/docs/techref/hardware/port.gpio First you need to find the 5 GHz Wi-Fi LED and then configure it in the dts file. If everything works, create a...
You need to copy the sources to your local computer (there are several ways) and make changes locally and then compile.
Try this patch: https://github.com/openwrt/openwrt/pull/15420
Attach Kernel Log. If you also have a log from the working version, that too.
I see that "Generic PHY" is loaded twice instead of "Qualcomm Atheros AR8031/AR8033". Under investigation. @vochong Does the problem also occur with kernel 6.1?
Images with kernel 6.6 are only available from Fri, 26 Apr 2024. Maybe you uploaded older snapshots? I could also compile these images for April 25th and make them available...
Thank you. Now at least we know that it's not a 6.6 kernel issue, but an update from 5.15 to 6.1. Please remove "(kernel 6.6)" from title.