joinski i was feeling it !
I would be glad to help but my skills are limited...
I have two nucs on which i can generate logs, make tests, etc...
One is on Celeron J4005 and one on I3 8109U.
Partially solved the sound problem with these commands :
aplay -l
mount –o remount,rw /
alsamixer
mkdir /var/lib/alsa
alsactl store
cp /var/lib/alsa/asound.state /recalbox/share/system/asound.state
echo "alsactl restore –f /recalbox/share/system/asound.state" >> /etc/init.d/S99custom
/recalbox/scripts/recalbox-save-overlay.sh
And partially solved the compatibility with 4K TV's with this :
cp /etc/X11/xinit/xinitrc ~/.xinitrc
export TERM=xterm
nano /recalbox/share/system/.xinitrc
xrandr -s 1920x1080
Have a good evening.