Audio doesn't work after sleep but works fine on start up

Hello all!

I have tried Fedora KDE, Neon KDE, Ubuntu on a Laptop and all have the same problem, the sound output works fine on Startup, but when i close the lid or sleep, the device sound doesnt work anymore. I’ve tried some suggestions from LLMs and searching through internet but didnt get to find any solution. Laptop is Toshiba Portege z20t, i think it has to do with snd_hda_intel but i dont fully understand what i going on. Can someone suggest how to troubleshot it?

try if audio recovers after a restart of pipewire

e.g

$ pgrep -a wire
3477 /usr/bin/pipewire
3481 /usr/bin/wireplumber
3505 /usr/bin/pipewire-pulse

$ systemctl --user  restart pipewire.socket 

$ pgrep -a wire
3505 /usr/bin/pipewire-pulse
3581 /usr/bin/pipewire
3582 /usr/bin/wireplumber

here pipewire and wireplumber were restarted.

restarting pipewire doesnt seem to fix it :confused:

could you try the following to see if pipewire is doing anything at all. I’d guess it’s blocked.

install strace sudo dnf install strace

after sleep/wake cycle attach strace to the running pipewire
strace -ttt -f -p $( pgrep -x pipewire )

it may look something like this:

$ strace -ttt -f -p $( pgrep -x pipewire )
strace: Process 362520 attached with 3 threads
[pid 362530] 1772403317.505651 epoll_wait(9 <unfinished ...>
[pid 362520] 1772403317.505688 epoll_wait(5 <unfinished ...>
[pid 362529] 1772403317.505716 epoll_wait(13

here no audio is playing, pipewire is idle.

in another terminal play audio e.g.
pw-play /usr/share/sounds/alsa/Front_Center.wav
and strace should log hundreds of lines. It will not if it’s blocked in a syscall.

hello Mark, thanks for your time!

i checked it right away, ive run the command before sleeping and after sleeping the device, seems like a similar stream of data is being printed on both cases, before and after sleep.

does the command pw-play -v /usr/share/sounds/alsa/Front_Center.wav ; echo $?
produce any output and exit after few seconds? Is the last line a 0 ?

pls post the output of fpaste --audioinfo --printonly and wpctl status as preformated text.

systemctl --user restart pipewire pipewire-pulse

systemctl --user enable --now wireplumber

Run commands after sleeping device restart

Check it will restart sound

Find below the outputs before sleep:

~$ pw-play -v /usr/share/sounds/alsa/Front_Center.wav ; echo $?
sndfile: opened file "/usr/share/sounds/alsa/Front_Center.wav" format "Default Endian WAV (Microsoft) Signed 16 bit PCM" channels:1 rate:48000
sndfile: using default channel map: MONO
PCM: fmt:s16 rate:48000 channels:1 width:2
rate:48000 latency:4800 (0.100s)
connecting playback stream; target=(null)
stream state changed unconnected -> connecting
stream param change: Spa:Enum:ParamId:Latency
stream param change: Spa:Enum:ParamId:Tag
stream properties:
        application.name = "pw-play"
        node.name = "pw-play"
        media.format = "WAV (Microsoft)"
        node.rate = "1/48000"
        node.latency = "4800/48000"
        media.type = "Audio"
        media.category = "Playback"
        media.role = "Music"
        media.filename = "/usr/share/sounds/alsa/Front_Center.wav"
        media.name = "/usr/share/sounds/alsa/Front_Center.wav"
        stream.is-live = "true"
        node.want-driver = "true"
        node.autoconnect = "true"
        node.loop.class = "main"
        node.async = "true"
        media.class = "Stream/Output/Audio"
remote 0 is named "pipewire-0"
stream state changed connecting -> paused
stream param change: Spa:Enum:ParamId:Props
stream param change: Spa:Enum:ParamId:Latency
stream param change: Spa:Enum:ParamId:Latency
stream param change: Spa:Enum:ParamId:Format
stream state changed paused -> streaming
stream set volume to 1.000 - success
stream node 66
stream time: now:55124190480 rate:1/48000 ticks:0 delay:2048 queued:0 buffered:0 buffers:0 avail:2 size:2048
stream time: now:172236000944 rate:1/48000 ticks:49152 delay:2048 queued:0 buffered:0 buffers:1 avail:1 size:2048
drain start
stream drained
0
~$ fpaste --audioinfo  --printonly
Gathering system info ...... 
=== fpaste 0.5.0.0 System Information ===
* OS Release (lsb_release -ds):
     "Fedora Linux 43 (KDE Plasma Desktop Edition)"
     
* Kernel (uname -r):
     6.18.13-200.fc43.x86_64
     
* Kernel cmdline (cat /proc/cmdline):
     BOOT_IMAGE=(hd0,gpt4)/vmlinuz-6.18.13-200.fc43.x86_64 root=UUID=cf4e182c-aa25-4d79-bcca-c57093956bc0 ro rootflags=subvol=root rhgb quiet resume=UUID=cf4e182c-aa25-4d79-bcca-c57093956bc0 resume_offset=2139075
     
* PCI Audio devices (lspci |  grep -i -E 'audio' | cut -b1-7 | xargs -i lspci -vnnks {} | grep -v "<access denied>"):
     00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21) (prog-if 00 [HDA compatible])
        Subsystem: Toshiba Corporation Device [1179:0001]
        Flags: bus master, fast devsel, latency 64, IRQ 157
        Memory at c1240000 (64-bit, non-prefetchable) [size=16K]
        Memory at c1230000 (64-bit, non-prefetchable) [size=64K]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_soc_avs, snd_sof_pci_intel_skl, snd_hda_intel
     
     
* Audio devices (cat /proc/asound/cards):
      0 [PCH            ]: HDA-Intel - HDA Intel PCH
                           HDA Intel PCH at 0xc1240000 irq 157
     
* User audio services (systemctl --user --no-pager status wireplumber pipewire* | sed "s/$(hostname)/ahost/"):
     ● wireplumber.service - Multimedia Service Session Manager
          Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
         Drop-In: /usr/lib/systemd/user/service.d
                  └─10-timeout-abort.conf
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 2min 55s ago
      Invocation: 0fba667a7fb843a8b9e1ed4efcb2e19c
        Main PID: 1169 (wireplumber)
           Tasks: 9 (limit: 9348)
          Memory: 7.6M (peak: 8.3M)
             CPU: 851ms
          CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
                  └─1169 /usr/bin/wireplumber
     
     Mar 02 09:45:14 ahost systemd[1134]: Started wireplumber.service - Multimedia Service Session Manager.
     Mar 02 09:45:15 ahost wireplumber[1169]: [0:00:35.763677332] [1169]  INFO Camera camera_manager.cpp:330 libcamera v0.5.2
     Mar 02 09:45:15 ahost wireplumber[1169]: [0:00:35.764549336] [1215] ERROR DmaBufAllocator dma_buf_allocator.cpp:119 Could not open any dma-buf provider
     
     ● pipewire.service - PipeWire Multimedia Service
          Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: disabled)
         Drop-In: /usr/lib/systemd/user/pipewire.service.d
                  └─00-uresourced.conf
                  /usr/lib/systemd/user/service.d
                  └─10-timeout-abort.conf
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 2min 55s ago
      Invocation: 5659cc429a9949a19038ab483605fb5c
     TriggeredBy: ● pipewire.socket
        Main PID: 1167 (pipewire)
           Tasks: 3 (limit: 9348)
          Memory: 5.7M (peak: 6.9M)
             CPU: 264ms
          CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
                  └─1167 /usr/bin/pipewire
     
     Mar 02 09:45:14 ahost systemd[1134]: Started pipewire.service - PipeWire Multimedia Service.
     
     ● pipewire.socket - PipeWire Multimedia System Sockets
          Loaded: loaded (/usr/lib/systemd/user/pipewire.socket; enabled; preset: enabled)
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 2min 55s ago
      Invocation: b83d736500044af7abf5e89281452e65
        Triggers: ● pipewire.service
          Listen: /run/user/1000/pipewire-0 (Stream)
                  /run/user/1000/pipewire-0-manager (Stream)
     
     Mar 02 09:45:14 ahost systemd[1134]: Listening on pipewire.socket - PipeWire Multimedia System Sockets.
     
     ● pipewire-pulse.socket - PipeWire PulseAudio
          Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.socket; enabled; preset: enabled)
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 2min 55s ago
      Invocation: 32ea4cc7e4b0423aa9e859f19f7393df
        Triggers: ● pipewire-pulse.service
          Listen: /run/user/1000/pulse/native (Stream)
     
     Mar 02 09:45:14 ahost systemd[1134]: Listening on pipewire-pulse.socket - PipeWire PulseAudio.
     
     ● pipewire-pulse.service - PipeWire PulseAudio
          Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; enabled; preset: disabled)
         Drop-In: /usr/lib/systemd/user/service.d
                  └─10-timeout-abort.conf
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 2min 55s ago
      Invocation: e222670df5cc4db5885eb50c2da881bf
     TriggeredBy: ● pipewire-pulse.socket
        Main PID: 1171 (pipewire-pulse)
           Tasks: 3 (limit: 9348)
          Memory: 3.6M (peak: 4.4M)
             CPU: 153ms
          CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-pulse.service
                  └─1171 /usr/bin/pipewire-pulse
     
     Mar 02 09:45:14 ahost systemd[1134]: Started pipewire-pulse.service - PipeWire PulseAudio.

