升级时没有声音(18.04 -> 20.04)只有“虚拟输出”

Spa*_*ear 11 sound pulseaudio alsa 20.04

在升级之前,我的声音可以正常工作,现在不行。我只有一个输出“虚拟输出”。

我的电脑有 snd_hda_intel 声卡,我已经尝试了这里列出的所有步骤

任何帮助将不胜感激,希望避免重新安装。

系统信息,Thinkpad T460s,Kubuntu 20.04。

lsmod 的输出 | grep snd_hda_intel

snd_hda_intel          53248  3
snd_intel_dspcfg       24576  1 snd_hda_intel
snd_hda_codec         131072  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core           90112  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_pcm               106496  5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd                    90112  17 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,thinkpad_acpi,snd_pcm,snd_rawmidi
Run Code Online (Sandbox Code Playgroud)

lspci -nnk 的输出 | grep -A3 音频

00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21)
        Subsystem: Lenovo Sunrise Point-LP HD Audio [17aa:2233]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
Run Code Online (Sandbox Code Playgroud)

Spa*_*ear 15

在潜伏了一些其他线程之后,我能够通过运行来修复它

sudo apt purge timidity-daemon

alsa 重新加载并更改无用的配置。

  • 有效!不过,我仍然想知道为什么。Timidity-daemon 有什么问题? (2认同)