There's security update for the Logitech Unifying Receiver (see Screenshot).
Clicking the button does nothing.
I came across this post https://ask.fedoraproject.org/en/question/109038/logitech-unifying-receiver-security-update/ Updating via command line doesn't work either
$ sudo fwupdmgr update
Downloading RQR12.07_B0029 for Unifying [runtime]...
Updating RQR12.07_B0029 on Unifying [runtime]...
Decompressing…
version of org.freedesktop.fwupd incorrect: failed predicate [0.9.2 ge 0.8.1]
The only Google result for the error message is https://blogs.gnome.org/hughsie/2017/05/22/updating-logitech-hardware-on-linux/ . But the comment mentioning it doesn't look resolved.
So how do I install the update? Correct me if I'm wrong, but 0.9.2 is greater than or equal 0.8.1 which means the predicate check is just broken?
$ sudo apt-get -s upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get -s upgradeand post the output. – Panther Sep 12 '17 at 17:12sudo apt-get -s upgrade. It is a firmware update, hence removing the hardware does not work as it needs to be plugged in to update the firmware. Also removing the hardware removes the update (fwup depetects the connected hardware). – Prinzhorn Sep 12 '17 at 17:44