Hi folks,
Got my hands on a Wyse 3040, it's a tiny thing and low power, great for a htpc (mostly streaming radio/youtube)
Librelex x86 v12.0 installed fine on it, all good, except for the sound. There is none coming out of the analog socket.
I thought, that's easy, just needs dtparam=audio=on in /flash/config.txt as prior Rpi experience taught me, but that solved nothing, there is no sound.
I can see the analog device in the Kodi settings, but in the logs I see this.. any thoughts?
Code
info <general>: CActiveAESink::OpenSink - initialize sink
info <general>: CAESinkALSA::Initialize - Attempting to open device "sysdefault:CARD=chtbswrt5672"
info <general>: CAESinkALSA::Initialize - Opened device "sysdefault:CARD=chtbswrt5672"
info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S16NE
warning <general>: CAESinkAlsa::InitializeHW - Using default alsa values - set failed
info <general>: CAESinkALSA::Initialize - Attempting to open device "default"
info <general>: CAESinkALSA::Initialize - Opened device "default"
info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
error <general>: CActiveAESink::OpenSink - no sink was returned
error <general>: ActiveAE::InitSink - returned error
Display More