User Tools

Site Tools


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/31 16:59] 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 BIOS: ''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 
-  sudo fwupdmgr set-bios-setting 'Touchscreen' 'Disabled--no-reboot-check +  * 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 'UsbEmu' 'Disabled' --no-reboot-check +
- +
-  sudo fwupdmgr set-bios-setting 'DRmt' 'Disabled' --no-reboot-check +
- +
-  sudo fwupdmgr set-bios-setting 'ClearDellRmtLog' 'Enabled' --no-reboot-check +
- +
-  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+
  
 ====== Dell Command Configure ====== ====== Dell Command Configure ======
  
-  * Last tested BIOS: ''1.1.6'' +  * [[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|https://dl.dell.com/FOLDER12705845M/1/command-configure_5.1.0-6.ubuntu24_amd64.tar.gz]]+  * [[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''
   * [[https://aur.archlinux.org/packages/dell-command-configure|AUR Source URLs]]   * [[https://aur.archlinux.org/packages/dell-command-configure|AUR Source URLs]]
   * https://www.dell.com/support/kbdoc/en-us/000178000/dell-command-configure   * https://www.dell.com/support/kbdoc/en-us/000178000/dell-command-configure
 +
 +  * Last tested BIOS: ''1.1.6''
  
   sudo '/opt/dell/dcc/cctk' --TypeCPower='15W'   sudo '/opt/dell/dcc/cctk' --TypeCPower='15W'
Line 49: Line 36:
  
 ===== Remove ===== ===== Remove =====
 +
 +  * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]
 +  * If not removed, ''instsvcdrv.service'' lingers and increases boot time slightly
  
   sudo zypper remove --clean-deps 'command-configure' 'srvadmin-hapi'   sudo zypper remove --clean-deps 'command-configure' 'srvadmin-hapi'
Line 54: Line 44:
   sudo rm -Rf '/opt/dell'   sudo rm -Rf '/opt/dell'
  
-===== openSUSE TW =====+====== fwupdmgr ======
  
-  * [[linux;distros;opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] +  * Last tested BIOS: ''1.39.0'' 
-  * Versions with ''rpm'' that likely work without dependency issue+  * :?: ''FanCtrlOvrd'' likely should be ''Disabled'' for [[linux:notes:drive_wipe#dell_fan_speed|firmware thermal profiles]]
  
-  ''command-configure-5.1.0-23.el9.x86_64.tar.gz'' +  sudo fwupdmgr set-bios-setting 'TypeCPower' '15W' --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 'Touchscreen'Disabled' --no-reboot-check 
 + 
 +  sudo fwupdmgr set-bios-setting 'UsbEmu' 'Disabled' --no-reboot-check 
 + 
 +  sudo fwupdmgr set-bios-setting 'DRmt'Disabled' --no-reboot-check 
 + 
 +  sudo fwupdmgr set-bios-setting 'ClearDellRmtLog' 'Enabled' --no-reboot-check 
 + 
 +  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.1767218399.txt.gz · Last modified: by Sean Rhone