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 41: Line 41:
 ====== 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> +
-options ahci mobile_lpm_policy=1 +
- +
-# End</code>+
  
 ====== snd_hda_intel ====== ====== snd_hda_intel ======
Line 71: 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 ======
/usr/local/www/wiki/data/attic/linux/notes/modprobe.d_tweaks.1785717824.txt.gz · Last modified: by Sean Rhone