orangepi-build icon indicating copy to clipboard operation
orangepi-build copied to clipboard

Orangepi Zero 2W no sound

Open githupandgo opened this issue 1 year ago • 1 comments

Orangepi Zero 2W 1GB PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" 32gb sdcard

orangepi@orangepizero2w:~$ aplay -D hw:1,0 /usr/share/sounds/alsa/audio.wav
aplay: main:830: audio open error: No such file or directory

orangepi@orangepizero2w:~$ aplay -D hw:1,0 /usr/share/sounds/alsa/audio.wav
aplay: main:830: audio open error: No such file or directory
orangepi@orangepizero2w:~$ aplay -D hw:0,0 /usr/share/sounds/alsa/audio.wav
Playing WAVE '/usr/share/sounds/alsa/audio.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
orangepi@orangepizero2w:~$ aplay /usr/share/sounds/alsa/audio.wav -D hw:0,0
Playing WAVE '/usr/share/sounds/alsa/audio.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
orangepi@orangepizero2w:~$ aplay /usr/share/sounds/alsa/audio.wav -D hw:1,0 > /dev/null 2>&1
orangepi@orangepizero2w:~$ aplay /usr/share/sounds/alsa/audio.wav -D hw:0,0
Playing WAVE '/usr/share/sounds/alsa/audio.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
orangepi@orangepizero2w:~$ 

3 TVs tested HDMI cable good, Sound work on Orangpei OS(Arch) image

What else can i test or manually install?

githupandgo avatar Jan 07 '24 21:01 githupandgo

found out it was disabled on startup. Had to manually enable it. Really hard to tell if it's enabled or not. Should update it with a tick/check mark instead. 2024-01-08_22-12

githupandgo avatar Jan 08 '24 22:01 githupandgo