Hi, I’m wondering if dnf or rpm-ostree (from what I understand, a dnf wrapper) does handle updating firmware drivers? I’ve uninstalled gnome-software and now I don’t know if I should update firmware with some other command, or does the “rpm-ostree update” command do it?

  • Dotdev@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    12 days ago

    Its fwupd which does the firmware updates , gnome software access it for updates . The cli version is fwupdmgr.

  • SteveTech@programming.dev
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 days ago

    firmware drivers

    This sounds like you’re talking about firmware blobs that the kernel drivers load, which are usually in a package called linux-firmware. It should be updated automatically, but I’ll check in the morning with Fedora Silverblue.

    Otherwise if you’re talking about device firmware, than that’s all fwupd, rpm-ostree has nothing to do with that.

  • Telorand@reddthat.com
    link
    fedilink
    arrow-up
    2
    ·
    11 days ago

    rpm-ostree is not really a dnf wrapper. It’s more of a wrapper for ostree with some additional dnf functionality.

    Iirc, Bazzite (for example) uses fwupd during their update process after rpm-ostree finishes.

  • malfisya@lemm.ee
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    12 days ago

    AFAIK firmware update is handled by fwupd. Not sure if those wrapper included that.