~$ wpctl status
PipeWire 'pipewire-0' [1.4.10, pozzy@fedora, cookie:1114784229]
 └─ Clients:
        33. WirePlumber                         [1.4.10, pozzy@fedora, pid:1169]
        37. pipewire                            [1.4.10, pozzy@fedora, pid:1171]
        47. WirePlumber [export]                [1.4.10, pozzy@fedora, pid:1169]
        58. uresourced                          [1.4.10, pozzy@fedora, pid:1441]
        59. libcanberra                         [1.4.10, pozzy@fedora, pid:1611]
        60.                                     [1.4.10, pozzy@fedora, pid:1611]
        61. libcanberra                         [1.4.10, pozzy@fedora, pid:1647]
        62. xdg-desktop-portal                  [1.4.10, pozzy@fedora, pid:1460]
        64. plasmashell                         [1.4.10, pozzy@fedora, pid:1647]
        65. kwin_wayland                        [1.4.10, pozzy@fedora, pid:1450]
        68. wpctl                               [1.4.10, pozzy@fedora, pid:3607]
        69. Firefox                             [1.4.10, pozzy@fedora, pid:2803]
        70.                                     [1.4.10, pozzy@fedora, pid:1647]

Audio
 β”œβ”€ Devices:
 β”‚      51. Built-in Audio                      [alsa]
 β”‚  
 β”œβ”€ Sinks:
 β”‚  *   55. Built-in Audio Analog Stereo        [vol: 0.30]
 β”‚  
 β”œβ”€ Sources:
 β”‚  *   56. Built-in Audio Analog Stereo        [vol: 0.34 MUTED]
 β”‚  
 β”œβ”€ Filters:
 β”‚  
 └─ Streams:

