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 [2026/08/02 20:43] Sean Rhonelinux:notes:modprobe.d_tweaks [2026/08/14 22:30] (current) – [snd_hda_intel] Sean Rhone
Line 3: Line 3:
   * ''modprobe.d'' Tweaks   * ''modprobe.d'' Tweaks
  
-====== Spinesnap ====== +====== i915 ======
- +
-===== i915 =====+
  
   * ''enable_dmc_wl'' at ''3'' for other distros (''1'' for [[linux:distros:debian_13_xfce|Debian 13]])   * ''enable_dmc_wl'' at ''3'' for other distros (''1'' for [[linux:distros:debian_13_xfce|Debian 13]])
Line 41: Line 39:
 # End</code> # End</code>
  
-===== SSD =====+====== SSD ======
  
-  sudo -e '/etc/modprobe.d/99-ssd-tweaks.conf'+  echo 'options ahci mobile_lpm_policy=1'sudo tee '/etc/modprobe.d/99-ssd-tweaks.conf' > '/dev/null'
  
-<code> +====== snd_hda_intel ======
-options ahci mobile_lpm_policy=+
- +
-# End</code> +
- +
-===== snd_hda_intel =====+
  
   sudo -e '/etc/modprobe.d/99-snd-tweaks.conf'   sudo -e '/etc/modprobe.d/99-snd-tweaks.conf'
Line 62: Line 55:
 # End</code> # End</code>
  
-===== iwlwifi =====+====== iwlwifi ======
  
   sudo -e '/etc/modprobe.d/99-iwlwifi-tweaks.conf'   sudo -e '/etc/modprobe.d/99-iwlwifi-tweaks.conf'
Line 73: Line 66:
  
 # End</code> # End</code>
 +
 +====== Wifi Region ======
 +
 +  echo 'options cfg80211 ieee80211_regdom=US' | sudo tee '/etc/modprobe.d/99-wifi-reg.conf' > '/dev/null'
  
 ====== Alira ====== ====== Alira ======
Line 92: Line 89:
   echo 'options usb-storage quirks=174c:1352:u' | sudo tee '/etc/modprobe.d/99-uas-disable.conf' > '/dev/null'   echo 'options usb-storage quirks=174c:1352:u' | sudo tee '/etc/modprobe.d/99-uas-disable.conf' > '/dev/null'
  
-===== radeon =====+====== radeon ======
  
   sudo -e '/etc/modprobe.d/99-radeon-tweaks.conf'   sudo -e '/etc/modprobe.d/99-radeon-tweaks.conf'
Line 104: Line 101:
 # End</code> # End</code>
  
-===== NVMe =====+====== NVMe ======
  
   sudo -e '/etc/modprobe.d/99-nvme-tweaks.conf'   sudo -e '/etc/modprobe.d/99-nvme-tweaks.conf'
/usr/local/www/wiki/data/attic/linux/notes/modprobe.d_tweaks.1785717786.txt.gz · Last modified: by Sean Rhone