Sound not working/ sound icon not appearing

I installed endeavourOS 2day I was trying to get audio working but now I can’t even see the audio icon and I cannot even launch the sound manager pls send help

Please post the link from the command

inxi -Faz | eos-sendlog
Use of uninitialized value $val2 in string eq at /usr/bin/inxi line 6943.
Use of uninitialized value $val2 in split at /usr/bin/inxi line 6948.
Use of uninitialized value $val2 in concatenation (.) or string at /usr/bin/inxi line 6950.
Use of uninitialized value $val2 in concatenation (.) or string at /usr/bin/inxi line 6953.
Use of uninitialized value $val2 in concatenation (.) or string at /usr/bin/inxi line 6954.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  5595    0    24  100  5571     76  17778 --:--:-- --:--:-- --:--:-- 17875
https://clbin.com/ZpWe4```

Welcome @minku and thanks. First off you didn’t need to delete your post. You could have just edited it. Also you only have to post the link. It keeps things much cleaner and easier to read.

ah okay, sorry

No need to be sorry. I’m just trying to help you. I see that pipewire isn’t running.

Sound Server-1: ALSA v: k5.15.8-arch1-1 running: yes
  Sound Server-2: PulseAudio v: N/A running: no
  Sound Server-3: PipeWire v: N/A running: no

when I try running pipewire it returns this

pipewire: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by pipewire)
pipewire: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libpipewire-0.3.so.0)```

Try reinstalling it with the following first and then reboot.

sudo pacman -S pipewire pipewire-pulse --needed

when i try that it outputs this but i will restart anyways.

warning: pipewire-pulse-1:0.3.48-1 is up to date -- skipping
 there is nothing to do

update: yeah nothing happened

Try removing pipewire and revert to pulse audio.

sudo pacman -S pulseaudio

I tried doing that before, nothing happened, even after a restart.

Try it and see what it shows after reboot.

inxi -Aa

output post reboot

Audio:
  Device-1: AMD driver: snd_hda_intel v: kernel bus-ID: 04:00.1
    chip-ID: 1002:1637 class-ID: 0403
  Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor
    vendor: ASUSTeK driver: N/A
    alternate: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x bus-ID: 04:00.5
    chip-ID: 1022:15e2 class-ID: 0480
  Device-3: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel bus-ID: 04:00.6 chip-ID: 1022:15e3 class-ID: 0403
  Sound Server-1: ALSA v: k5.15.8-arch1-1 running: yes
  Sound Server-2: PulseAudio v: N/A running: no
  Sound Server-3: PipeWire v: N/A running: no

I dont know why pipewire is still there and why pulseAudio isnt running

pipewire-alsa

Maybe it needs pipewire-alsa as @Shjim say’s.

sudo pacman -S pipewire-alsa

sadly nope : ( still doesnt work, theres no change : /

Well it is probably picking up the wrong sound device. What does alsamixer show? Post an image.

alsamixer

I cant launch alsamixer for some reason it shows this

ALSA lib dlmisc.c:337:(snd_dlobj_cache_get0) Cannot open shared library libasound_module_ctl_pipewire.so (/usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libpipewire-0.3.so.0))

There seems to be an issue with the GLIBC_2.34 file. :thinking:

how do i fix that?