Code: Select all
$uname -a
Linux raspberrypi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
When I right-click it again, the check mark is still there.
When I click the speaker, the volume is always at zero. Whether I drag the slider up or turn the mouse wheel, the volume slider rises but there is still no sound. If I right-click the speaker icon after either action, the green check mark on Analog is gone.
I used raspi-config to force Analog and rebooted but there is no change.
I get no sound whatsoever from sound-test, Youtube, or VLC.
The module is loaded, alsamixer sets volume successfully for both PA and ALSA cards but still at 100% volume no sound comes out. I checked with an oscilloscope and there is no signal whatsoever on any of the audio jack pins.
Code: Select all
$ lsmod |grep snd
snd_bcm2835 24576 2
snd_pcm 102400 1 snd_bcm2835
snd_timer 32768 1 snd_pcm
snd 73728 7 snd_timer,snd_bcm2835,snd_pcm