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/05 03:52] – [iwlwifi] 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 57: Line 52:
 options snd_hda_intel dmic_detect=0 options snd_hda_intel dmic_detect=0
 options snd_intel_dspcfg dsp_driver=1 options snd_intel_dspcfg dsp_driver=1
- 
-options snd_hda_intel align_buffer_size=5 
-options snd_hda_intel bdl_pos_adj=64 
  
 # End</code> # End</code>
Line 72: Line 64:
 options iwlwifi bt_coex_active=0 options iwlwifi bt_coex_active=0
 options iwlwifi led_mode=3 options iwlwifi led_mode=3
- 
-options cfg80211 ieee80211_regdom=US 
  
 # 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.1785916345.txt.gz · Last modified: by Sean Rhone