You are not logged in.

#1 2025-01-09 12:35:30

andresgabriel
Member
From: Santiago, Chile
Registered: 2016-01-18
Posts: 17

[SOLVED] No sound after update

Hello everyone. Yesterday i upgrade normally and all ends without errors, apparently. After an hour i got a Kwin crash, the recovery system worked well, send the report and no more problems, today i start the pc and the time to from grub menu to sddm log screen was much large than before, i got another kwin crash and when a try to watch some youtube video i notice that i have no sound / mic at all.


[nne@nnepc ~]$ fastfetch
                  -`                     nne@nnepc
                 .o+`                    ---------
                `ooo/                    OS: Arch Linux x86_64
               `+oooo:                   Kernel: Linux 6.12.8-arch1-1
              `+oooooo:                  Uptime: 26 mins
              -+oooooo+:                 Packages: 1632 (pacman)
            `/:-:++oooo+:                Shell: bash 5.2.37
           `/++++/+++++++:               Display (M198WA): 1440x900 @ 60 Hz in 19" [External]
          `/++++++++++++++:              Display (Mi Monitor): 2560x1440 @ 180 Hz in 27" [External, HDR] *
         `/+++ooooooooooooo/`            DE: KDE Plasma 6.2.5
        ./ooosssso++osssssso+`           WM: KWin (Wayland)
       .oossssso-````/ossssss+`          WM Theme: Otto
      -osssssso.      :ssssssso.         Theme: Breeze (Otto) [Qt], Breeze-Dark [GTK2], Breeze [GTK3]
     :osssssss/        osssso+++.        Icons: Mkos-Big-Sur [Qt], Mkos-Big-Sur [GTK2/3/4]
    /ossssssss/        +ssssooo/-        Font: Noto Sans (10pt) [Qt], Noto Sans (10pt) [GTK2/3/4]
  `/ossssso+/:-        -:/+osssso+-      Cursor: Layan (24px)
 `+sso+:-`                 `.-/+oso:     Terminal: kitty 0.38.1
`++:.                           `-/+/    Terminal Font: NotoSansMono-Regular (11pt)
.`                                 `/    CPU: AMD Ryzen 7 9700X (16) @ 5.58 GHz
                                         GPU 1: AMD Radeon RX 7800 XT [Discrete]
                                         GPU 2: AMD Radeon Graphics [Integrated]
                                         Memory: 5.31 GiB / 30.49 GiB (17%)
                                         Swap: Disabled
                                         Disk (/): 489.04 GiB / 931.01 GiB (53%) - btrfs
                                         Local IP (wlp11s0): 192.168.1.9/24
                                         Locale: es_CL.UTF-8                      
                                                                 

Thanks in advance.

Last edited by andresgabriel (2025-01-10 13:49:22)

Offline

#2 2025-01-09 13:36:56

mackin_cheese
Member
Registered: 2025-01-07
Posts: 89

Re: [SOLVED] No sound after update

where are your logs?

Offline

#3 2025-01-09 14:25:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,674

Re: [SOLVED] No sound after update

Kwin and sound have no relation, what actual issue do you currently still have?

Post

sudo fuser -v /dev/snd/*
pactl list cards
pactl list sinks
sudo journalctl -b | curl -F 'file=@-' 0x0.st

I'd strongly suggest you disable the integrated graphics card completely in your UEFI if you're not actually using it, you can avoid a lot of weird detection gotchas and pitfalls if you don't have it interfering with things.

Last edited by V1del (2025-01-09 14:26:56)

Offline

#4 2025-01-09 18:53:15

andresgabriel
Member
From: Santiago, Chile
Registered: 2016-01-18
Posts: 17

Re: [SOLVED] No sound after update

V1del wrote:

Post

mackin_cheese wrote:

where are your logs?


sudo fuser -v /dev/snd/*

                  USUARIO     PID ACCESO ORDEN
/dev/snd/controlC0:  nne        1468 F.... wireplumber
/dev/snd/controlC1:  nne        1468 F.... wireplumber
/dev/snd/controlC2:  nne        1468 F.... wireplumber
/dev/snd/seq:        nne        1467 F.... pipewire
[nne@nnepc ~]$ 

pactl list cards
https://codefile.io/f/OTCkN7cdeY

pactl list sinks
https://codefile.io/f/HpRrt7ojH1

sudo journalctl -b | curl -F 'file=@-' 0x0.st
https://codefile.io/f/DN9ZEZJCOg

Offline

#5 2025-01-09 18:55:34

andresgabriel
Member
From: Santiago, Chile
Registered: 2016-01-18
Posts: 17

Re: [SOLVED] No sound after update

V1del wrote:

I'd strongly suggest you disable the integrated graphics card completely in your UEFI if you're not actually using it, you can avoid a lot of weird detection gotchas and pitfalls if you don't have it interfering with things.


Done, thanks for the advice

Last edited by andresgabriel (2025-01-09 18:56:04)

Offline

#6 2025-01-09 22:57:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,674

Re: [SOLVED] No sound after update

The cards are detected on a kernel level, profile selection is out of whack, try a

systemctl --user mask pipewire{,-pulse} wireplumber --now
rm -r ~/.local/state/wireplumber
sudo alsactl init
systemctl --user unmask pipewire{,-pulse} wireplumber --now

Offline

#7 2025-01-09 23:18:09

andresgabriel
Member
From: Santiago, Chile
Registered: 2016-01-18
Posts: 17

Re: [SOLVED] No sound after update

V1del wrote:

The cards are detected on a kernel level, profile selection is out of whack, try a

systemctl --user mask pipewire{,-pulse} wireplumber --now
rm -r ~/.local/state/wireplumber
sudo alsactl init
systemctl --user unmask pipewire{,-pulse} wireplumber --now

Well, the audio is back. Still from Grub to Sddm login screen take to much time, like 1 min, before yesterday was 2sec.

Thank you very much.

Offline

#8 2025-01-10 10:14:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,674

Re: [SOLVED] No sound after update

Please mark this one as [SOLVED] and edit the title in your first post.

If you want to look at the difference getting to SDDM, please open a new thread including a journal from a boot with the issue, e.g.

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

Board footer

Powered by FluxBB