Bug 217381
Summary: | No sound from speakers on HP ENVY 16 h0005TX / ALC245 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Stanislav (ssergiienko.s) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | ||
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.2.12 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg
dmesg from v6.8rc3 |
Description
Stanislav
2023-04-28 08:22:45 UTC
I noticed that there was some work on fixing such issues from the Kernel side: https://patchew.org/linux/20240102214821.3394810-1-lorenz@brun.one/ So I tried to use Linux 6.8rc3 where these patches are and with latest linux-firmware: https://lore.kernel.org/all/9ea61a5b-17c1-4c7c-8560-cbd9fe7678f4@opensource.cirrus.com/ But unfortunately, it still doesn't work: - there is no visual errors from the Kernel side in dmesg - but there are errors from pulseaudio / pipewire with failing to open device (busy) - mic seems working fine Created attachment 305852 [details]
dmesg from v6.8rc3
I'm attaching dmesg from v6.8rc3 + linux-firmware-git (~2024-02-11)
And here the only error I saw, which says device or resource busy. Btw, I did tried to restart pulsaudio and error has gone but there is still no sound. ``` pipewire[1867]: spa.alsa: '_ucm0001.hw:sofhdadsp,5': playback open failed: Устройство или ресурс занято pipewire[1867]: mod.adapter: 0x55c98494f620: can't get format: Устройство или ресурс занято pipewire-media-session[1868]: ms.core: error id:41 seq:223 res:-16 (Device or resource busy): can't create node: Устройство или ресурс занято pipewire[1867]: spa.alsa: '_ucm0002.hw:sofhdadsp,4': playback open failed: Устройство или ресурс занято pipewire[1867]: spa.alsa: '_ucm0002.hw:sofhdadsp,3': playback open failed: Устройство или ресурс занято pulseaudio[1977]: Failed to find a working profile. pulseaudio[1977]: Failed to load module "module-alsa-card" (argument: "device_id="1" name="pci-0000_00_1f.3-platform-skl_hda_dsp_generic" card_name="alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed. pipewire-media-session[1868]: ms.core: error id:42 seq:235 res:-16 (Device or resource busy): enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed pipewire-media-session[1868]: ms.core: error id:43 seq:255 res:-16 (Device or resource busy): enum params id:3 (Spa:Enum:ParamId:EnumFormat) failed ``` With latest kernel from https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/ and latest linux-firmware-git everything finally works! Thanks! Btw, subjectively quality is a bit different from Windows but not much. |