Linux BIOS Updates Even Update My Mouse – Part 3

Image: Logitech Unifying ReceiverAll right, I am impressed because the Linux Firmware Updater (fwupd) does not only update embedded Firmware in my notebooks as described in the previous post, but can actually also update the firmware of USB devices!

When I experimented a bit with the options of ‘fwupdmgr’ I noticed that my wireless Logitech mouse was also on the list of devices that can be upgraded. Seriously, I thought!? So I checked on fwupd.org and indeed, Logitech is one of the companies putting their firmware updates in the database. I’m impressed because over the years, Logitech had a bit more than their fair share of security issues that they needed to patch. Especially 2019 was not a good year for them in terms of security and at the time I could only find their Windows and MAC updater programs. These didn’t help me much because they wouldn’t run reliably in virtual machines, the only place where Windows still runs at my home. Migrating away to Bluetooth enabled mice was also not an option while I’m still on Ubuntu 16.04 and cable mice were no alternative either.

So I was really happy when I saw that fwupd can update Logitech mice with a ‘Unifying’ receiver. It didn’t work straight out of the box, however. On Ubuntu 16.04 I got an obscure error message when trying to update as described in part 2 of this series. The same on Ubuntu 18.04. But then I found the advice to get the latest version by uninstalling fwupd in Ubuntu 18.04 and then reinstalling the latest version via snap. I’ve never installed anything with snap before but this time I thought I’d give it a try just for the fun of it. Here’s the procedure:

sudo -s
apt remove fwupd
snap install fwupd --classic
fwupdmgr refresh
fwupdmgr update

Upgrade available for Unifying Receiver from RQR24.07_B0030 to RQR24.11_B0036
Unifying Receiver and all connected devices may not be usable while updating. Continue with update? [Y|n]: y
Downloading RQR24.11_B0036 for Unifying Receiver...
Fetching firmware https://fwupd.org/downloads/b30e729cc544c711a6ad947cef9ce6614b394a7b-Logitech-Unifying-RQR24.11_B0036.cab
Downloading…             [***************************************] Less than one minute remaining…
Decompressing…           [***************************************]
Authenticating…          [***************************************]
Updating Unifying Receiver…
Idle…                    [***************************************]
Updating Unifying Receiver…**************************************]
Writing…                 [***************************************]
Successfully installed firmware

And with that version of fwupd, I updated three Logitech receivers I use in my household in a few minutes. Thanks very much Logitech, much appreciated!

3 thoughts on “Linux BIOS Updates Even Update My Mouse – Part 3”

  1. Great, gotta try this when I’m back home!

    (Do you happen to know if this Logitech update also works in case of older Laptops that can’t upgrade their BIOS with the fwup-daemon? Are these updates independent processes, or is the whole fwupd functionality dependend on some kind of support from the BIOS/mainboard/whatever-essential-technology?)

    Cheers from not-far-from-Cologne!

  2. That’s indeed good news. And it’s the 1st time I see a use case for Snap that even I would pursue 😉

Comments are closed.