Unable to check for firmware update: public key mismatch

Started by mahesh, Oct 26, 2023, 07:31 AM

Previous topic - Next topic

mahesh

Anybody else seen this?

Problem:

1. Run system76-firmware.
2.Output to the shell is:
Code:
2019-04-19 22:29:23,142  ERROR  Failed to download firmware for oryp3
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/system76driver/firmware.py", line 414, in _run_firmware_updater
    digest, changelog_json = iface.Download()
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Failed: public key mismatch
3. App window displays:
Code:
Could not download firmware. Please check your network connection and try againSteps taken:

  • I've confirmed that system76-firmware is communicating with system76-firmware-daemon via DBUS.
  • I see the "public key mismatch" message coming over DBUS.
  • I've confirmed that system76-firmware-daemon is connecting with firmware.system76.com
  • I Purged and reinstalled the system76-firmware-daemon package.

System:
  • Oryx Pro, model oryp3
  • Ubuntu 18.04(bionic)
  • Ubuntu packages all up to date.

System76 packages:
Code:
deb http://ppa.launchpad.net/system76-dev/stable/ubuntu bionic main:Code:
system76-coreboot-dkms    1.0.0~1551732971~18.04~0ef00d9~dev
system76-dkms    1.0.4~1554501662~18.04~5be9b0d~dev
system76-driver    19.04.7~1555460066~18.04~1090881~dev
system76-driver-nvidia    19.04.7~1555460066~18.04~1090881~dev
system76-firmware    1.0.3~1552487005~18.04~95d19ef~dev
system76-firmware-daemon    1.0.3~1552487005~18.04~95d19ef~dev
system76-io-dkms    1.0.0~1547223867~18.04~e58ff7f~dev
system76-power    1.0.0~1555432002~18.04~1c347b8~dev
system76-wallpapers    18.04.2~1525874807~18.04~d6171e2~dev
Thanks!