Daniel Golle
Daniel Golle
Having fun with PHY LEDs (`heartbeat` trigger with slight delay set on all of them instead of normal function) 
"you will need to flash using TFTP which can only be triggered using the boot menu accessible via the serial console." Means: You need to open the device and connect...
Thank you @Ansuel for taking care of it! Another ~two~ three force-push on top from my side which will hopefully make it build now (there was still a line-wrapping issue...
Please try this patch ```diff --- a/target/linux/generic/pending-6.6/730-net-phy-realtek-detect-early-version-of-RTL8221B.patch +++ b/target/linux/generic/pending-6.6/730-net-phy-realtek-detect-early-version-of-RTL8221B.patch @@ -33,7 +33,7 @@ Signed-off-by: Daniel Golle + int val; + u32 id; + -+ if (phydev->is_c45) { ++ if (phydev->mdio.bus->read_c45)...
Sad. Please install `mdio-tools` or prepare a build including this package (from packages feed). It will allow us to introspect the MDIO bus and see if and how the PHY...
> Output on M3000 with PHY_ID=1: > > ``` > ID for MMD 1 > 0x001c > 0xc849 > ``` Please try again with the changed debugging script above (edited)
May reset needs to be moved from the PHY to the MDIO bus, ie try something like ```diff diff --git a/target/linux/mediatek/dts/mt7622-netgear-wax206.dts b/target/linux/mediatek/dts/mt7622-netgear-wax206.dts index 524a498740..02e2280ffc 100644 --- a/target/linux/mediatek/dts/mt7622-netgear-wax206.dts +++ b/target/linux/mediatek/dts/mt7622-netgear-wax206.dts @@...
> Idk if this solution is upstreamable but I hope that at least this will help to discover the real bug. It's not ideal as the PHY ID *does* read...
Please test https://github.com/openwrt/openwrt/pull/15634 and let me know if it works on WAX206.
Commit "package: skip sign of packages for APK" can be dropped now as keypair should always be present after [this fix](https://github.com/openwrt/openwrt/commit/9a11bc3682dd7e95eb0534da9e2dbe3cdaa1c6de). Commit "apk: fix problem with scripts.tar using base64 CSUM"...