LVFS说,我的罗技统一接收器有一个固件更新,RQR12.10_B0032上传了2019-9-19,并被评为高度紧急。
Gnome软件没有发现任何固件更新,但是运行fwupdmgr get-devices返回:
Unifying Receiver
DeviceId: d6f6ce27dc66c459a4392a8414cfb54e9d15c3be
Guid: 9d131a0c-a606-580f-8eda-80587250b8d6
Guid: 279ed287-3607-549e-bacc-f873bb9838c4
Summary: A miniaturised USB wireless receiver
Plugin: unifying
Flags: updatable|supported|registered
Vendor: Logitech
VendorId: USB:0x046D
Version: RQR12.09_B0030
VersionBootloader: BOT01.04_B0016
VersionFormat: plain
Icon: preferences-desktop-keyboard
InstallDuration: 7
Created: 2019-11-03我相信我在2017年的某个线程中看到了固件版本RQR12.09_B0030固件。
运行fwupdmgr get-updates或fwpudmgr update将返回:
No releases found for device: Not compatible with bootloader version: failed predicate [BOT01.0[0-3]_* regex BOT01.04_B0016]操作系统是Ubuntu 19.10。我不明白消息中引用了什么引导加载器。
在LVFSSecurityNotesforLVFSSecurityNotesforRQR12.10_B0032中,它指出:“闪存后无法验证固件。”这是否意味着即使发生了固件升级也不会出现?
我使用linux已经有十几年了。如果指令清楚的话,我很乐意使用终端。如果有推荐的治疗方法,请给我简单一点。
PS:我已经回顾了2018年5月的不能用fwupd升级罗技统一固件线程,但是我的场景似乎在各个方面都很不同。
发布于 2020-02-13 21:44:46
以下是https://github.com/fwupd/fwupd/wiki/LVFS-Triaged-Issue:-Logitech-Restart-Failure的官方解决方案
因此,我使用以下脚本更新了它(因为第一个失败的鼠标和键盘断开了连接,所以无法手动完成)
#!/bin/bash
fwupdmgr update
sleep 5
fwupdmgr updatehttps://askubuntu.com/questions/1186006
复制相似问题