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/16 23:02] Sean Rhonelinux:notes:modprobe.d_tweaks [2025/12/25 04:22] (current) Sean Rhone
Line 2: Line 2:
  
 ===== i915 ===== ===== i915 =====
 +
 +  * :?: ''HuC'' firmware timed-out likely with disabling PAVP (''enable_guc=0'')
  
   sudo -e '/etc/modprobe.d/99-i915-tweaks.conf'   sudo -e '/etc/modprobe.d/99-i915-tweaks.conf'
Line 18: 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=3 options i915 enable_dmc_wl=3
 options i915 enable_flipq=1 options i915 enable_flipq=1
Line 75: Line 77:
  
 ====== Alira ====== ====== Alira ======
 +
 +  * Include above [[#ssd|mobile_lpm_policy]] option
  
 ===== radeon ===== ===== radeon =====
Line 99: Line 103:
  
   sudo dracut --force --regenerate-all   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.1765944141.txt.gz · Last modified: by Sean Rhone