maruprez Posted April 3, 2016 Posted April 3, 2016 Hi, I've installed Armbian 5.0.4 Wheezy. I'm trying to configure the sound, but no success jme@cubieboard:~$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: sun4icodec [sun4i-codec], device 0: CDC PCM Codec-0 [] Subdevices: 1/1 Subdevice #0: subdevice #0 jme@cubieboard:~$ cat /etc/asound.conf pcm.!default { type hw card 0 device 0 } ctl.!default { type hw card 0 } jme@cubieboard:~$ speaker-test -twav -c2 speaker-test 1.0.25 Playback device is default Stream parameters are 48000Hz, S16_LE, 2 channels WAV file(s) Rate set to 48000Hz (requested 48000Hz) Buffer size range from 128 to 131072 Period size range from 64 to 16384 Using max buffer size 131072 Periods = 4 was set period_size = 16384 was set buffer_size = 131072 0 - Front Left 1 - Front Right Write error: -5,Input/output error xrun_recovery failed: -5,Input/output error Transfer failed: Operation not permitted Any idea ? Thank's Regards
Igor Posted April 3, 2016 Posted April 3, 2016 Audio might be muted, permission related - try playing audio under root.
maruprez Posted April 4, 2016 Author Posted April 4, 2016 Hi Igor, Once again thank's a lot!! Unfortunately it's not the problem root@cubieboard:/home/jme# speaker-test -twav -c2 speaker-test 1.0.25 Playback device is default Stream parameters are 48000Hz, S16_LE, 2 channels WAV file(s) Rate set to 48000Hz (requested 48000Hz) Buffer size range from 128 to 131072 Period size range from 64 to 16384 Using max buffer size 131072 Periods = 4 was set period_size = 16384 was set buffer_size = 131072 0 - Front Left 1 - Front Right Write error: -5,Input/output error xrun_recovery failed: -5,Input/output error Transfer failed: Operation not permitted Regards
Igor Posted April 4, 2016 Posted April 4, 2016 Then it might be broken in kernel. I'll do testing on new images / kernel builds ... soon.
Recommended Posts