Hello all,
I'm running the Intel/generic build of LibreELEC 12.2.1 on a MINIX Neo Z64-W10 mini PC. It's plugged into a Roku TV attached to a soundbar via ARC.
Unfortunately, I cannot get sound to work. I confirmed that another computer plugged into the same TV with the same cable can play sound.
Attached are the EDID data from the TV, which is the same across devices (not actually a text file), and my kodi.log file.
These log lines get repeated over and over again:
Code
2026-06-27 04:40:31.850 T:4633 info <general>: CActiveAESink::OpenSink - initialize sink
2026-06-27 04:40:31.850 T:4633 debug <general>: CActiveAESink::OpenSink - trying to open device ALSA:default
2026-06-27 04:40:31.850 T:4633 info <general>: CAESinkALSA::Initialize - Attempting to open device "default"
2026-06-27 04:40:31.861 T:4633 info <general>: CAESinkALSA::Initialize - Opened device "default"
2026-06-27 04:40:31.862 T:4633 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2026-06-27 04:40:31.862 T:4633 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
2026-06-27 04:40:31.862 T:4633 debug <general>: CAESinkALSA::InitializeHW - Request: periodSize 2205, bufferSize 8820
2026-06-27 04:40:31.864 T:4633 debug <general>: CAESinkALSA::InitializeHW - Got: periodSize 2208, bufferSize 8832
2026-06-27 04:40:31.864 T:4633 debug <general>: CAESinkALSA::InitializeHW - Setting timeout to 201 ms
2026-06-27 04:40:31.864 T:4633 debug <general>: CAESinkALSA::GetChannelLayout - Input Channel Count: 2 Output Channel Count: 2
2026-06-27 04:40:31.864 T:4633 debug <general>: CAESinkALSA::GetChannelLayout - Requested Layout: FL, FR
2026-06-27 04:40:31.864 T:4633 debug <general>: CAESinkALSA::GetChannelLayout - Got Layout: UNKNOWN1, UNKNOWN1 (ALSA: UNKNOWN UNKNOWN)
2026-06-27 04:40:31.866 T:4633 debug <general>: CActiveAESink::OpenSink - trying to open device ALSA:default
2026-06-27 04:40:31.866 T:4633 info <general>: CAESinkALSA::Initialize - Attempting to open device "default"
2026-06-27 04:40:31.877 T:4633 info <general>: CAESinkALSA::Initialize - Opened device "default"
2026-06-27 04:40:31.877 T:4633 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
2026-06-27 04:40:31.878 T:4633 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
2026-06-27 04:40:31.878 T:4633 debug <general>: CAESinkALSA::InitializeHW - Request: periodSize 2205, bufferSize 8820
2026-06-27 04:40:31.880 T:4633 debug <general>: CAESinkALSA::InitializeHW - Got: periodSize 2208, bufferSize 8832
2026-06-27 04:40:31.880 T:4633 debug <general>: CAESinkALSA::InitializeHW - Setting timeout to 201 ms
2026-06-27 04:40:31.880 T:4633 debug <general>: CAESinkALSA::GetChannelLayout - Input Channel Count: 2 Output Channel Count: 2
2026-06-27 04:40:31.880 T:4633 debug <general>: CAESinkALSA::GetChannelLayout - Requested Layout: FL, FR
2026-06-27 04:40:31.880 T:4633 debug <general>: CAESinkALSA::GetChannelLayout - Got Layout: UNKNOWN1, UNKNOWN1 (ALSA: UNKNOWN UNKNOWN)
2026-06-27 04:40:31.881 T:4633 error <general>: CActiveAESink::OpenSink - no sink was returned
2026-06-27 04:40:31.881 T:4632 error <general>: ActiveAE::InitSink - returned error
Display More
I read some old posts from 2016 or 2017 where people were having video or audio issues with these devices. I'm wondering if that is still an open issue or if there is some workaround or fix.