No Sound after reboot

I have a Dell Lattitude 5510, running the Zorin-OS-18 Core.
New Zorin OS Install (about a month.)

After installing Zorin it ran great -everything worked like it was supposed to for a few weeks. Videos played with sound just fine, but suddenly I tried running a video for a weekly class I teach and I cant get any sound.

I checked sound settings and keep getting "Dummy Output "with no other options to select.

I checked the forums and found several suggestions which I have tried. The only thing that works, is after login I have to use a terminal command to force reload ALSA using this command: "sudo alsa force-reload". I get sound only after that. However I cant make it stick. Everytime I boot up the laptop, regardless of what I have tried will not remember the setting, I have to force reload the alsa.

I even tried this following suggestion I found on the forum:
"Automate the ALSA Reload Script
If the issue persists, create a systemd service to automate the fix:

  1. Create the service file: sudo nano /etc/systemd/system/fix-sound.service
  2. Add the configuration to force-reload ALSA, with a 5-second delay to allow services to load.
  3. Save, exit, and enable it: sudo systemctl daemon-reload and sudo systemctl enable fix-sound.service."
    this is the result:

    That hasnt help to create a fix.

This is the aplay -l output:
"*List of PLAYBACK Hardware Devices
card 0: PCH [HDA Intel PCH], device 0: ALC3204 Analog [ALC3204 Analog]
Subdevices: 1/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"

Output of sudo lshw -C sound:
"*-usb:1
description: Video
product: Integrated_Webcam_HD
vendor: CN0V976R8LG0005BB0P1A00
physical id: 6
bus info: usb@1:6
version: 82.56
serial: 200901010001
capabilities: usb-2.01
configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-multimedia
description: Audio device
product: Comet Lake PCH-LP cAVS
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
logical name: card0
logical name: /dev/snd/controlC0
logical name: /dev/snd/hwC0D0
logical name: /dev/snd/hwC0D2
logical name: /dev/snd/pcmC0D0c
logical name: /dev/snd/pcmC0D0p
logical name: /dev/snd/pcmC0D3p
logical name: /dev/snd/pcmC0D7p
logical name: /dev/snd/pcmC0D8p
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=snd_hda_intel latency=32
resources: irq:145 memory:91238000-9123bfff memory:91000000-910fffff"

output after running alsamixer in terminal:

Any advise is appreciated.
Thanks in advance!

Hi having done some searches for issues with that specific card on different distros the general consensus is to install sof firmware:

sudo apt update && sudo apt install sof-firmware
1 Like

if things worked for a while and then quit it could be a kernel update issue that you could test out by reverting to an older kernel through advanced options.

4 Likes