-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Description
Issue description
Firing up fwupdmgr:
fwupdmgr get-updates
Error calling StartServiceByName for org.freedesktop.fwupd: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit fwupd.service not found.
So fwupd cannot be started automatically, so I start it manually:
/nix/store/pdlbih1qhwn48w0f99fvy047y9sz25c7-fwupd-0.8.1/libexec/fwupd/fwupd
(fwupd:5552): Fu-WARNING **: disabling plugin because: failed to coldplug raspberrypi: Raspberry PI firmware updating not supported, no /boot/start.elf
(fwupd:5552): Fu-WARNING **: disabling plugin because: failed to coldplug synapticsmst: MST firmware updating not supported, missing kernel support.
which kinda works, but not fully:
fwupdmgr refresh
Failed to download https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz.asc: SSL handshake failed
listing devices with get-devices works fine though.
Steps to reproduce
- Install fwupd by adding it to environment.systemPackages in /etc/nixos/configuration.nix
- Also add it to services.dbus.packages (thought that might help)
- Try to run fwupdmgr as listed above
Technical details
- System: (NixOS:
nixos-version, Ubuntu/Fedora:lsb_release -a, ...)
17.03.git.5e4b43d (Gorilla) - Nix version: (run
nix-env --version)
nix-env (Nix) 1.11.7 - Nixpkgs version: (run
nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion)
"17.03beta542.5e4b43d"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels