devices:dell_latitude_5591_spinesnap

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
devices:dell_latitude_5591_spinesnap [2025/12/08 01:32] Sean Rhonedevices:dell_latitude_5591_spinesnap [2026/01/28 22:34] (current) – [Notes] Sean Rhone
Line 1: Line 1:
-====== fwupdmgr ======+====== BIOS Mods ======
  
-===== BIOS Settings =====+  * [[bios:notes:umaf|UMAF]] 
 +  * [[bios:dell_latitude_5591#bios_downgrade|1.1.6 Downgrade]]
  
-  * Last tested: ''1.39.0''+===== Notes =====
  
-  sudo fwupdmgr set-bios-setting 'TypeCPower' '15W' --no-reboot-check+  * HT disabled seems to stop desktop-environment startup sound stutter ((canberra on Xfce, Ubuntu's start-up sound)) 
 +  * VR Current Limit ''1020'' = IccMax 255A 
 +  * Disable 2 ''Hardware Prefetcher'' settings ((https://docs.oracle.com/cd/E19962-01/html/821-1088/gljyu.html, https://linustechtips.com/topic/1201012-hardware-prefetcher-and-adjacent-line-cache-enabled-or-disabled/)) 
 +  * TODO: Move above to [[bios;dell_latitude_5591]]
  
-  sudo fwupdmgr set-bios-setting 'Touchscreen' 'Disabled' --no-reboot-check+====== Dell Command Configure ======
  
-  sudo fwupdmgr set-bios-setting 'UsbEmu' 'Disabled' --no-reboot-check+  * [[https://dl.dell.com/FOLDER12703333M/1/command-configure-5.1.0-23.el9.x86_64.tar.gz|command-configure-5.1.0-23.el9.x86_64.tar.gz]] (''rpm''
 +  * [[https://dl.dell.com/FOLDER12705845M/1/command-configure_5.1.0-6.ubuntu24_amd64.tar.gz|command-configure_5.1.0-6.ubuntu24_amd64.tar.gz]] (''deb'')
  
-  sudo fwupdmgr set-bios-setting 'DRmt' 'Disabled' --no-reboot-check+  * [[https://aur.archlinux.org/packages/dell-command-configure|AUR Source URLs]] 
 +  * https://www.dell.com/support/kbdoc/en-us/000178000/dell-command-configure
  
-  sudo fwupdmgr set-bios-setting 'ClearDellRmtLog' 'Enabled--no-reboot-check+  * Last tested BIOS: ''1.1.6''
  
-  sudo fwupdmgr set-bios-setting 'TbtPcieModeAutoSwitch'Disabled' --no-reboot-check+  sudo '/opt/dell/dcc/cctk' --TypeCPower='15W'
  
-  sudo fwupdmgr set-bios-setting 'FanCtrlOvrd'Enabled' --no-reboot-check+  sudo '/opt/dell/dcc/cctk' --Touchscreen='Disabled'
  
-  sudo fwupdmgr set-bios-setting 'BIOSEnumMode'NativeEnum' --no-reboot-check+  sudo '/opt/dell/dcc/cctk' --DRmt='Disabled'
  
-  sudo fwupdmgr set-bios-setting 'Virtualization'Disabled' --no-reboot-check+  sudo '/opt/dell/dcc/cctk' --BiosLogClear='Clear'
  
-  sudo fwupdmgr set-bios-setting 'VtForDirectIo'Disabled' --no-reboot-check+  sudo '/opt/dell/dcc/cctk' --ClearDellRmtLog='Enabled'
  
-  sudo fwupdmgr get-bios-settings+  sudo '/opt/dell/dcc/cctk' --PowerLogClear='Clear'
  
-====== Dell Command Configure ======+  sudo '/opt/dell/dcc/cctk' --ThermalLogClear='Clear'
  
-  * Last tested: ''1.1.6''+===== Remove =====
  
-  sudo '/opt/dell/dcc/cctk--TypeCPower='15W'+  * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]] 
 +  * If not removed, ''instsvcdrv.service'' lingers and increases boot time slightly
  
-  sudo '/opt/dell/dcc/cctk' --Touchscreen='Disabled'+  sudo zypper remove --clean-deps 'command-configure' 'srvadmin-hapi'
  
-  sudo '/opt/dell/dcc/cctk' --FanCtrlOvrd='Enabled'+  sudo rm -Rf '/opt/dell'
  
-  sudo '/opt/dell/dcc/cctk' --ClearDellRmtLog='Enabled'+====== fwupdmgr ======
  
-  sudo '/opt/dell/dcc/cctk--BiosLogClear='Clear'+  * Last tested BIOS: ''1.39.0'' 
 +  * :?: ''FanCtrlOvrd'' likely should be ''Disabled'' for [[linux:notes:drive_wipe#dell_fan_speed|firmware thermal profiles]]
  
-  sudo '/opt/dell/dcc/cctk' --PowerLogClear='Clear'+  sudo fwupdmgr set-bios-setting 'TypeCPower'15W' --no-reboot-check
  
-  sudo '/opt/dell/dcc/cctk' --ThermalLogClear='Clear'+  sudo fwupdmgr set-bios-setting 'Touchscreen'Disabled' --no-reboot-check
  
-===== openSUSE TW =====+  sudo fwupdmgr set-bios-setting 'UsbEmu' 'Disabled' --no-reboot-check
  
-  * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] +  sudo fwupdmgr set-bios-setting 'DRmt' 'Disabled--no-reboot-check
-  * Versions with ''rpm'' that likely work without dependency issue+
  
-  ''command-configure-5.1.0-23.el9.x86_64.tar.gz'' +  sudo fwupdmgr set-bios-setting 'ClearDellRmtLog' 'Enabled' --no-reboot-check 
-  ''command-configure-5.1.0-3.el8.x86_64.tar.gz'' + 
-  ''command-configure-4.1.0-478.el7.x86_64.tar.gz''+  sudo fwupdmgr set-bios-setting 'TbtPcieModeAutoSwitch'Disabled' --no-reboot-check 
 + 
 +  sudo fwupdmgr set-bios-setting 'FanCtrlOvrd' 'Enabled' --no-reboot-check 
 + 
 +  sudo fwupdmgr set-bios-setting 'BIOSEnumMode'NativeEnum' --no-reboot-check 
 + 
 +  sudo fwupdmgr set-bios-setting 'Virtualization' 'Disabled' --no-reboot-check 
 + 
 +  sudo fwupdmgr set-bios-setting 'VtForDirectIo'Disabled' --no-reboot-check 
 + 
 +  sudo fwupdmgr get-bios-settings
  
 ====== Linux ====== ====== Linux ======
/usr/local/www/wiki/data/attic/devices/dell_latitude_5591_spinesnap.1765175571.txt.gz · Last modified: by Sean Rhone