After a recent portage world update, I've got no audio at all from my headset. (I update world ~1 a week - but the audio may have been broken for a few weeks before I even noticed). It was sometime (I think) in the October timeframe that things broke. That said, I didn't see any relevant updates to alsa/audio stuff.
To make sure not a hardware problem - booted into a recent Knoppix Live USB. Sound works fine there.
Back to gentoo:
Checked alsamixer for volumes. That's ok.
Went back into the alsa guide here:
https://wiki.gentoo.org/wiki/ALSA
No help. I've not recompiled my kernel since things broke - with the same kernel I'm still using I had audio working fine in the past. But I'm fine with poking kernel options.
Relevant info:
Code: Select all
% more ~/.asoundrc
defaults.pcm.!card PCH
defaults.pcm.!device 0
defaults.ctl.!card PCH
Code: Select all
% aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [DELL U2419H]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
Alsa-info here:
https://pastebin.com/Z1LR9cU8
Any suggestions?

