Medapayne reacted to
guidol in No sound with expansion board Orange PI Zero H2
@Medapayne
create a /etc/asound.conf to get the analog audio card as default.
whats the output of
aplay -l
Mine:
___ ____ _ _____
/ _ \| _ \(_) |__ /___ _ __ ___
| | | | |_) | | / // _ \ '__/ _ \
| |_| | __/| | / /| __/ | | (_) |
\___/|_| |_| /____\___|_| \___/
Welcome to Armbian 20.08.9 Buster with Linux 5.9.1-sunxi
root@opi-zero(192.168.6.99):~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Codec [H3 Audio Codec], device 0: CDC PCM Codec-0 [CDC PCM Codec-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
root@opi-zero(192.168.6.99):~# more /etc/asound.conf
pcm.!default {
type hw
card 0
device 0
}
ctl.!default {
type hw
card 0
}
and enable [*] analog-codec
in armbian-config -> system -> hardware