Video
 β”œβ”€ Devices:
 β”‚  
 β”œβ”€ Sinks:
 β”‚  
 β”œβ”€ Sources:
 β”‚  
 β”œβ”€ Filters:
 β”‚  
 └─ Streams:

Settings
 └─ Default Configured Devices:
         0. Audio/Sink    alsa_output.pci-0000_00_1f.3.pro-output-0

after sleep

~$ pw-play -v /usr/share/sounds/alsa/Front_Center.wav ; echo $?
sndfile: opened file "/usr/share/sounds/alsa/Front_Center.wav" format "Default Endian WAV (Microsoft) Signed 16 bit PCM" channels:1 rate:48000
sndfile: using default channel map: MONO
PCM: fmt:s16 rate:48000 channels:1 width:2
rate:48000 latency:4800 (0.100s)
connecting playback stream; target=(null)
stream state changed unconnected -> connecting
stream param change: Spa:Enum:ParamId:Latency
stream param change: Spa:Enum:ParamId:Tag
stream properties:
        application.name = "pw-play"
        node.name = "pw-play"
        media.format = "WAV (Microsoft)"
        node.rate = "1/48000"
        node.latency = "4800/48000"
        media.type = "Audio"
        media.category = "Playback"
        media.role = "Music"
        media.filename = "/usr/share/sounds/alsa/Front_Center.wav"
        media.name = "/usr/share/sounds/alsa/Front_Center.wav"
        stream.is-live = "true"
        node.want-driver = "true"
        node.autoconnect = "true"
        node.loop.class = "main"
        node.async = "true"
        media.class = "Stream/Output/Audio"
remote 0 is named "pipewire-0"
stream state changed connecting -> paused
stream param change: Spa:Enum:ParamId:Props
stream param change: Spa:Enum:ParamId:Latency
stream param change: Spa:Enum:ParamId:Latency
stream param change: Spa:Enum:ParamId:Format
stream state changed paused -> streaming
stream set volume to 1.000 - success
stream node 66
stream time: now:177697325638 rate:1/48000 ticks:0 delay:2048 queued:0 buffered:0 buffers:0 avail:2 size:2048
stream time: now:304073757930 rate:1/48000 ticks:45056 delay:2048 queued:0 buffered:0 buffers:1 avail:1 size:2048
drain start
stream drained
0
~$ fpaste --audioinfo  --printonly
Gathering system info ...... 
=== fpaste 0.5.0.0 System Information ===
* OS Release (lsb_release -ds):
     "Fedora Linux 43 (KDE Plasma Desktop Edition)"
     
* Kernel (uname -r):
     6.18.13-200.fc43.x86_64
     
* Kernel cmdline (cat /proc/cmdline):
     BOOT_IMAGE=(hd0,gpt4)/vmlinuz-6.18.13-200.fc43.x86_64 root=UUID=cf4e182c-aa25-4d79-bcca-c57093956bc0 ro rootflags=subvol=root rhgb quiet resume=UUID=cf4e182c-aa25-4d79-bcca-c57093956bc0 resume_offset=2139075
     
* PCI Audio devices (lspci |  grep -i -E 'audio' | cut -b1-7 | xargs -i lspci -vnnks {} | grep -v "<access denied>"):
     00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d70] (rev 21) (prog-if 00 [HDA compatible])
        Subsystem: Toshiba Corporation Device [1179:0001]
        Flags: bus master, fast devsel, latency 64, IRQ 157
        Memory at c1240000 (64-bit, non-prefetchable) [size=16K]
        Memory at c1230000 (64-bit, non-prefetchable) [size=64K]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_soc_avs, snd_sof_pci_intel_skl, snd_hda_intel
     
     
* Audio devices (cat /proc/asound/cards):
      0 [PCH            ]: HDA-Intel - HDA Intel PCH
                           HDA Intel PCH at 0xc1240000 irq 157
     
