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.
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 back10
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
Output of
groups
Extra information or context
No response