You are not logged in.
Pages: 1
Hello,
I upgraded to linux 6.9.9 (from 6.6.x) and my builtin audio stopped working :-(
Any hints on how to get it fixed?
Thank you.
## uname -a
6.9.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 12 Jul 2024 00:06:53 +0000 x86_64 GNU/Linux
## lspci | grep audio
00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake-N PCH High Definition Audio Controller
## hwinfo --sound
16: PCI 1f.3: 0401 Multimedia audio controller
[Created at pci.386]
Unique ID: nS1_.2dVgAOMzTV7
SysFS ID: /devices/pci0000:00/0000:00:1f.3
SysFS BusID: 0000:00:1f.3
Hardware Class: sound
Model: "Intel Multimedia audio controller"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x54c8
SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
SubDevice: pci 0x165c
Driver: "sof-audio-pci-intel-tgl"
Driver Modules: "snd_sof_pci_intel_tgl"
Memory Range: 0x6001140000-0x6001143fff (rw,non-prefetchable)
Memory Range: 0x6001000000-0x60010fffff (rw,non-prefetchable)
IRQ: 162 (2453 events)
Module Alias: "pci:v00008086d000054C8sv00001025sd0000165Cbc04sc01i00"
Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
Driver Status: snd_soc_avs is active
Driver Activation Cmd: "modprobe snd_soc_avs"
Driver Info #2:
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
Last edited by rgarch (2024-07-17 02:53:53)
Offline
Hi,
Are you using ALSA? PulseAudio? PipeWire? Do you have an external audio sink you can test with? Try
speaker-test -t wav -c 6
Also worth a shot is to see if your sound is muted for some reason.
alsamixer
Make sure alsamixer has your sound output set to a reasonable volume and not muted (should display OO instead of MM).
If you are using PipeWire, then
wpctl status
should tell you what audio devices are available and selected.
Cheers,
bun6502
Offline
snd_soc_avs has somewhat of a track record of breaking the proper driver getting loaded, but you should have noticed a fallout from that since the 6.9 series started (or you've just been lucky and the correct driver won the init race).
In addition to the checks above, please post
aplay -lL
sudo dmesg | grep snd
and post the outputs in [ code] [ /code] tags without the spaces.
Offline
Hello! All.
Thank you for your quickly jumping to help and and sorry for my late reply :-(
The built-in sound and mic have started working again after I upgraded to the 6.10.0-arch1-2 and re-installed the below packages:
sudo pacman -Syuv alsa-card-profiles alsa-firmware alsa-plugins alsa-ucm-conf alsa-lib alsa-topology-conf alsa-tools portaudio pipewire pipewire-audio pipewire-jack pipewire-pulse pipewire-alsa
Howeve,r the after the package reinstall, the internal speakers' showed MUTED for some reason and I was able to unmute them via Gnome settings => Sound controls which I was not able to do earlier.
For a reference, I'm copying below outputs for the commands suggested on this thread earlier:
$ wpctl status
PipeWire 'pipewire-0' [1.2.1, ar@aracerlx, cookie:1794867229]
└─ Clients:
32. WirePlumber [1.2.1, ar@aracerlx, pid:1125]
33. pipewire [1.2.1, ar@aracerlx, pid:1127]
46. WirePlumber [export] [1.2.1, ar@aracerlx, pid:1125]
75. gnome-shell [1.2.1, ar@aracerlx, pid:1248]
76. GNOME Shell Volume Control [1.2.1, ar@aracerlx, pid:1248]
77. GNOME Volume Control Media Keys [1.2.1, ar@aracerlx, pid:1419]
78. xdg-desktop-portal [1.2.1, ar@aracerlx, pid:1690]
85. wpctl [1.2.1, ar@aracerlx, pid:5057]
Audio
├─ Devices:
│ 50. Alder Lake-N PCH High Definition Audio Controller [alsa]
│
├─ Sinks:
│ 34. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 2 Output [vol: 1.00]
│ * 43. Alder Lake-N PCH High Definition Audio Controller Speaker [vol: 1.00]
│ 58. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 3 Output [vol: 1.00]
│ 84. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 1 Output [vol: 1.00]
│
├─ Sources:
│ 81. Alder Lake-N PCH High Definition Audio Controller Headphones Stereo Microphone [vol: 0.49]
│ * 94. Alder Lake-N PCH High Definition Audio Controller Digital Microphone [vol: 1.00]
│
├─ Filters:
│
└─ Streams:
Video
├─ Devices:
│
├─ Sinks:
│
├─ Sources:
│
├─ Filters:
│
└─ Streams:
Settings
└─ Default Configured Devices:
0. Audio/Sink alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI2__sink
1. Audio/Source alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source
[ar@aracerlx ~]$
[ar@aracerlx ~]$ wpctl status
PipeWire 'pipewire-0' [1.2.1, ar@aracerlx, cookie:1794867229]
└─ Clients:
32. WirePlumber [1.2.1, ar@aracerlx, pid:1125]
33. pipewire [1.2.1, ar@aracerlx, pid:1127]
46. WirePlumber [export] [1.2.1, ar@aracerlx, pid:1125]
75. gnome-shell [1.2.1, ar@aracerlx, pid:1248]
76. GNOME Shell Volume Control [1.2.1, ar@aracerlx, pid:1248]
77. GNOME Volume Control Media Keys [1.2.1, ar@aracerlx, pid:1419]
78. xdg-desktop-portal [1.2.1, ar@aracerlx, pid:1690]
85. wpctl [1.2.1, ar@aracerlx, pid:5136]
Audio
├─ Devices:
│ 50. Alder Lake-N PCH High Definition Audio Controller [alsa]
│
├─ Sinks:
│ 34. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 2 Output [vol: 1.00]
│ * 43. Alder Lake-N PCH High Definition Audio Controller Speaker [vol: 1.00]
│ 58. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 3 Output [vol: 1.00]
│ 84. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 1 Output [vol: 1.00]
│
├─ Sources:
│ 81. Alder Lake-N PCH High Definition Audio Controller Headphones Stereo Microphone [vol: 0.49]
│ * 94. Alder Lake-N PCH High Definition Audio Controller Digital Microphone [vol: 1.00]
│
├─ Filters:
│
└─ Streams:
Video
├─ Devices:
│
├─ Sinks:
│
├─ Sources:
│
├─ Filters:
│
└─ Streams:
Settings
└─ Default Configured Devices:
0. Audio/Sink alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI2__sink
1. Audio/Source alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source
$ aplay -lL
null
Discard all samples (playback) or generate zero samples (capture)
lavrate
Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pipewire
PipeWire Sound Server
pulse
PulseAudio Sound Server
speex
Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
Plugin for channel upmix (4,6,8)
vdownmix
Plugin for channel downmix (stereo) with a simple spacialization
default
Default ALSA Output (currently PipeWire Media Server)
sysdefault:CARD=sofhdadsp
sof-hda-dsp,
Default Audio Device
usbstream:CARD=sofhdadsp
sof-hda-dsp
USB Stream Output
**** List of PLAYBACK Hardware Devices ****
card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 31: HDA Analog Deep Buffer (*) []
Subdevices: 1/1
Subdevice #0: subdevice #0
$ alsactl info
#
# Sound card
#
- card: 0
id: sofhdadsp
name: sof-hda-dsp
longname: ADN-AspireA3SP14_31PT-V1.11-Halzan_ADN
driver_name: sof-hda-dsp
mixer_name: Realtek ALC256
components: HDA:8086281c,80860101,00100000 HDA:10ec0256,1025165c,00100002 cfg-dmics:2
controls_count: 47
pcm:
- stream: PLAYBACK
devices:
- device: 0
id: HDA Analog (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
- device: 3
id: HDMI1 (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
- device: 4
id: HDMI2 (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
- device: 5
id: HDMI3 (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
- device: 31
id: HDA Analog Deep Buffer (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
- stream: CAPTURE
devices:
- device: 0
id: HDA Analog (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
- device: 6
id: DMIC (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
- device: 7
id: DMIC16kHz (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
alsactl: rawmidi_device_list:105: snd_ctl_rawmidi_next_device
Offline
Hello! All.
Thank you for your quickly jumping to help and and sorry for my late reply :-(
The built-in sound and mic have started working again after I upgraded to the 6.10.0-arch1-2 and re-installed the below packages:
sudo pacman -Syuv alsa-card-profiles alsa-firmware alsa-plugins alsa-ucm-conf alsa-lib alsa-topology-conf alsa-tools portaudio pipewire pipewire-audio pipewire-jack pipewire-pulse pipewire-alsa
Howeve,r the after the package reinstall, the internal speakers' showed MUTED for some reason and I was able to unmute them via Gnome settings => Sound controls which I was not able to do earlier.
For a reference, I'm copying below outputs for the commands suggested on this thread earlier:
$ wpctl status PipeWire 'pipewire-0' [1.2.1, ar@aracerlx, cookie:1794867229] └─ Clients: 32. WirePlumber [1.2.1, ar@aracerlx, pid:1125] 33. pipewire [1.2.1, ar@aracerlx, pid:1127] 46. WirePlumber [export] [1.2.1, ar@aracerlx, pid:1125] 75. gnome-shell [1.2.1, ar@aracerlx, pid:1248] 76. GNOME Shell Volume Control [1.2.1, ar@aracerlx, pid:1248] 77. GNOME Volume Control Media Keys [1.2.1, ar@aracerlx, pid:1419] 78. xdg-desktop-portal [1.2.1, ar@aracerlx, pid:1690] 85. wpctl [1.2.1, ar@aracerlx, pid:5057] Audio ├─ Devices: │ 50. Alder Lake-N PCH High Definition Audio Controller [alsa] │ ├─ Sinks: │ 34. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 2 Output [vol: 1.00] │ * 43. Alder Lake-N PCH High Definition Audio Controller Speaker [vol: 1.00] │ 58. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 3 Output [vol: 1.00] │ 84. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 1 Output [vol: 1.00] │ ├─ Sources: │ 81. Alder Lake-N PCH High Definition Audio Controller Headphones Stereo Microphone [vol: 0.49] │ * 94. Alder Lake-N PCH High Definition Audio Controller Digital Microphone [vol: 1.00] │ ├─ Filters: │ └─ Streams: Video ├─ Devices: │ ├─ Sinks: │ ├─ Sources: │ ├─ Filters: │ └─ Streams: Settings └─ Default Configured Devices: 0. Audio/Sink alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI2__sink 1. Audio/Source alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source [ar@aracerlx ~]$ [ar@aracerlx ~]$ wpctl status PipeWire 'pipewire-0' [1.2.1, ar@aracerlx, cookie:1794867229] └─ Clients: 32. WirePlumber [1.2.1, ar@aracerlx, pid:1125] 33. pipewire [1.2.1, ar@aracerlx, pid:1127] 46. WirePlumber [export] [1.2.1, ar@aracerlx, pid:1125] 75. gnome-shell [1.2.1, ar@aracerlx, pid:1248] 76. GNOME Shell Volume Control [1.2.1, ar@aracerlx, pid:1248] 77. GNOME Volume Control Media Keys [1.2.1, ar@aracerlx, pid:1419] 78. xdg-desktop-portal [1.2.1, ar@aracerlx, pid:1690] 85. wpctl [1.2.1, ar@aracerlx, pid:5136] Audio ├─ Devices: │ 50. Alder Lake-N PCH High Definition Audio Controller [alsa] │ ├─ Sinks: │ 34. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 2 Output [vol: 1.00] │ * 43. Alder Lake-N PCH High Definition Audio Controller Speaker [vol: 1.00] │ 58. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 3 Output [vol: 1.00] │ 84. Alder Lake-N PCH High Definition Audio Controller HDMI / DisplayPort 1 Output [vol: 1.00] │ ├─ Sources: │ 81. Alder Lake-N PCH High Definition Audio Controller Headphones Stereo Microphone [vol: 0.49] │ * 94. Alder Lake-N PCH High Definition Audio Controller Digital Microphone [vol: 1.00] │ ├─ Filters: │ └─ Streams: Video ├─ Devices: │ ├─ Sinks: │ ├─ Sources: │ ├─ Filters: │ └─ Streams: Settings └─ Default Configured Devices: 0. Audio/Sink alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__HDMI2__sink 1. Audio/Source alsa_input.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__Mic1__source
$ aplay -lL null Discard all samples (playback) or generate zero samples (capture) lavrate Rate Converter Plugin Using Libav/FFmpeg Library samplerate Rate Converter Plugin Using Samplerate Library speexrate Rate Converter Plugin Using Speex Resampler jack JACK Audio Connection Kit oss Open Sound System pipewire PipeWire Sound Server pulse PulseAudio Sound Server speex Plugin using Speex DSP (resample, agc, denoise, echo, dereverb) upmix Plugin for channel upmix (4,6,8) vdownmix Plugin for channel downmix (stereo) with a simple spacialization default Default ALSA Output (currently PipeWire Media Server) sysdefault:CARD=sofhdadsp sof-hda-dsp, Default Audio Device usbstream:CARD=sofhdadsp sof-hda-dsp USB Stream Output **** List of PLAYBACK Hardware Devices **** card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: sofhdadsp [sof-hda-dsp], device 31: HDA Analog Deep Buffer (*) [] Subdevices: 1/1 Subdevice #0: subdevice #0
$ alsactl info # # Sound card # - card: 0 id: sofhdadsp name: sof-hda-dsp longname: ADN-AspireA3SP14_31PT-V1.11-Halzan_ADN driver_name: sof-hda-dsp mixer_name: Realtek ALC256 components: HDA:8086281c,80860101,00100000 HDA:10ec0256,1025165c,00100002 cfg-dmics:2 controls_count: 47 pcm: - stream: PLAYBACK devices: - device: 0 id: HDA Analog (*) name: subdevices: - subdevice: 0 name: subdevice #0 - device: 3 id: HDMI1 (*) name: subdevices: - subdevice: 0 name: subdevice #0 - device: 4 id: HDMI2 (*) name: subdevices: - subdevice: 0 name: subdevice #0 - device: 5 id: HDMI3 (*) name: subdevices: - subdevice: 0 name: subdevice #0 - device: 31 id: HDA Analog Deep Buffer (*) name: subdevices: - subdevice: 0 name: subdevice #0 - stream: CAPTURE devices: - device: 0 id: HDA Analog (*) name: subdevices: - subdevice: 0 name: subdevice #0 - device: 6 id: DMIC (*) name: subdevices: - subdevice: 0 name: subdevice #0 - device: 7 id: DMIC16kHz (*) name: subdevices: - subdevice: 0 name: subdevice #0 alsactl: rawmidi_device_list:105: snd_ctl_rawmidi_next_device
Good afternoon, dear! I installed the system on a new laptop, I don't have the kernel
6.10.7-arch1-1
and sound.
00:1f.3 Multimedia audio controller: Intel Corporation Alder Lake-N PCH High Definition Audio Controller
Subsystem: IP3 Tech (HK) Limited Device 6007
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_avs, snd_sof_pci_intel_tgl
I don't have any sound
And everything works for you on 6.10.0, do understand correctly?
Offline
Deleted
Last edited by ReedWrite (2024-09-05 23:07:09)
Offline
Please don't abuse this as an omnibus thread for all audio related issues. Since audio issues can very easily vary from person to person, I suggest each of you make a new topic and post the outputs of
sudo dmesg | grep -E 'snd|sof'
sudo fuser -v /dev/snd/*
aplay -lL
pactl list cards
pactl list sinks
wrapped in [ code ][ /code ] tags
Offline
Pages: 1