我已经在新笔记本电脑(Schenker Vision 15 E23)上安装了 Ubuntu 22.04,但没有声音。
声音选项只提供虚拟输出的选择,几天来我尝试了该论坛上提供的许多方法以及其他许多方法,但都没有解决我的问题。
我变了
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
到
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_intel_dspcfg.dsp_driver=1"
这至少让 alsa 能够检测到我的声卡,但它仍然没有提供选项。
我还将我的用户添加到音频组。
aplay /usr/share/sounds/alsa/Front_Center.wav
看起来它正在与输出一起工作
Wiedergabe: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
但也没有声音。
添加generic
后HDMI 声音出现options snd_hda_intel model=
了/etc/modprobe.d/alsa-base.conf
,但是其他的仍然不可用。
inxi -A
输出:
Audio:
Device-1: Intel driver: N/A
Device-2: Intel Alder Lake PCH-P High Definition Audio
driver: sof-audio-pci-intel-tgl
Sound Server-1: ALSA v: k5.19.0-35-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
lspci | grep -i audio
输出
00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake PCH-P High Definition Audio Controller (rev 01)
hwinfo --sound
输出以下内容:
20: PCI 1f.3: 0401 Multimedia audio controller
[Created at pci.386]
Unique ID: nS1_.ftumtKOqj08
SysFS ID: /devices/pci0000:00/0000:00:1f.3
SysFS BusID: 0000:00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Multimedia audio controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x51c8
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x3022
Revision: 0x01
Driver: "sof-audio-pci-intel-tgl"
Driver Modules: "snd_sof_pci_intel_tgl"
Memory Range: 0x603e1e0000-0x603e1e3fff (rw,non-prefetchable)
Memory Range: 0x603e000000-0x603e0fffff (rw,non-prefetchable)
IRQ: 195 (59 events)
Module Alias: "pci:v00008086d000051C8sv00008086sd00003022bc04sc01i00"
Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
Driver Status: snd_sof_pci_intel_tgl is active
Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown
我也尝试过临时安装 Windows 来检查硬件是否工作以及是否能在 Windows 上运行。
我不知道该怎么做,如果能得到任何帮助,我将不胜感激。如果您需要更多信息,请随时询问,我会提供。
提前感谢您并祝您有美好的一天!