No sound in Acer Aspire E 15

Hello, I’ve recently installed Manjaro and my laptop’s speakers are not producing any sound. I doon’t know how to debug this, any help is appreciated.

$ inxi -SMAa
System:
  Host: fernando-aspiree5575g Kernel: 6.6.16-2-MANJARO arch: x86_64 bits: 64
    compiler: gcc v: 13.2.1 clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.6-x86_64
    root=UUID=7c27bed0-a799-4e01-bd12-be6ac601f090 rw quiet splash apparmor=1
    security=apparmor resume=UUID=d2f498ea-2599-403b-9b73-4d31ccdf8223
    udev.log_priority=3
  Desktop: GNOME v: 45.4 tk: GTK v: 3.24.41 wm: gnome-shell
    tools: gsd-screensaver-proxy dm: GDM v: 45.0.1 Distro: Manjaro
    base: Arch Linux
Machine:
  Type: Laptop System: Acer product: Aspire E5-575G v: V1.15
    serial: <superuser required>
  Mobo: Acer model: Ironman_SK v: V1.15 serial: <superuser required>
    part-nu: Aspire E5-575G_115F_1.15 uuid: <superuser required> UEFI: Insyde
    v: 1.15 date: 09/19/2016
Audio:
  Device-1: Intel Sunrise Point-LP HD Audio vendor: Acer Incorporated ALI
    Aspire E5-575G driver: snd_hda_intel v: kernel
    alternate: snd_soc_skl,snd_soc_avs bus-ID: 00:1f.3 chip-ID: 8086:9d71
    class-ID: 0403
  Device-2: NVIDIA GM107 High Definition Audio [GeForce 940MX]
    vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 4 link-max: gen: 3 speed: 8 GT/s lanes: 16
    bus-ID: 01:00.1 chip-ID: 10de:0fbc class-ID: 0403
  API: ALSA v: k6.6.16-2-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.0.3 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
$ sudo fuser -v /dev/snd/*
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  shiranai   1631 F.... wireplumber
/dev/snd/seq:        shiranai   1629 F.... pipewire

Welcome to Manjaro forum @Shiranai

Consider updating system BIOS/Firmware to latest version 1.47
acer.com - Aspire E5-575G - downloads

Please post more information about audio devices detected in ALSA

sudo alsa-info.sh --upload

Forum does not allow new users to post active links but it does allow an inactive link to be posted in preformatted text:

http://alsa-project.org

inxi data shows onboard audio device Intel Sunrise Point-LP HD Audio (Realtek ALC255) is using snd_hda_intel driver that should support audio playback to speakers and headphone jack, but does not support internal digital microphones

Try this solution.

@nikgnomic Thanks, here is the alsa info

https://alsa-project.org/db/?f=6160bd66faef8864b82be667fe3c2178fc49ec81

Sadly I can’t update the BIOS/Firmware without installing windows, and I want to avoid that pain if possible.

@oneno I tried your suggestion but sadly it didn’t work.

Most of the data from ALSA looks OK but the analog output for audio playback does not have an incoming connection from PipeWire

**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC255 Analog [ALC255 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

If connection from PipeWire was present, data would show: Subdevices: 0/1

I suggest test audio playback direct to ALSA device as there is no connection from PipeWire to block it

speaker-test -Dhw:0,3 -c2 -l2 -twav

If that works to play audio speakers, I suggest you check audio devices detected in PipeWire

pactl list cards; pactl list sinks; pactl get-default-sink