* User audio services (systemctl --user --no-pager status wireplumber pipewire* | sed "s/$(hostname)/ahost/"):
     ● wireplumber.service - Multimedia Service Session Manager
          Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
         Drop-In: /usr/lib/systemd/user/service.d
                  └─10-timeout-abort.conf
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 5min ago
      Invocation: 0fba667a7fb843a8b9e1ed4efcb2e19c
        Main PID: 1169 (wireplumber)
           Tasks: 9 (limit: 9348)
          Memory: 7.6M (peak: 8.3M)
             CPU: 942ms
          CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
                  └─1169 /usr/bin/wireplumber
     
     Mar 02 09:45:14 ahost systemd[1134]: Started wireplumber.service - Multimedia Service Session Manager.
     Mar 02 09:45:15 ahost wireplumber[1169]: [0:00:35.763677332] [1169]  INFO Camera camera_manager.cpp:330 libcamera v0.5.2
     Mar 02 09:45:15 ahost wireplumber[1169]: [0:00:35.764549336] [1215] ERROR DmaBufAllocator dma_buf_allocator.cpp:119 Could not open any dma-buf provider
     
     ● pipewire.service - PipeWire Multimedia Service
          Loaded: loaded (/usr/lib/systemd/user/pipewire.service; disabled; preset: disabled)
         Drop-In: /usr/lib/systemd/user/pipewire.service.d
                  └─00-uresourced.conf
                  /usr/lib/systemd/user/service.d
                  └─10-timeout-abort.conf
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 5min ago
      Invocation: 5659cc429a9949a19038ab483605fb5c
     TriggeredBy: ● pipewire.socket
        Main PID: 1167 (pipewire)
           Tasks: 3 (limit: 9348)
          Memory: 5.7M (peak: 7M)
             CPU: 295ms
          CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
                  └─1167 /usr/bin/pipewire
     
     Mar 02 09:45:14 ahost systemd[1134]: Started pipewire.service - PipeWire Multimedia Service.
     
     ● pipewire.socket - PipeWire Multimedia System Sockets
          Loaded: loaded (/usr/lib/systemd/user/pipewire.socket; enabled; preset: enabled)
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 5min ago
      Invocation: b83d736500044af7abf5e89281452e65
        Triggers: ● pipewire.service
          Listen: /run/user/1000/pipewire-0 (Stream)
                  /run/user/1000/pipewire-0-manager (Stream)
     
     Mar 02 09:45:14 ahost systemd[1134]: Listening on pipewire.socket - PipeWire Multimedia System Sockets.
     
     ● pipewire-pulse.socket - PipeWire PulseAudio
          Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.socket; enabled; preset: enabled)
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 5min ago
      Invocation: 32ea4cc7e4b0423aa9e859f19f7393df
        Triggers: ● pipewire-pulse.service
          Listen: /run/user/1000/pulse/native (Stream)
     
     Mar 02 09:45:14 ahost systemd[1134]: Listening on pipewire-pulse.socket - PipeWire PulseAudio.
     
     ● pipewire-pulse.service - PipeWire PulseAudio
          Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; enabled; preset: disabled)
         Drop-In: /usr/lib/systemd/user/service.d
                  └─10-timeout-abort.conf
          Active: active (running) since Mon 2026-03-02 09:45:14 CET; 5min ago
      Invocation: e222670df5cc4db5885eb50c2da881bf
     TriggeredBy: ● pipewire-pulse.socket
        Main PID: 1171 (pipewire-pulse)
           Tasks: 3 (limit: 9348)
          Memory: 3.6M (peak: 4.4M)
             CPU: 159ms
          CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire-pulse.service
                  └─1171 /usr/bin/pipewire-pulse
     
     Mar 02 09:45:14 ahost systemd[1134]: Started pipewire-pulse.service - PipeWire PulseAudio.

~$ wpctl status
PipeWire 'pipewire-0' [1.4.10, pozzy@fedora, cookie:1114784229]
 └─ Clients:
        33. WirePlumber                         [1.4.10, pozzy@fedora, pid:1169]
        37. pipewire                            [1.4.10, pozzy@fedora, pid:1171]
        47. WirePlumber [export]                [1.4.10, pozzy@fedora, pid:1169]
        58. uresourced                          [1.4.10, pozzy@fedora, pid:1441]
        59. libcanberra                         [1.4.10, pozzy@fedora, pid:1611]
        60.                                     [1.4.10, pozzy@fedora, pid:1611]
        61. libcanberra                         [1.4.10, pozzy@fedora, pid:1647]
        62. xdg-desktop-portal                  [1.4.10, pozzy@fedora, pid:1460]
        64. plasmashell                         [1.4.10, pozzy@fedora, pid:1647]
        65. kwin_wayland                        [1.4.10, pozzy@fedora, pid:1450]
        68. wpctl                               [1.4.10, pozzy@fedora, pid:4040]
        69. Firefox                             [1.4.10, pozzy@fedora, pid:2803]
        70.                                     [1.4.10, pozzy@fedora, pid:1647]

