At the moment there's only thing one thing I can think of to try that we haven't tried already:
Code: Select all
sudo tee /etc/modprobe.d/blacklist-realtek.conf <<<'blacklist snd_hda_codec_realtek'
dmesg | grep snd
will be enough to know. It should have a few lines added to this that show the inputs:
Code: Select all
[ 5.445148] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 5.445151] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 5.445153] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 5.445154] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 5.445155] snd_hda_codec_realtek hdaudioC0D0: inputs:
Code: Select all
sudo rm /etc/modprobe.d/blacklist-realtek.conf