| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| devices:dell_latitude_5591_spinesnap [2025/12/31 19:23] – Sean Rhone | devices:dell_latitude_5591_spinesnap [2026/01/28 22:34] (current) – [Notes] Sean Rhone |
|---|
| ====== 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 ====== |
| |
| * [[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]] (openSUSE/RPM) | * [[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]] (Ubuntu/deb) | * [[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]] |
| |
| ===== 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' |
| 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 ====== |