所以,我刚刚安装了 Ubuntu Unity 22.10。安装没问题,但是启动进入系统却没有声音。在声音设置中,我只能找到一个名为“Dummy Sound”的输出。
我尝试了很多解决方案,但没有一个有效,主要是因为当我尝试运行一些 dpkg 命令时出现另一个错误:
Bus error (core dumped)
dpkg: error processing package linux-image-5.19.0-23-generic (--configure):
installed linux-image-5.19.0-23-generic package post-installation script subprocess returned error exit status 135
Errors were encountered while processing:
linux-image-5.19.0-23-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Run Code Online (Sandbox Code Playgroud)
我尝试过的解决方案如下:
我尝试过重新安装pulseaudio、删除pipewire、安装wireplumber(这是一种让我得到上面给出的输出的解决方案)。
一些输出提供一些信息:
$ lspci -nnk | grep -A2 Audio
30:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition …Run Code Online (Sandbox Code Playgroud)