AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-117027

Prinzhorn's questions

Martin Hope
Prinzhorn
Asked: 2017-09-13 08:51:10 +0800 CST

无法更新 Logitech Unifying Receiver(org.freedesktop.fwupd 版本不正确:谓词失败 [0.9.2 ge 0.8.1])

  • 4

Logitech Unifying Receiver 有安全更新(参见屏幕截图)。

Ubuntu 软件截图

单击按钮什么也不做。

我遇到了这篇文章https://ask.fedoraproject.org/en/question/109038/logitech-unifying-receiver-security-update/ 通过命令行更新也不起作用

$ 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]

错误消息的唯一 Google 结果是https://blogs.gnome.org/hughsie/2017/05/22/updating-logitech-hardware-on-linux/。但是提到它的评论看起来并没有解决。

那么如何安装更新呢?如果我错了,请纠正我,但0.9.2大于或等于0.8.1这意味着谓词检查刚刚被破坏?

$ 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.
logitech-unifying
  • 4 个回答
  • 6529 Views
Martin Hope
Prinzhorn
Asked: 2017-04-10 08:40:40 +0800 CST

加速 LILO 启动,大约需要 10 分钟

  • 2

在 grub 完全停止引导我的系统之后(引导修复:错误:找不到 /dev/sdb1 的 GRUB 驱动器。检查你的 device.map)我安装了 LILO。我知道它不再处于积极开发中,但我没有任何其他选择。我很高兴我可以使用我的电脑。

无论如何,正如我在标题中所说,启动大约需要十分钟(在最终启动之前它填充了十行点)。这是我可以忍受的事情,但它也让(有时是必要的)重启很痛苦。我尝试了compact没有做任何事情的选项。如果重要的话,Ubuntu 安装在带有 EXT4 的 SSD 上。

笔记本电脑是联想 U410 ( https://www.amazon.de/gp/product/B0090K8XZ0/ )。几个月前,我用一个 SSD 卸下了两个驱动器(HDD+SSD)。

$ sudo fdisk -l
Disk /dev/sda: 489,1 GiB, 525112713216 bytes, 1025610768 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xaf50d9a7

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1  *          2048 1009117183 1009115136 481,2G 83 Linux
/dev/sda2       1009119230 1025609727   16490498   7,9G  5 Extended
/dev/sda5       1009119232 1025609727   16490496   7,9G 82 Linux swap / Solaris


$ fsck -f /dev/sda1
fsck from util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/sda1: 1241359/31539200 files (0.2% non-contiguous), 24634630/126139392 blocks


$ fsck -f /dev/sda2
fsck from util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda2
Could this be a zero-length partition?


$ sudo blkid
/dev/sda1: UUID="73439e58-15b3-4949-bdad-1c8b5d0259ae" TYPE="ext4" PTTYPE="dos" PARTUUID="af50d9a7-01"
/dev/sda5: UUID="c9c653a7-716a-4b19-b3b1-b61c0d5a94b8" TYPE="swap" PARTUUID="af50d9a7-05"


$ cat /etc/fstab 
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=73439e58-15b3-4949-bdad-1c8b5d0259ae /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=c9c653a7-716a-4b19-b3b1-b61c0d5a94b8 none            swap    sw              0       0


sudo parted -l
Model: ATA Crucial_CT525MX3 (scsi)
Disk /dev/sda: 525GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End    Size    Type      File system     Flags
 1      1049kB  517GB  517GB   primary   ext4            boot
 2      517GB   525GB  8443MB  extended
 5      517GB   525GB  8443MB  logical   linux-swap(v1)
boot
  • 2 个回答
  • 1180 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve