Add the following line: deb http://apt.osmc.tv stretch-devel main
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you edit /etc/apt/sources.list again and remove the line that you added after updating. This will return you to the normal update channel.
I’m having some issues that I’ve tracked down to the IO scheduler being used in 4.14.
Whenever my raspberry pi 3 is playing music and gets a bit of IO load (i.e. apt-get update), the music stops playing for a few seconds until the IO operation finishes. The only IO scheduler I have available in 4.14 for the root filesystem is “noop”.
I’ve reverted the kernel to 4.9 where the default IO scheduler is “bfq” and I can’t repro the issue. Playback is steady no matter what other operations I run in parallel.
I’m afraid I’ll need to jump in here as well. Read carefully as my issue seems to be two-folded:
Ever since I’ve upgraded to 4.14, I noticed the “Under-voltage detected! (0x00050005)” in my dmesg.
I’ve disconnected all USB devices except by boot disk, and have tried multiple (three!!!) different PSUs, the issue remains. This under-voltage message has been introduced in the 4.14 kernel, and it seems people aren’t that happy with it (see Under-voltage detected! (0x00050005) spams dmesg on new kernel 4.14.30-v7+ · Issue #2512 · raspberrypi/linux · GitHub). I’m still not sure if this is an actual issue with my Pi3, or something fundamentally broken.
I’m using my rPI as both mediacenter, but also as ADSB-receiver. The reason I’ve started looking into this is because after the March 5 update my so-called “mlat client server status” is showing as “clock unstable” and therefor not able to sync with other mlat-clients. I’ve never had this, therefore suspected the 4.14 kernel. Now after manually downgrading the kernel to 4.9.29-10-osmc, the clock is stable and mlat running happily, confirming my theory.
Just wanted to share my experience and feedback. I’d love to help and test in order to get 4.14 running as happy as 4.9. If anything is needed, let me know.
I’ve always been a big fan of BFQ and was excited to see it mainlined for 4.14.
Ironically, it’s broken in 4.14. I’m keeping an eye on the issues and as soon as it’s stable again, I’ll re-add it as the default governor.
Sorry i just saw this topic. I have issues with 4.14 too. I have mcp2515 can module. when i want to use it send or receive messages from module with my kodi script my raspberry frozes also after send or receive event if i try to connect ssh it freezes even script is not running.
I also sent this issue to leia built topic because i tought that it was about leia built but i realise that its about kernel 4.14. so i downgrade my kernel to 4.9 it works perfect. i dont know this happens with other OS 4.14 but it happens. I dont want my kernel outdated pls help if you can. Tnx to Osmc team for this awesome job…
Hi all any progress in the IO scheduler update?? I am facing the same issue with rPi3B+ movie+torrent not working well. I have tracked for this as root cause.