|
Hello. I have an orange pi zero 2 running the ubuntu 18.04 (bionic) distribution from the orange pi web site. I can play audio back with "aplay" using the built in audio codec and the expansion board that brings out the audio jack. Unfortunately, I cannot record: running "arecord /tmp/foo" claims to be recording at 8 kHz mono but then just hangs, never generating any output into /tmp/foo other than gthe 44 byte header. "arecord -d 5 /tmp/foo" (which should record for 5 seconds) just hangs.
Same behavior whether I am running as normal user or as root.
arecord -l output is below if it's helpful.
Thanks for any help you can provide!
Phil
phil@orangepizero2:~$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: audiocodec [audiocodec], device 0: SUNXI-CODEC sun50iw9-codec-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: sndahub [sndahub], device 0: Media Stream sunxi-ahub-aif1-0 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: sndahub [sndahub], device 1: System Stream sunxi-ahub-aif2-1 []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: sndahub [sndahub], device 2: Accompany Stream sunxi-ahub-aif3-2 []
Subdevices: 1/1
Subdevice #0: subdevice #0
|
|