ublue-os / bluefin

The next generation Linux workstation, designed for reliability, performance, and sustainability.
https://projectbluefin.io
Apache License 2.0
1.25k stars 163 forks source link

Soundcard power_save modprobe option not respected after upgrade to 41.20241112.1 #1929

Open sander2324 opened 1 week ago

sander2324 commented 1 week ago

Describe the bug

I have a modprobe.d file specifying to disable the audio power_save parameter (options snd_hda_intel power_save=0). After the update, this was not respected and reading /sys/module/snd_hda_intel/parameters/power_save gave back 10 instead of 0. Which is what I got previously.

What did you expect to happen?

I expected for my system to respect the modprobe file I have in place and to apply it to the system.

Output of rpm-ostree status

State: idle
AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot
Deployments:
● ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx-nvidia:stable
                   Digest: sha256:55884509338bed4c483f7b4132c1f728e14136d32577e588cacfaf01b350d748
                  Version: 41.20241112.1 (2024-11-12T21:12:12Z)
             InitramfsEtc: /etc/crypttab

  ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx-nvidia:stable
                   Digest: sha256:e8ae423bc45a10768fbe2ff3e95113715e0786b8287f3b121a657a925d523bf8
                  Version: 40.20241109.0 (2024-11-10T16:53:55Z)
             InitramfsEtc: /etc/crypttab

Output of groups

sander wheel docker lxd incus-admin libvirt

Extra information or context

No response