User Tools

Site Tools


linux:notes:drive_wipe

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:drive_wipe [2024/10/23 14:48] – [4K Sectors] Sean Rhonelinux:notes:drive_wipe [2025/09/11 06:43] (current) – external edit 127.0.0.1
Line 24: Line 24:
 ===== Dell Fan Speed ===== ===== Dell Fan Speed =====
  
-  * 2024/10: Seemingly broken in new-ish/6.11+ kernels but works fine from 6.6(?) in oS Leap 15.6+  echo 'performance' | sudo tee '/sys/firmware/acpi/platform_profile' > '/dev/null' && cat '/sys/firmware/acpi/platform_profile'
  
-  sudo smbios-thermal-ctl --set-thermal-mode='performance'+  cat '/sys/firmware/acpi/platform_profile_choices' 
 + 
 +==== Old ==== 
 + 
 +**** 
 + 
 +  sudo zypper install -y 'python3-smbios-utils' && sudo smbios-thermal-ctl --set-thermal-mode='performance' && sudo zypper remove --clean-deps 'python3-smbios-utils'
  
 ====== Suspend/Wake ====== ====== Suspend/Wake ======
/srv/www/wiki/data/attic/linux/notes/drive_wipe.1729709294.txt.gz · Last modified: by Sean Rhone