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/04/25 04:22] – [update-initramfs] Sean Rhonelinux:notes:modprobe.d_tweaks [2026/05/27 06:23] (current) – [USB UASP] Sean Rhone
Line 1: Line 1:
 +====== Information ======
 +
 +  * ''modprobe.d'' Tweaks
 +
 ====== Spinesnap ====== ====== Spinesnap ======
  
Line 4: Line 8:
  
   * :?: ''HuC'' firmware timed-out likely with disabling PAVP (''enable_guc=0'')   * :?: ''HuC'' firmware timed-out likely with disabling PAVP (''enable_guc=0'')
-  * 2026/04/25: ''enable_dmc_wl'' doesn't have ''3'' on [[linux:distros:debian_13_xfce|Debian 13]]+  * 2026/04/25: ''enable_dmc_wl'' at ''1'' for [[linux:distros:debian_13_xfce|Debian 13]]
  
   sudo -e '/etc/modprobe.d/99-i915-tweaks.conf'   sudo -e '/etc/modprobe.d/99-i915-tweaks.conf'
Line 25: Line 29:
 options i915 nuclear_pageflip=1 options i915 nuclear_pageflip=1
  
-#options i915 enable_dmc_wl=3 +options i915 enable_dmc_wl=3
-options i915 enable_dmc_wl=1+
  
 options i915 guc_log_level=0 options i915 guc_log_level=0
Line 81: Line 84:
 ====== Alira ====== ====== Alira ======
  
-  Include above [[#ssd|mobile_lpm_policy]] option+**** 
 + 
 +  echo 'options ahci mobile_lpm_policy=1' | sudo tee '/etc/modprobe.d/99-ssd-tweaks.conf' > '/dev/null' 
 + 
 +===== USB UASP ===== 
 + 
 +  * :?: NAS needs UAS disabled and fallback to ''usb-storage'' ((UAS has random disconnects any PSU Windows and Linux)) ([[linux:notes:ext4|ext4 NAS]]) ((~2026/05/27: UAS seemingly stable with external-powered USB hub implying it could be board port/hardware related vs UAS subsystem)) 
 + 
 +==== JMicron ==== 
 + 
 +  * ''152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s'' 
 + 
 +  echo 'options usb-storage quirks=152d:0578:u' | sudo tee '/etc/modprobe.d/99-uas-disable.conf' > '/dev/null' 
 + 
 +==== WAVLINK ==== 
 + 
 +  * ''174c:1352 ASMedia Technology Inc. USB 3.1 Device PM'' 
 + 
 +  echo 'options usb-storage quirks=174c:1352:u' | sudo tee '/etc/modprobe.d/99-uas-disable.conf' > '/dev/null'
  
 ===== radeon ===== ===== radeon =====
/srv/www/wiki/data/attic/linux/notes/modprobe.d_tweaks.1777105356.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki