User Tools

Site Tools


linux:notes:modprobe.d_tweaks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:modprobe.d_tweaks [2025/12/04 19:35] Sean Rhonelinux:notes:modprobe.d_tweaks [2025/12/25 04:22] (current) Sean Rhone
Line 1: Line 1:
-====== Prerequisites ====== 
- 
-  * [[linux;distros;fedora_workstation_gnome|Fedora Workstation (GNOME)]] 
- 
 ====== Spinesnap ====== ====== Spinesnap ======
  
 ===== i915 ===== ===== i915 =====
  
-  sudo -e '/etc/modprobe.d/99-i915-tweaks.conf&& sudo restorecon -F -I '/etc/modprobe.d/99-i915-tweaks.conf'+  * :?: ''HuC'' firmware timed-out likely with disabling PAVP (''enable_guc=0''
 + 
 +  sudo -'/etc/modprobe.d/99-i915-tweaks.conf'
  
 <code> <code>
Line 22: Line 20:
 options i915 enable_dpcd_backlight=0 options i915 enable_dpcd_backlight=0
  
-options i915 enable_guc=3 +options i915 enable_guc=0 
-options i915 enable_dmc_wl=2+options i915 enable_dmc_wl=3
 options i915 enable_flipq=1 options i915 enable_flipq=1
 options i915 nuclear_pageflip=1 options i915 nuclear_pageflip=1
Line 39: Line 37:
 ===== SSD ===== ===== SSD =====
  
-  sudo -e '/etc/modprobe.d/99-ssd-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-ssd-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-ssd-tweaks.conf'
  
 <code> <code>
Line 45: Line 43:
  
 options nvme noacpi=1 options nvme noacpi=1
-options nvme io_queue_depth=2048 
-options nvme max_host_mem_size_mb=256 
  
 options nvme_core force_apst=0 options nvme_core force_apst=0
Line 58: Line 54:
 ===== snd_hda_intel ===== ===== snd_hda_intel =====
  
-  sudo -e '/etc/modprobe.d/99-snd-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-snd-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-snd-tweaks.conf'
  
 <code> <code>
 options snd_hda_intel power_save=0 options snd_hda_intel power_save=0
  
 +options snd_hda_intel dmic_detect=0
 options snd_intel_dspcfg dsp_driver=1 options snd_intel_dspcfg dsp_driver=1
  
Line 69: Line 66:
 ===== iwlwifi ===== ===== iwlwifi =====
  
-  sudo -e '/etc/modprobe.d/99-iwlwifi-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-iwlwifi-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-iwlwifi-tweaks.conf'
  
 <code> <code>
Line 80: Line 77:
  
 ====== Alira ====== ====== Alira ======
 +
 +  * Include above [[#ssd|mobile_lpm_policy]] option
  
 ===== radeon ===== ===== radeon =====
  
-  sudo -e '/etc/modprobe.d/99-radeon-tweaks.conf' && sudo restorecon -F -I '/etc/modprobe.d/99-radeon-tweaks.conf'+  sudo -e '/etc/modprobe.d/99-radeon-tweaks.conf'
  
 <code> <code>
Line 92: Line 91:
  
 # End</code> # End</code>
 +
 +====== SELinux ======
 +
 +  * [[linux;distros;fedora_workstation_gnome|Fedora Workstation (GNOME)]]
 +
 +  sudo restorecon -F -I -R '/etc/modprobe.d'
 +
 +====== Dracut ======
 +
 +****
 +
 +  sudo dracut --force --regenerate-all
 +
 +====== update-initramfs ======
 +
 +  * [[linux:distros:server:ubuntu_server|Ubuntu Server]]
 +
 +  sudo update-initramfs -k 'all' -c
  
 ====== Verify ====== ====== Verify ======
  
-  sudo dnf install 'sysfsutils'+  sudo apt install 'sysfsutils'
  
   systool -v -m 'x'   systool -v -m 'x'
  
   modinfo -p 'x'   modinfo -p 'x'
 +
 +  sudo apt autoremove --purge 'sysfsutils'
  
/usr/local/www/wiki/data/attic/linux/notes/modprobe.d_tweaks.1764894905.txt.gz · Last modified: by Sean Rhone