No sound after kernel 5.8.15-301

FC33, FC34, Sound disappeared after update to newest kernel version.

Audio codec: VIA VT1708S

snd_hda_intel - loded fine, pulseaudio - loded, no errors. Not muted.

I compile some kernels from www.kernel.org using fedora config-5.8.15-301.

This is results:
5.4.143 Yes
5.8.15 Yes
5.10.61 No Sound
5.13.12 No Sound
5.13.13 No Sound

I do not know what is the reason for the lack of sound. Maybe it’s
better to stay on the old working kernel and wait for the error to be
fixed in newest versions?

uname -r
5.13.12-100.fc33.x86_64

systemctl status --user pulseaudio.socket

● pulseaudio.socket - Sound System
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.socket; enabled; vendor p>
     Active: active (running) since Wed 2021-09-01 14:45:04 +07; 28min ago
   Triggers: ● pulseaudio.service
     Listen: /run/user/1000/pulse/native (Stream)
     CGroup: /user.slice/user-1000.slice/user@1000.service/pulseaudio.socket

сен 01 14:45:04 localhost.localdomain systemd[1486]: Listening on Sound System.

systemctl status --user pulseaudio.service

● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; disabled; vendor>
    Drop-In: /usr/lib/systemd/user/pulseaudio.service.d
             └─00-uresourced.conf
     Active: active (running) since Wed 2021-09-01 14:45:06 +07; 28min ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 1636 (pulseaudio)
      Tasks: 3 (limit: 4647)
     Memory: 7.2M
        CPU: 436ms
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pulsea>
             └─1636 /usr/bin/pulseaudio --daemonize=no --log-target=journal

сен 01 14:45:05 localhost.localdomain systemd[1486]: Starting Sound Service...
сен 01 14:45:06 localhost.localdomain systemd[1486]: Started Sound Service.

journalctl -r --user-unit pulseaudio.socket

-- Logs begin at Tue 2021-07-13 01:27:08 +07, end at Wed 2021-09-01 15:11:22 +0>
сен 01 14:45:04 localhost.localdomain systemd[1486]: Listening on Sound System.
-- Reboot --
сен 01 14:40:27 localhost.localdomain systemd[1481]: Closed Sound System.
сен 01 14:40:27 localhost.localdomain systemd[1481]: pulseaudio.socket: Succeed>
сен 01 13:24:34 localhost.localdomain systemd[1481]: Listening on Sound System.

journalctl -r --user-unit pulseaudio.service

-- Logs begin at Tue 2021-07-13 01:27:08 +07, end at Wed 2021-09-01 15:11:22 +0>
сен 01 14:45:06 localhost.localdomain systemd[1486]: Started Sound Service.
сен 01 14:45:05 localhost.localdomain systemd[1486]: Starting Sound Service...
-- Reboot --
сен 01 14:40:24 localhost.localdomain systemd[1481]: pulseaudio.service: Consum>
сен 01 14:40:24 localhost.localdomain systemd[1481]: Stopped Sound Service.
сен 01 14:40:24 localhost.localdomain systemd[1481]: pulseaudio.service: Succee>
сен 01 14:40:24 localhost.localdomain systemd[1481]: Stopping Sound Service...
сен 01 13:24:36 localhost.localdomain systemd[1481]: Started Sound Service.
сен 01 13:24:36 localhost.localdomain systemd[1481]: Starting Sound Service...

sudo lshw -C sound

  *-multimedia              
       description: Audio device
       product: GF106 High Definition Audio Controller
       vendor: NVIDIA Corporation
       physical id: 0.1
       bus info: pci@0000:05:00.1
       version: a1
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=snd_hda_intel latency=0
       resources: irq:17 memory:febfc000-febfffff
  *-multimedia
       description: Audio device
       product: 82801JI (ICH10 Family) HD Audio Controller
       vendor: Intel Corporation
       physical id: 1b
       bus info: pci@0000:00:1b.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=snd_hda_intel latency=0
       resources: irq:31 memory:f7df8000-f7dfbfff

sudo inxi -SMA

System:
  Host: fedora Kernel: 5.13.12-100.fc33.x86_64 x86_64 bits: 64 
  Console: tty pts/1 Distro: Fedora release 33 (Thirty Three) 
Machine:
  Type: Desktop Mobo: ASRock model: P43DE serial: N/A 
  BIOS: American Megatrends v: P1.70 date: 05/27/2010 
Audio:
  Device-1: Intel 82801JI HD Audio driver: snd_hda_intel 
  Device-2: NVIDIA GF106 High Definition Audio driver: snd_hda_intel 
  Sound Server-1: ALSA v: k5.13.12-100.fc33.x86_64 running: yes 
  Sound Server-2: PulseAudio v: 14.0-rebootstrapped running: yes 

Are you aware of the change between pulsaudio and pipewire in F33 > F34?
For me it is not clear if you talk about two independent installations or about an upgrade.

Two independent installations. Fedora 34 with kernel 5.8.15 sound work.

I confirm, I also lost the sound last year after updating the kernel. I used Arch Linux and did not install PipeWire, so it has nothing to do with it. A related topic on the Arch Linux forum: No sound from the speakers of Acer Swift 5 laptop / Multimedia and Games / Arch Linux Forums

For testing, I installed different versions of LiveUSB:
Fedora 33 (5.8.15-301.fc33.x86_64) — yes
Fedora 34 (5.11.12-300.fc34.x86_64, PipeWire) — no
Ubuntu 16.04 LTS (4.15.0-112-generic) — yes
Ubuntu 20.04 LTS (5.11.0-16-generic, PipeWire) — no

I have not tested intermediate versions of Ubuntu. My main system is now Arch Linux with kernel 5.13.13-zen1-1-zen and PulseAudio 15.0 — no sound.

1 Like