Well....
I suspect that the apt upgrade procedure is not compatible with the 6.6.63 kernel.
This just worked fine for me:
1. Flash
https://dl.armbian.com/rockpi-s/Noble_current_server to an SDcard.
2. Then, run
3. apt update
4. apt upgrade
5. apt dist-upgrade
6. reboot.
Note that the apt dist-upgrade step is probably not necessary, but it is the documented procedure.
The system ends up running kernel 6.12.9
Audio works. But, you have two audio codecs. The default is not the one you want.
(It is only appropriate for another, similar RockPI board)
So, here's how you disable the it:
If you are using the RockPI-S POE hat (as I am), you'll also need to run these commands to enable its headphone output:
I put them in my /etc/rc.local file.
I then rebooted and set the mixer levels with alsamixer.
Tested audio by playing mpg files via the mpg321 package.
If you confirm this works for you, I'll add the blacklist instructions to the rockpi-s webpage.
until