Page 1 of 1

How to config sound

Posted: Sat Apr 22, 2017 8:35 am
by maxthai
Hello !, my board NanoPi NEO (V1.0) no sound out for test by

Code: Select all

speaker-test


I get all sound card device by

Code: Select all

aplay -L

then try test by

Code: Select all

speaker-test -D "plughw:CARD=Pcm5102a,DEV=0"

and not success.

I test run alsamixer show "This sound device does not have any controls."

Image

* I use last image file nanopi-neo-ubuntu-core-qte-sd4g-20170331.img

Image

Thanks.

Re: How to config sound

Posted: Thu May 04, 2017 9:56 am
by chensy
Hi
Neo has sound card,you need to download the new image.
You can use this way to test it.Download a song(xxx.wav) to NEO and play this song(aplay xxx.wav).
You also can try recording :
arecord -D hw:0,0 -f cd test.wav
aplay test.wav

Thanks!