To get sound working with the on-board hardware, just install alsa.tcz from the repo. It will load and intialize all necessary components, no configuration needed.
.... Try moc.tcz which is tested with .mp3 and .flac .....
Jinxed times really, but then again ...
tce-load -wi alsa.tcz
tce-load -wi moc.tcz
alsamixer unmute
F6 -> Soundcard ( I tried both, default and 0 bcm2835 ALSA )
mocp
I can see that a *.flac file is being played but no sound can be heard from the analog 3.5" jack (
moc's pcm=00% )
These are the messages I'm getting:
Can't load plugin libmp3_decoder: file not found
Running the server...
Trying ALSA...
I've read that the libmp3_decoder error can be fixed by adjusting the ALSA buffer_time. Can someone shed some light on this (?)
As far as I know, moc has got a config file which can be imported this way:
cd ~/.moc && cp /usr/share/doc/moc/examples/config.example.gz ./ && gunzip config.example.gz && mv config.example config
Is there any similar way to do it on piCore ?