Hi themusicman,
a) Add “dtparam=audio=on” to /boot/config.txt
b) Install alsa-utils
Code:
apt install alsa-utils
c) run alsamixer, press F6 and pick the number of your bcm2835 soundcard.
In my case it’s “0” – you specify the card number in the command below with "-c”.
d) For 3.5 output, type (assuming your card is “0”):
Code:
amixer -c 0 cset numid=3 1
For HDMI output, type (assuming your card is “0”):
Code:
amixer -c 0 cset numid=3 2
Optional:
e) Install volumeicon
Code:
apt install volumeicon-alsa
volumeicon &
g) right mouseclick on the speaker icon and set your preference, at least replace
Code:
xterm -e 'alsamixer'
with
Code:
xfce4-terminal -e 'alsamixer'
I’d also change “left mouse button action” to “Show Slider”
https://re4son.com/topic/sticky-fing...-2/#post-13158
Hope that helps,
Re4son