Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Had to revert back to 5.0 for UPnP Client to work
#9
If possible, install kernel 4.19.34 or 4.19.42 on your 5.2 image and see if that resolves your issue.

Here are commands for installing various kernels.
Code:
# 4.19.42 (patch 413e9a2)
echo "y" | sudo PRUNE_MODULES=1 rpi-update 413e9a212ee40a0a2506b403915598a74a90f3ef

# 4.19.40 (moOde 5.2 default)
echo "y" | sudo PRUNE_MODULES=1 rpi-update 6cb1da772a8c56f44591bec904046b15f1126949

# 4.19.34 (moOde 5.0/1 default)
echo "y" | sudo PRUNE_MODULES=1 rpi-update 99c274691c07480762dcda91a0ebfe3c4f519307

# 4.14.98 (slightly later version than one used in moOde 4.4)
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
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Had to revert back to 5.0 for UPnP Client to work - by Tim Curtis - 05-19-2019, 01:26 PM

Forum Jump: