Dell Latitude Firmware Update that won't update

There’s a pending firmware update that’s been hanging around in my software center for probably a few months now. It’s a firmware update. Clicking the download button next to the item seems to do nothing. Of course, the AC must be plugged in to install this update and I have done that many times now. Other updates will install during shutdown/restart as usual. But this one just doesn’t go away.

Not a huge problem, since it doesn’t affect use of my computer. It’s just been bugging me lately that this thing is always there. :laughing:

Any suggestions on what might be happening here? Are firmware updates not an automatic type of thing? If so, how do I go about completing this update?

1 Like

Using gnome software center have previous firmware updates for this laptop succeeded?

I use a command line method by running as root

fwupdmgr refresh --force
fwupdmgr get-updates

to see if an update is queued then if I want to perform the update

fwupdmgr update

and follow the instructions.

1 Like

A lot of firmware updates for PCs and laptops cannot be done from within linux. I don’t know what Dell does in this respect.

Some are able to be updated by placing the firmware on a usb device then updating from within the bios setup menu. Others may require a windows environment to perform the update. If you dual boot this is very easy. If you do not have windows installed then there are bootable windows PE options, and I have used Hirens boot PE from here to flash firmware on some devices.

Thanks! This worked. I didn’t run it as root but still seems to have worked anyway.

The polkit stuff the fwupd package supplies seems to allow users in the wheel group to perform the actions with root privileges without supplying a password.

/usr/share/polkit-1/actions/org.freedesktop.fwupd.policy
/usr/share/polkit-1/rules.d/org.freedesktop.fwupd.rules

I use the command-line fwupd tools on a Dell Latitude. One firmware update was downloaded but not installed until the kernel was updated – I assumed the update was tied to the kernel version.