How do enable sound on a Raspberry Pi 3 running Ubuntu 16?
I've tried the solutions outlined for Pi2, like this question, but nothing seems to work.
Running sudo aplay /usr/share/sounds/alsa/Front_Center.wav
gives me the output:
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4292:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4292:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4292:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4771:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:722: audio open error: No such file or directory
Running aplay -l
lists no devices.
Running uname -a
shows:
Linux localhost 4.4.23-v7+ #913 SMP Tue Oct 4 14:16:19 BST 2016 armv7l armv7l armv7l GNU/Linux
config.txt
the sound card modules and all the alsa tools worked well. I now have the problem of hearing nothing but an audible "dead air" sound when I play a audio file to the analog output. Have you experienced something similar? – BryanK Sep 29 '17 at 15:48