Audio
 β”œβ”€ Devices:
 β”‚      51. Built-in Audio                      [alsa]
 β”‚  
 β”œβ”€ Sinks:
 β”‚  *   55. Built-in Audio Analog Stereo        [vol: 0.30]
 β”‚  
 β”œβ”€ Sources:
 β”‚  *   56. Built-in Audio Analog Stereo        [vol: 0.34 MUTED]
 β”‚  
 β”œβ”€ Filters:
 β”‚  
 └─ Streams:

Video
 β”œβ”€ Devices:
 β”‚  
 β”œβ”€ Sinks:
 β”‚  
 β”œβ”€ Sources:
 β”‚  
 β”œβ”€ Filters:
 β”‚  
 └─ Streams:

Settings
 └─ Default Configured Devices:
         0. Audio/Sink    alsa_output.pci-0000_00_1f.3.pro-output-0

let me know if youd need anything else. Thanks for your time!

Hello Igor i’ve tried your suggestions and it doesnt work still :confused:

Try starting journalctl --follow in a terminal, then run the commands Igor suggested.

Resume from sleep needs cooperation from vendor firmware, so often breaks with new kernels. Absent a vendor firmware update you are stuck with workarounds β€” either restarting sound after resume or adding a USB sound device that can be reset by unplugging.

Hello @gnwiii , find attached logs

~$ journalctl --follow
Mar 02 16:21:28 fedora systemd[1119]: Reloading finished in 355 ms.
Mar 02 16:21:29 fedora systemd[1]: fprintd.service: Deactivated successfully.
Mar 02 16:21:29 fedora audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fprintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Mar 02 16:21:29 fedora audit: BPF prog-id=76 op=UNLOAD
Mar 02 16:21:32 fedora plasmashell[1637]: Property 'onPressed' of object QQuickMouseArea_QML_740(0x56203d915f30) is a signal handler. You should not call it directly. Make it a proper function and call that or emit the signal.
Mar 02 16:21:56 fedora kdeconnectd[1947]: Cannot find Bluez 5 adapter for device search true
Mar 02 16:22:11 fedora chronyd[719]: Selected source 162.55.190.98 (2.fedora.pool.ntp.org)
Mar 02 16:22:26 fedora kdeconnectd[1947]: Cannot find Bluez 5 adapter for device search true
Mar 02 16:22:56 fedora kdeconnectd[1947]: Cannot find Bluez 5 adapter for device search true
Mar 02 16:23:26 fedora kdeconnectd[1947]: Cannot find Bluez 5 adapter for device search true
Mar 02 16:23:42 fedora systemd[1119]: Starting grub-boot-success.service - Mark boot as successful...
Mar 02 16:23:42 fedora systemd[1119]: Starting systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories...
Mar 02 16:23:42 fedora systemd[1119]: Stopping wireplumber.service - Multimedia Service Session Manager...
Mar 02 16:23:42 fedora wireplumber[3781]: pw.core: 0x55e525a24280: leaked proxy 0x55e525bb4cc0 id:3
Mar 02 16:23:42 fedora wireplumber[3781]: pw.core: 0x55e525a24280: leaked proxy 0x55e525b81720 id:5
Mar 02 16:23:42 fedora systemd[1119]: Stopping pipewire-pulse.service - PipeWire PulseAudio...
Mar 02 16:23:42 fedora plasmashell[1637]: context kaput
Mar 02 16:23:42 fedora kded6[1591]: context kaput
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "alsa_input.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora plasmashell[1637]: qrc:/qt/qml/plasma/applet/org/kde/plasma/volume/main.qml:102: TypeError: Cannot read property 'description' of undefined
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "alsa_input.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora plasmashell[1637]: qrc:/qt/qml/plasma/applet/org/kde/plasma/volume/main.qml:102: TypeError: Cannot read property 'description' of undefined
Mar 02 16:23:42 fedora systemd[1119]: Stopped pipewire-pulse.service - PipeWire PulseAudio.
Mar 02 16:23:42 fedora systemd[1119]: Finished systemd-tmpfiles-clean.service - Cleanup of User's Temporary Files and Directories.
Mar 02 16:23:42 fedora systemd[1119]: Stopped wireplumber.service - Multimedia Service Session Manager.
Mar 02 16:23:42 fedora plasmashell[1637]: PipeWire remote error:  -32 connection error
Mar 02 16:23:42 fedora systemd[1119]: Stopping pipewire.service - PipeWire Multimedia Service...
Mar 02 16:23:42 fedora /usr/libexec/xdg-desktop-portal[1442]: Caught PipeWire error: connection error
Mar 02 16:23:42 fedora systemd[1119]: Stopped pipewire.service - PipeWire Multimedia Service.
Mar 02 16:23:42 fedora systemd[1119]: Started pipewire.service - PipeWire Multimedia Service.
Mar 02 16:23:42 fedora systemd[1119]: Started wireplumber.service - Multimedia Service Session Manager.
Mar 02 16:23:42 fedora systemd[1119]: Started pipewire-pulse.service - PipeWire PulseAudio.
Mar 02 16:23:42 fedora systemd[1119]: Finished grub-boot-success.service - Mark boot as successful.
Mar 02 16:23:42 fedora /usr/libexec/xdg-desktop-portal[1442]: Realtime error: Could not get pidns for pid 3884: Could not fstatat ns/pid: Not a directory
Mar 02 16:23:42 fedora /usr/libexec/xdg-desktop-portal[1442]: Realtime error: Could not get pidns for pid 3884: Could not fstatat ns/pid: Not a directory
Mar 02 16:23:42 fedora /usr/libexec/xdg-desktop-portal[1442]: Realtime error: Could not get pidns for pid 3887: Could not fstatat ns/pid: Not a directory
Mar 02 16:23:42 fedora /usr/libexec/xdg-desktop-portal[1442]: Realtime error: Could not get pidns for pid 3887: Could not fstatat ns/pid: Not a directory
Mar 02 16:23:42 fedora /usr/libexec/xdg-desktop-portal[1442]: Realtime error: Could not get pidns for pid 3885: Could not fstatat ns/pid: Not a directory
Mar 02 16:23:42 fedora kded6[1591]: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "alsa_input.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "alsa_input.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "@DEFAULT_SINK@"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "@DEFAULT_SOURCE@"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "@DEFAULT_SINK@"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "@DEFAULT_SOURCE@"
Mar 02 16:23:42 fedora /usr/libexec/xdg-desktop-portal[1442]: Realtime error: Could not get pidns for pid 3885: Could not fstatat ns/pid: Not a directory
Mar 02 16:23:42 fedora kded6[1591]: No object for name "auto_null.monitor"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "auto_null.monitor"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "auto_null"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "auto_null"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "auto_null.monitor"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "auto_null.monitor"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "@DEFAULT_SINK@"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "@DEFAULT_SOURCE@"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "@DEFAULT_SINK@"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "@DEFAULT_SOURCE@"
Mar 02 16:23:42 fedora wireplumber[3885]: [0:05:45.681420733] [3885]  INFO Camera camera_manager.cpp:330 libcamera v0.5.2
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "@DEFAULT_SINK@"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "@DEFAULT_SOURCE@"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "@DEFAULT_SINK@"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "@DEFAULT_SOURCE@"
Mar 02 16:23:42 fedora kded6[1591]: No object for name "alsa_input.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:42 fedora plasmashell[1637]: No object for name "alsa_input.pci-0000_00_1f.3.analog-stereo"
Mar 02 16:23:44 fedora systemd[1119]: Reload requested from client PID 3912 ('systemctl') (unit app-org.kde.konsole-2958.scope)...
Mar 02 16:23:44 fedora systemd[1119]: Reloading...
Mar 02 16:23:45 fedora systemd[1119]: Reloading finished in 284 ms.
Mar 02 16:23:46 fedora PackageKit[2123]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
Mar 02 16:23:46 fedora PackageKit[2123]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
Mar 02 16:23:52 fedora PackageKit[2123]: refresh-cache transaction /278_aedeeede from uid 1000 finished with success after 5686ms
Mar 02 16:23:54 fedora PackageKit[2123]: get-updates transaction /279_acdadddd from uid 1000 finished with success after 1876ms
Mar 02 16:23:56 fedora kdeconnectd[1947]: Cannot find Bluez 5 adapter for device search true



