Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| linux:notes:modprobe.d_tweaks [2026/04/30 20:51] – [USB UASP] Sean Rhone | linux:notes:modprobe.d_tweaks [2026/06/13 19:55] (current) – Sean Rhone |
|---|
| | ====== Information ====== |
| | |
| | * ''modprobe.d'' Tweaks |
| | |
| ====== Spinesnap ====== | ====== Spinesnap ====== |
| |
| * :?: ''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' |
| ===== 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)) |
| | |
| | ==== 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'' | * ''174c:1352 ASMedia Technology Inc. USB 3.1 Device PM'' |
| |
| echo 'options usb-storage quirks=174c:1352:u' | sudo tee '/etc/modprobe.d/99-wavlink-uas.conf' > '/dev/null' | echo 'options usb-storage quirks=174c:1352:u' | sudo tee '/etc/modprobe.d/99-uas-disable.conf' > '/dev/null' |
| |
| ===== radeon ===== | ===== radeon ===== |