Cocolas44 Hello, First you do an amazing job with Batocera 😉 I've tried many ways on differents versions of Batocera to use HDMI sound but still no sound and recalbox crash. I've search on internet and found that I have to enable the radeon.audio=1 kernel parameter by creating the file /etc/modprobe.d/radeon.conf with this line "options radeon audio=1". But under command line I don't write access to /etc/modprobe.d, is there an other way? Thanks
thomasgiroire Hello, Cocolas44 The modification worked ? I've the same problem on my ZOTAC AD10 with AMD Fusion E350 Thanks
nadenislamarre you can add this option in grub.conf. Be carefull, this file is at 2 places, depending on the way your computer boots : boot/grub/grub.conf and efi/grub.conf
nadenislamarre see https://batocera-linux.xorhub.com/wiki/doku.php?id=en:modify_the_system_while_it_s_running if you want to modify the system.
thomasgiroire I try, but batocera don't boot up. Also, I try to set a asound.conf file, but with no sucess ... Finally, I have install lakka and, with a manuel config of retroarch (audio.device in cfg file), I have sound.
thomasgiroire For help, I do this : mount -o remount,rw / mount -o remount,rw /boot vi /boot/grub/grub.conf add radeon.audio=1 vi /efi/grub.conf add radeon.audio=1 aplay -l vi /etc/asound.conf pcm.!default { type plug slave { pcm "hw:0,3" } } ctl.!default { type hw card 0 } /recalbox/scripts/recalbox-save-overlay.sh