I R A Darth Aggie <n0b...@invalid.invalid> wrote:
>
> Sounds like a kernal module isn't being loaded. I have a new Pi3, and
> this is what I see:
>
> # lsmod | grep -i snd
> snd_bcm2835 24427 0
> snd_pcm 98501 1 snd_bcm2835
> snd_timer 23904 1 snd_pcm
> snd 70032 3 snd_timer,snd_bcm2835,snd_pcm
Using
lsmod | grep -i snd
produces no output at all. Repeating the command without grep -i
yields up 20-odd lines, so it seems clear "snd" isn't present.
>
> Same kernel, I installed the OS a week ago, and updated it this
> morning. Seems to work just fine, audio wise. If the modules are
> loading properly, make sure the account is in the audio group:
>
> % groups
> pi adm dialout cdrom sudo audio video plugdev games users input netdev
> gpio i2c spi
>
The account (not pi, by the way) _is_ in the audio group.
> Try running alsamixer, that may give a more verbose error message.
>
That produces somewhat puzzling behavior. There is no explict error,
but the only "card" option is pulseaudio. The bargraph responds to
volume commands without error, with no effect on the sound control
icon in the monitor's upper right menu bar which still sports a red X.
I tend to agree there's a kernel module missing, but am baffled at
what happened to it.
Thanks for replying, and any further thoughts!
bob prohaska