Bibby Michael wrote:

It seems that the audio device drived correctly by 'azalia', but when i play
mp3 file in xmms/bmp, i can't heard any sound. Any suggestion?

Maybe the standard "mixerctl issues"?

mixerctl -a |
egrep '^(input|outputs)\.' |
sed 's/=.*//' |
while read a; do
        case $a in
        *.mute) mixerctl ${a%.mute}=255 $a=off;;
        esac
done

/Alexander

Reply via email to