modprobe.d being ignored
Hello:
It seems that since last week my additions to /etc/modprobe.d are being ignored. I'm setting an option on 1 module and blacklisting a couple others. Is this a known issue? Thanks!
Solution:Jump to solution
How to Modify Initramfs and Dracut - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
9 Replies
Not a known issue, but also can't reproduce
Solution
How to Modify Initramfs and Dracut - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
@HikariKnight how would I reverse the karg if I no longer need it?
rpm-ostree kargs --help
exists to show all the flagsthank you very much!
but for completenes sake
rpm-ostree kargs --delete-if-present="foo=bar"
well, that didn't work either
$ cat /proc/cmdline
BOOT_IMAGE=(hd1,gpt2)/ostree/default-9679564412d15dfed46f3539cdf6dd080a0dbce9ff2ea0d0d146fdc67bca080e/vmlinuz-6.12.10-202.bazzite.fc41.x86_64 rd.lvm.lv=bazzite-gnome-nvidia-open_hydra/root rhgb quiet root=UUID=b8805163-8091-45cc-b1d0-4c874aff676e rw ostree=/ostree/boot.1/default/9679564412d15dfed46f3539cdf6dd080a0dbce9ff2ea0d0d146fdc67bca080e/0 bluetooth.disable_ertm=1 preempt=full kvm.ignore_msrs=1 kvm.report_ignored_msrs=0 snd_hda_intel.power_save=0 snd_hda_codec_hdmi.blacklist=yes snd_hda_codec_generic.blacklist=yes
the last 3 kargs are what i added and they didn't take
so something definitely up
$ cat /sys/module/snd_hda_intel/parameters/power_save
10
$ lsmod | grep -iE 'hdmi|generic'
snd_hda_codec_generic 131072 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 102400 1
snd_hda_codec 225280 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core 155648 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_pcm 196608 5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core
snd 159744 24 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_ump,snd_pcm,snd_rawmidi
polyval_generic 12288 1 polyval_clmulni
@HikariKnight any ideas?
you can try
module.blacklist=modulename
instead
othe rthan that i dont knoweven the power_save=0 didn't work