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/05/10 00:36] Sean Rhonelinux:notes:modprobe.d_tweaks [2026/06/13 19:55] (current) Sean Rhone
Line 1: Line 1:
 +====== Information ======
 +
 +  * ''modprobe.d'' Tweaks
 +
 ====== Spinesnap ====== ====== Spinesnap ======
  
Line 5: Line 9:
   * :?: ''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'' at ''1'' for [[linux:distros:debian_13_xfce|Debian 13]]   * 2026/04/25: ''enable_dmc_wl'' at ''1'' for [[linux:distros:debian_13_xfce|Debian 13]]
 +  * 2026/06/13: TODO: ''HPD interrupt storm'' ((''i915 0000:00:02.0: [drm] HPD interrupt storm detected on connector HDMI-A-1: switching from hotplug detection to polling''))
  
   sudo -e '/etc/modprobe.d/99-i915-tweaks.conf'   sudo -e '/etc/modprobe.d/99-i915-tweaks.conf'
Line 86: Line 91:
 ===== USB UASP ===== ===== 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]]) +  * :?: 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))
- +
-==== 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'+
  
 ==== JMicron ==== ==== JMicron ====
Line 99: Line 98:
  
   echo 'options usb-storage quirks=152d:0578:u' | sudo tee '/etc/modprobe.d/99-uas-disable.conf' > '/dev/null'   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 =====
/usr/local/www/wiki/data/attic/linux/notes/modprobe.d_tweaks.1778387789.txt.gz · Last modified: by Sean Rhone