04-19-2019, 08:56 PM
(04-19-2019, 08:18 PM)andib Wrote: I have a Problem with HDMI out (Audio).
On Moode 4.4 Sound works great over HDMI out. in Moode 5.0 (with zero config changes) there are big glitches / halts where no sound/signal is comming over HDMI.
- This happens from Radio Media Tab and NAS Sources and the Stereo test File
- This only happens on Moode 5.0 not 4.4 (same setup, same hardware) only other sdcard
- Happens with mpd 0.20.20 and 0.21.6
- RJ45 Wired
- System config is in the Printscreens attached to this post
Thanks for any help!
Andi
It could be a bug in the 4.19.y kernels
You can try reverting to the last 4.14.y kernel (4.14.98). It just takes a few minutes to install.
Code:
# kernel ver 4.14.98
echo "y" | sudo PRUNE_MODULES=1 rpi-update a08ece3d48c3c40bf1b501772af9933249c11c5b
# cleanup
sudo rm -rf /lib/modules.bak
sudo rm -rf /boot.bak
sudo apt-get clean
sudo reboot
And to go back to 4.19.34
Code:
# kernel ver 4.19.34
echo "y" | sudo PRUNE_MODULES=1 rpi-update 99c274691c07480762dcda91a0ebfe3c4f519307
# cleanup
sudo rm -rf /lib/modules.bak
sudo rm -rf /boot.bak
sudo apt-get clean
sudo reboot