I’ve got a Vero 4k and have the same problem, since last update my WoL is broken. When I start a film , always try to WoL the NAS ( some times is boot and isn’t detected
2025-02-01 16:19:30.589 T:2934 info <general>: -----------------------------------------------------------------------
2025-02-01 16:19:30.589 T:2934 info <general>: Starting Kodi (21.1). Platform: Linux ARM 32-bit (version for Vero)
2025-02-01 16:19:30.589 T:2934 info <general>: Using Release Kodi x32
2025-02-01 16:19:30.589 T:2934 info <general>: Kodi compiled 2024-10-03 by GCC 10.2.1 for Linux ARM 32-bit version 5.10.158 (330398)
2025-02-01 16:19:30.589 T:2934 info <general>: Running on OSMC Vero 4K / Vero 4K + with Open Source Media Center 2024.10-1, kernel: Linux ARM 32-bit version 4.9.269-62-osmc
sudo sysctl -w net.ipv4.ping_group_range="0 2000"
resolves the issue but the setting does not persist after a restart
Can confirm that the issue is still present in the Vero V on the following version:
2025-11-30 19:09:16.752 T:2809 info <general>: Starting Kodi (21.2). Platform: Linux ARM 32-bit (version for Vero)
2025-11-30 19:09:16.752 T:2809 info <general>: Using Release Kodi x32
2025-11-30 19:09:16.752 T:2809 info <general>: Kodi compiled 2025-02-20 by GCC 10.2.1 for Linux ARM 32-bit version 5.10.158 (330398)
2025-11-30 19:09:16.752 T:2809 info <general>: Running on OSMC Vero V with Open Source Media Center 2025.03-1, kernel: Linux ARM 32-bit version 4.9.269-80-osmc
2025-11-30 19:09:16.759 T:2809 info <general>: FFmpeg version/source: 6.0.1-Kodi
I was able to resolve the issue persistently by adding the following line:
net.ipv4.ping_group_range=0 2000
to /etc/sysctl.d/98-local.conf (I created the file).
Note that there are no quotation marks around the value, as opposed to when sysctl is called on the command line.
Run the following command to add the staging repository: echo 'deb http://apt.osmc.tv bullseye-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
Go to My OSMC → Updater → Manual Controls → and select Check for Updates now. When prompted to do so on screen, please choose to install the update.
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list after updating.
This will deactivate the staging repository. You can do so with the following command: sudo rm /etc/apt/sources.list.d/osmc-devel.list.
Please note that we will automatically disable this update channel after 14 days on your device in case you forget to do so to ensure that your system reverts to the stable update channel.