I have to ask:
the pw-play command sent the data to pipewire and it sent that to the audio device ( kernel) but you could not hear anything coming from the speakers?

I suspect that the amps may not be re-activated. If you set volume to 100%, can you hear a faint sound coming from the speakers?

Don’t forget to reset the volume to its previous setting.
Does the system have a headphone jack? Can you hear anything when you plugin headphones?

pls run that after new system start

cat /sys/power/mem_sleep
rpm -qa kernel-core
amixer -c 0 contents

then start sudo dmesg -W in a terminal and keep terminal open, it will not produce any output yet.

suspend/wake and then post the content of the above command
run amixer -c 0 contents again pls.

you could also run wpctl inspect ID ( ID is the number next to your device in the output of wpctl status , 51 in your previous output )

Can you reproduce if you start the system with an older kernel version?

after i sleep/resume the device speakers doesnt seem to have faint volume even on maxed volume.

The headphones (3.5mm) works properly after sleep/resume.

ill check how to roll back kernel and test right away.

fiind attached the outputs:

cat /sys/power/mem_sleep
rpm -qa kernel-core
amixer -c 0 contents
s2idle [deep]
kernel-core-6.17.1-300.fc43.x86_64
kernel-core-6.18.13-200.fc43.x86_64
numid=16,iface=CARD,name='Headphone Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=on
numid=15,iface=CARD,name='Internal Mic Phantom Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=on
numid=14,iface=CARD,name='Mic Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=on
numid=17,iface=CARD,name='Speaker Phantom Jack'
  ; type=BOOLEAN,access=r-------,values=1
  : values=on
numid=13,iface=MIXER,name='Master Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=12,iface=MIXER,name='Master Playback Volume'
  ; type=INTEGER,access=rw---R--,values=1,min=0,max=74,step=0
  : values=51
  | dBscale-min=-74.00dB,step=1.00dB,mute=0
