• frozen@lemmy.frozeninferno.xyz
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    I love Bazzite, but I wish they would fix the no audio after wake on the OLED. I encountered it often while running the testing release, so I went back to SteamOS to wait for a stable release with the fix. Imagine my disappointment when they released a new stable version with the bug still present. :(

    • d3Xt3r@lemmy.nzM
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      Does restarting PipeWire fix it?

      systemctl --user restart pipewire.service

      or

      systemctl --user restart wireplumber pipewire pipewire-pulse

      If that works, you could create a systemd unit file to automatically run that after resume.

      [Unit]
      Description=Restart Pipewire after resume
      After=suspend.target
      
      [Service]
      Type=simple
      ExecStart=/usr/bin/systemctl --user restart pipewire.service
      
      [Install]
      WantedBy=suspend.target
      
      • quarterlife@lemmy.sdf.orgOP
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        10 months ago

        We’re aware of it, it’s just complicated and directly related to kernel differences between Valve’s heavily modified 6.1 and Fedora’s 6.6/soon to be 6.7

        This release lays the groundwork since it’s the first one with a fully custom kernel. In addition updates will be coming faster for the foreseeable future. A lot was held back due to us working on secure boot support prior to switching kernels.