正如标题所示,我有一台安装了双启动窗口和 ubuntu 22 的 chuwi herobook pro。
我的问题是,使用 ubuntu 时声音不起作用,但是当我启动 Windows 时声音可以正常工作。
我尝试过遵循很多指南,但没有结果。
下面我留下了 aplay -l 和 inxi -Axx 的结果,谢谢
**** Lista di PLAYBACK dispositivi hardware ****
scheda 0: sofhdadsp [sof-hda-dsp], dispositivo 1: HDMI1 (*) []
Sottoperiferiche: 1/1
Sottoperiferica #0: subdevice #0
scheda 0: sofhdadsp [sof-hda-dsp], dispositivo 2: HDMI2 (*) []
Sottoperiferiche: 1/1
Sottoperiferica #0: subdevice #0
scheda 0: sofhdadsp [sof-hda-dsp], dispositivo 3: HDMI3 (*) []
Sottoperiferiche: 1/1
Sottoperiferica #0: subdevice #0
Audio:
Device-1: Intel Celeron/Pentium Silver Processor High
Definition Audio
driver: sof-audio-pci-intel-apl bus-ID: 00:0e.0
chip-ID: 8086:3198
Sound Server-1: ALSA v: k5.15.0-27-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
```
答案1
我可能来得太晚了。无论如何,我希望我能帮到你。
我有 Linux Mint Debian Edition 5 (elsie) x86_64 和 Windows 10 双启动。
以下是我执行的两个命令的结果:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
inxi -Axx
Audio: Device-1: Intel Celeron/Pentium Silver Processor High Definition Audio driver: snd_hda_intel v: kernel
bus ID: 00:0e.0 chip ID: 8086:3198
Sound Server: ALSA v: k5.10.0-21-amd64
看来您的 Ubuntu 仅使用 HDMI 来传输声音。查看此行,您还没有:
card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
而且我还看到你在使用sof-audio-pci-intel-apl
。我正在使用snd_hda_intel
。
也许我的回答能够帮助解决您的问题。