numid=4,iface=MIXER,name='Headphone Playback Switch'
  ; type=BOOLEAN,access=rw------,values=2
  : values=on,on
numid=3,iface=MIXER,name='Headphone Playback Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=74,step=0
  : values=74,74
  | dBscale-min=-74.00dB,step=1.00dB,mute=0
numid=20,iface=MIXER,name='PCM Playback Volume'
  ; type=INTEGER,access=rw---RW-,values=2,min=0,max=255,step=0
  : values=251,251
  | dBscale-min=-51.00dB,step=0.20dB,mute=0
numid=10,iface=MIXER,name='Mic Boost Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=3,step=0
  : values=3,3
  | dBscale-min=0.00dB,step=12.00dB,mute=0
numid=9,iface=MIXER,name='Capture Switch'
  ; type=BOOLEAN,access=rw------,values=2
  : values=on,on
numid=8,iface=MIXER,name='Capture Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=80,step=0
  : values=80,80
  | dBscale-min=-74.00dB,step=1.00dB,mute=0
numid=7,iface=MIXER,name='Auto-Mute Mode'
  ; type=ENUMERATED,access=rw------,values=1,items=2
  ; Item #0 'Disabled'
  ; Item #1 'Enabled'
  : values=0
numid=2,iface=MIXER,name='Beep Playback Switch'
  ; type=BOOLEAN,access=rw------,values=1
  : values=on
numid=1,iface=MIXER,name='Beep Playback Volume'
  ; type=INTEGER,access=rw---R--,values=1,min=0,max=7,step=0
  : values=4
  | dBscale-min=-28.00dB,step=4.00dB,mute=0
numid=11,iface=MIXER,name='Internal Mic Boost Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=3,step=0
  : values=0,0
  | dBscale-min=0.00dB,step=12.00dB,mute=0
numid=6,iface=MIXER,name='Speaker Playback Switch'
  ; type=BOOLEAN,access=rw------,values=2
  : values=off,off
numid=5,iface=MIXER,name='Speaker Playback Volume'
  ; type=INTEGER,access=rw---R--,values=2,min=0,max=74,step=0
  : values=0,0
  | dBscale-min=-74.00dB,step=1.00dB,mute=0
numid=19,iface=PCM,name='Capture Channel Map'
  ; type=INTEGER,access=r--v-R--,values=2,min=0,max=36,step=0
  : values=0,0
  | container
    | chmap-fixed=FL,FR
numid=18,iface=PCM,name='Playback Channel Map'
  ; type=INTEGER,access=r--v-R--,values=2,min=0,max=36,step=0
  : values=0,0
  | container
    | chmap-fixed=FL,FR

~$ wpctl inspect 51
id 51, type PipeWire:Interface:Device
    alsa.card = "0"
    alsa.card_name = "HDA Intel PCH"
    alsa.components = "HDA:14f15111,117906c2,00100100"
    alsa.driver_name = "snd_hda_intel"
    alsa.id = "PCH"
    alsa.long_card_name = "HDA Intel PCH at 0xc1240000 irq 157"
    alsa.mixer_name = "Conexant CX20753/4"
    api.acp.auto-port = "false"
    api.acp.auto-profile = "false"
    api.alsa.card = "0"
    api.alsa.card.longname = "HDA Intel PCH at 0xc1240000 irq 157"
    api.alsa.card.name = "HDA Intel PCH"
    api.alsa.path = "hw:0"
    api.alsa.split-enable = "true"
    api.alsa.use-acp = "true"
    api.dbus.ReserveDevice1 = "Audio0"
    api.dbus.ReserveDevice1.Priority = "-20"
  * client.id = "47"
  * device.api = "alsa"
    device.bus = "pci"
    device.bus-path = "pci-0000:00:1f.3"
  * device.description = "Built-in Audio"
    device.enum.api = "udev"
    device.form-factor = "internal"
    device.icon-name = "audio-card-analog-pci"
  * device.name = "alsa_card.pci-0000_00_1f.3"
  * device.nick = "HDA Intel PCH"
    device.plugged.usec = "12827682"
    device.product.id = "0x9d70"
    device.product.name = "Sunrise Point-LP HD Audio"
    device.string = "0"
    device.subsystem = "sound"
    device.sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
    device.vendor.id = "0x8086"
    device.vendor.name = "Intel Corporation"
  * factory.id = "15"
  * media.class = "Audio/Device"
    object.path = "alsa:acp:PCH"
  * object.serial = "51"
    spa.object.id = "2"

~$ sudo dmesg -W
[sudo] password for pozzy: 

