[x86-64] TVHeadEnd Wake-on-LAN not working

  • Generic nightly builds after 2025-08-25-288f19b : this build is the last one where waking a configured external tvHeadend server is successfully awakend vial WOL.

    Builds after that cannot do that any more.

    Tested with 2 NUC11 with different Eth chips (Realtek vs Intel)

    Raspi-4 builds still do successful WOL to the server, so seems only a intel hw issue.

  • BTW, I don't think this actually a client issue, since nothing much has changed there. I now tend to think that this might have to do with eth drivers/kernel settings.

    Any one any ideas?

    like I said, builds back from Aug 25 continue to issue wols.-

  • No disrespect, but until i find a way to send only specific logs around the faulty component/timeframe that's not gonna happen. The logs contain too much stuff that's none of anyone's business and also beyond my internet quota.

    In this specific case I am guessing that logging the timespan around enabling of a previously configured (with the ip and mac address to wol to) hts-client would suffice.

    I've already come to live with the fact that the Intel Platform is doomed to die in the media community rather sooner than later so I can live one more bug/regression.

    i can however of course show you the fact that was logged in KODI.log:

    successful case:
    ...

    AddOnLog: pvr.hts: starting PVR client
    2025-05-24 19:38:40.355 T:1066 info <general>: WakeOnLan - Magic packet send to '18:C0:4D:28:FC:F6'
    2025-05-24 19:38:40.356 T:1005 info <general>: PVR Manager: Starting
    2025-05-24 19:38:40.357 T:1067 info <general>:

    ...

    unsuccessful case:

    Creating PVR client: addonId=pvr.hts, instanceId=1, clientId=2025648334
    2025-09-10 22:09:27.042 T:938 info <pvr.hts>: starting PVR client
    2025-09-10 22:09:27.043 T:909 info <general>: initialize done
    2025-09-10 22:09:27.043 T:909 info <general>: Running the application...
    2025-09-10 22:09:27.043 T:948 info <general>: WakeOnLan - Magic packet send to '18:C0:4D:28:FC:F6'
    2025-09-10 22:09:27.045 T:909 info <general>: starting zeroconf publishing
    2025-09-10 22:09:27.045 T:909 info <general>: starting upnp client
    2025-09-10 22:09:27.046 T:909 info <general>: starting upnp renderer
    2025-09-10 22:09:27.047 T:956 info <general>: ES: Starting UDP Event server on port 9777
    2025-09-10 22:09:27.047 T:956 info <general>: UDP: Listening on port 9777 (ipv6 : true)
    2025-09-10 22:09:27.087 T:909 error <general>: JSONRPC Server: Failed to connect to sdpd
    2025-09-10 22:09:27.087 T:909 info <general>: JSONRPC Server: Successfully initialized
    2025-09-10 22:09:27.088 T:909 info <CWebserver[8080]>: Started
    2025-09-10 22:09:27.088 T:909 info <general>: AIRPLAY: Cleaning up photoassetcache
    2025-09-10 22:09:27.089 T:909 info <general>: AIRPLAY Server: Successfully initialized
    2025-09-10 22:09:27.089 T:909 info <general>: CWSDiscoveryListenerUDP::Start - Started
    2025-09-10 22:09:27.090 T:938 info <general>: PVR Manager: Starting
    2025-09-10 22:09:27.199 T:947 error <general>: InputStream: Error opening, D:/bdrips/mkvtoolnix-64-bit-89.0/mkvtoolnix/data/sounds/finished-2.webm
    2025-09-10 22:09:27.484 T:930 info <general>: WakeOnAccess [mediaserver] triggered by accessing : smb://mediaserver/shares/tv-serien/folder.jpg
    2025-09-10 22:09:27.485 T:930 info <general>: WakeOnAccess success exit, server already running
    ... bla bla...

    2025-09-10 22:09:29.761 T:944 info <general>: SETTINGS: __init__ # updateThread Started
    2025-09-10 22:09:29.764 T:944 info <general>: SETTINGS: set_auto_update # manual
    2025-09-10 22:09:29.794 T:1041 info <general>: SETTINGS: run # Waiting
    2025-09-10 22:09:30.091 T:948 error <pvr.hts>: unable to connect to tvserver:9982
    2025-09-10 22:09:30.592 T:948 info <general>: WakeOnLan - Magic packet send to '18:C0:4D:28:FC:F6'
    2025-09-10 22:09:33.638 T:948 error <pvr.hts>: unable to connect to tvserver:9982
    2025-09-10 22:09:34.138 T:948 info <general>: WakeOnLan - Magic packet send to '18:C0:4D:28:FC:F6'
    2025-09-10 22:09:37.184 T:948 error <pvr.hts>: unable to connect to tvserver:9982
    2025-09-10 22:09:37.685 T:948 info <general>: WakeOnLan - Magic packet send to '18:C0:4D:28:FC:F6'
    2025-09-10 22:09:40.731 T:948 error <pvr.hts>: unable to connect to tvserver:9982
    2025-09-10 22:09:41.231 T:948 info <general>: WakeOnLan - Magic packet send to '18:C0:4D:28:FC:F6'
    2025-09-10 22:09:44.278 T:948 error <pvr.hts>: unable to connect to tvserver:9982
    2025-09-10 22:09:44.778 T:948 info <general>: WakeOnLan - Magic packet send to '18:C0:4D:28:FC:F6'
    2025-09-10 22:09:44.782 T:1102 info <pvr.hts>: Received permissions:
    2025-09-10 22:09:44.782 T:1102 info <pvr.hts>:

    Edited once, last by yamcenutzer (September 10, 2025 at 9:36 PM).

  • The most likely candidate would be the kernel bump to 6.16.7, as other changes in the timeframe are either graphics packages or support for various ARM SoC hardware platforms, not x86_64.