Is WOL issue on RN102 fixed in newest kernel? I also volunteer for testing.by pczerepaniak - Debian
I tried phy_restart.sh script with modifed devices tree and wake on lan is still not working on RN102 :/by pczerepaniak - Debian
whole patch attachedby pczerepaniak - Debian
i found interestin patch in Netgear ReadyNASOS kernel, is this patch included in newest kernel? static void orion_mdio_shutdown(struct platform_device *pdev) { struct mii_bus *bus = platform_get_drvdata(pdev); u16 rega, regb; int i; /* replaces /proc/power_mode_2 */ /* Force 10Mbps half duplex, disable autoneg */ for (i = 0; i < 2; i++) { orion_mdio_write(bus, i, 0x16, 0by pczerepaniak - Debian
Thank you!by pczerepaniak - Debian
on newest kernel ethernet device changed its name from eth0 to end1, thats why i wrote eth0/end1. Yes it is a typoby pczerepaniak - Debian
I'm connected to same switch. On Original Netgear NAS OS software wake on lan is working enabled via GUI. nmap (I've changed MAC to that wriiten on RN102 housing) Nmap scan report for 192.168.77.124 Host is up (0.066s latency). MAC Address: 28:C6:8E:35:5A:F7 (Netgear)by pczerepaniak - Debian
yes i am running systemd. shutdown -h now gave me same resultsby pczerepaniak - Debian
Sometimes when i do poweroff command i got kernel panic [ 256.300858][ T1] reboot: Power down [ 266.505858][ T1] ------------[ cut here ]------------by pczerepaniak - Debian
root@rn102:/home/nas# uname -a Linux rn102 6.5.7-mvebu-370xp-tld-1 #2 PREEMPT Thu Oct 19 18:31:43 PDT 2023 armv7l GNU/Linux root@rn102:/home/nas# ethtool end1 Settings for end1: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supported pause frame use: Symmetricby pczerepaniak - Debian
Hi, i try to get wake on lan working on RN102 with debian. I am setting on wake on lan with: ethtool -s eht0/end1 wol g Howver after i do poweroff and call wakeonlan <mac> nothing is happening. I tried do this on clean debian bookworm with 6.1 debian kernel, 6.5.7-mvebu-370xp-tld-1 kernel, openwrt with same results - after poweroff command wakeonlan is not working. only verby pczerepaniak - Debian