I just upgraded from 159 to 6 on an OrangePi Zero w/ Expansion Board, and now it does not recognize the Sound Card anymore. I'm trying to get the sound from the 3.5mm jack.
Enabling the 3.5mm Sound Output in the dietpi-config, activating the EQ, and getting the ALSA Output Info:
Code: Select all
DietPi-Set_Hardware
─────────────────────────────────────────────────────
Mode: soundcard (default-eq)
[ OK ] soundcard default | Completed
cannot open mixer: No such file or directory
DietPi-JustBoom
─────────────────────────────────────────────────────
Mode: ALSA Output Info
cat: '/proc/asound/card*/pcm0p/sub0/hw_params': No such file or directory
[ OK ] Completed, press any key to exit...
Press any key to exit...
Code: Select all
root@DietPi:~# aplay -l
aplay: device_list:270: no soundcards found...
root@DietPi:~# uname -a
Linux DietPi 4.14.15-sunxi #28 SMP Mon Jan 29 07:24:48 CET 2018 armv7l GNU/Linux
Any ideas?