当我运行命令来更新固件时,它声明要手动将其置于更新模式中。我已经找了个解释,但找不到任何有用的东西。
# fwupdmgr -v update
Downloading RQR12.07_B0029 for Unifying [runtime]...
Updating RQR12.07_B0029 on Unifying [runtime]...
Decompressing…
Device Unifying [runtime] needs to manually be put in update mode来自fwupdmgr get设备的输出:
Unifying [runtime]
Guid: 9d131a0c-a606-580f-8eda-80587250b8d6
UniqueID: com.logitech.Unifying.RQR12.firmware
DeviceID: usb:00:01
Description: <p>A Unifying receiver allows you to connect multiple compatible keyboards and mice to a laptop or desktop computer with a single USB receiver. Updating the firmware on your Unifying receiver improves performance, adds new features and fixes security issues.</p>
Plugin: unifying
Flags: allow-online|supported|needs-bootloader
DeviceVendor: Logitech
Version: 003.000.12003
VersionBootloader: BL.0aa.0aa
Created: 2018-05-04
AppstreamId: com.logitech.Unifying.RQR12.firmware
Summary: Firmware for the Logitech Unifying receiver
UpdateDescription: <p>This release addresses an unencrypted keystroke injection issue known as Bastille security issue #11. The vulnerability is complex to replicate and would require a hacker to be physically close to a target.</p>
UpdateVersion: RQR12.07_B0029
UpdateHash: d0d33e760ab6eeed6f11b9f9bd7e83820b29e970
UpdateChecksumKind: sha1
License: Proprietary
UpdateUri: https://fwupd.org/downloads/938fec082652c603a1cdafde7cd25d76baadc70d-Logitech-Unifying-RQR12.07_B0029.cab
UrlHomepage: http://support.logitech.com/en-us/software/unifying
Vendor: Logitech
Trusted: none发布于 2018-05-08 14:02:04
发布于 2019-11-30 09:31:26
对我来说,这些命令起作用了
sudo apt remove fwupd
sudo snap install fwupd --classic
sudo fwupdmgr refresh
fwupdmgr update
sudo fwupdmgr -v update (mouse on)发布于 2019-07-20 09:49:28
在杰丁氏评论之后,我确认16.04 (XFCE)上最简单的解决方案是:
fwupd搜索fwupd (不需要fw-uefi-tools)这将升级足以完成作业的守护进程版本。运行fwupdmgr --version以检查:
# fwupdmgr --version client version: 0.8.3 daemon version: 1.2.10
https://askubuntu.com/questions/1031871
复制相似问题