[  351.141491] wlp2s0: deauthenticating from 38:94:ed:6a:6c:37 by local choice (Reason: 3=DEAUTH_LEAVING)
[  352.620014] PM: suspend entry (deep)
[  352.768342] Filesystems sync: 0.148 seconds
[  352.812659] Freezing user space processes
[  352.814621] Freezing user space processes completed (elapsed 0.001 seconds)
[  352.814626] OOM killer disabled.
[  352.814627] Freezing remaining freezable tasks
[  352.815988] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[  352.816035] printk: Suspending console(s) (use no_console_suspend to debug)
[  352.832785] e1000e: EEE TX LPI TIMER: 00000011
[  352.841890] sd 1:0:0:0: [sda] Synchronizing SCSI cache
[  352.858987] ata2.00: Entering standby power mode
[  353.077809] PM: suspend devices took 0.262 seconds
[  353.118969] ACPI: PM: Preparing to enter system sleep state S3
[  353.119524] ACPI: PM: Saving platform NVS memory
[  353.119588] Disabling non-boot CPUs ...
[  353.121148] smpboot: CPU 3 is now offline
[  353.123888] smpboot: CPU 2 is now offline
[  353.126269] smpboot: CPU 1 is now offline
[  353.133496] ACPI: PM: Low-level resume complete
[  353.133555] ACPI: PM: Restoring platform NVS memory
[  353.134355] Enabling non-boot CPUs ...
[  353.134410] smpboot: Booting Node 0 Processor 1 APIC 0x2
[  353.140010] CPU1 is up
[  353.140033] smpboot: Booting Node 0 Processor 2 APIC 0x1
[  353.141261] CPU2 is up
[  353.141284] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  353.142664] CPU3 is up
[  353.144733] ACPI: PM: Waking up from system sleep state S3
[  353.503154] usb 1-9: reset high-speed USB device number 4 using xhci_hcd
[  353.523732] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  353.527323] sd 1:0:0:0: [sda] Starting disk
[  353.530102] ata2.00: configured for UDMA/100
[  353.544873] ahci 0000:00:17.0: port does not support device sleep
[  353.915937] usb 1-9.2: reset full-speed USB device number 6 using xhci_hcd
[  354.064780] usb 1-9.1: reset full-speed USB device number 5 using xhci_hcd
[  354.171223] PM: resume devices took 0.961 seconds
[  354.176380] OOM killer enabled.
[  354.176382] Restarting tasks: Starting
[  354.177243] Restarting tasks: Done
[  354.177250] efivarfs: resyncing variable state
[  354.211898] efivarfs: finished resyncing variable state
[  354.211944] random: crng reseeded on system resumption
[  354.213381] PM: suspend exit
[  354.396920] ish-hid {33AECD58-B679-4E54-9BD9-A04D34F0C226}: [hid-ish]: enum_devices_done OK, num_hid_devices=6
[  354.410798] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[  355.524995] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input22
[  355.553606] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input21
[  357.879912] wlp2s0: authenticate with 38:94:ed:6a:6c:37 (local address=22:b2:d0:1f:51:c6)
[  357.881622] wlp2s0: send auth to 38:94:ed:6a:6c:37 (try 1/3)
[  357.887585] wlp2s0: authenticated
[  357.888441] wlp2s0: associate with 38:94:ed:6a:6c:37 (try 1/3)
[  357.889445] wlp2s0: RX AssocResp from 38:94:ed:6a:6c:37 (capab=0x1011 status=0 aid=3)
[  357.894731] wlp2s0: associated

did the speaker recover after diesonnecting headphones?

you can boot the 6.17.1 kernel which is installed according to

$ rpm -qa kernel;-core
kernel-core-6.17.1-300.fc43.x86_64
kernel-core-6.18.13-200.fc43.x86_64

reboot and hold down the left shift key until you see the grub menu. highlight the 6.17.1 kernel and press enter.

There is also kernel 6.18.15 available in updates-testing,

No the speakers didnt work even after i unplugged the headphones.

booting to 6.17 doesnt work either.

i managed to download fedora 35 as last version with kernel 5 since i think it has to do with kernel, but i see no partition table error when i try to write it on the USB. I’ll let you know if i find anything

it’s EOL since Dec 2022.

ignoring all kernel development since 6.0 up to 6.17?
You could try 6.16.x from F42. I guess this could still work. Try the 6.18.15 kernel first. see the link with the command in my previous post.
I’ll post instructions how to install older kernels on your current setup later if needed.

can you provide β€˜pactl list short sinks’ when you resume from sleep when sound no appear and same command normally when you have sound

one more thing, try to suspend the system running the latest 6.18 kernel with s2idle instead of deep

best close programs / save data first. Not sure if your system will suspend/ wake successfully.

echo  s2idle | sudo tee /sys/power/mem_sleep
sync &&  systemctl suspend

From the journal entries, bluetooth isn’t waking after sleep. Are you using bluetooth speakers? If so, compare the output from inxi -Ezxx before and after sleep.

wpctl status shows only a built-in audio device and sink before any suspend/wake cycle

Audio
 β”œβ”€ Devices:
 β”‚      51. Built-in Audio                      [alsa]
 β”‚  
 β”œβ”€ Sinks:
 β”‚  *   55. Built-in Audio Analog Stereo        [vol: 0.30]
 β”‚  
 β”œβ”€ Sources:
 β”‚  *   56. Built-in Audio Analog Stereo        [vol: 0.34 MUTED]
 β”‚  

Settings
 └─ Default Configured Devices:
         0. Audio/Sink    alsa_output.pci-0000_00_1f.3.pro-output-0