Firmwared.service not found

Hello everyone.
I have been trying to install sphinx but when I type in:
$ sudo systemctl start firmwared

I get this error.
Failed to start firmwared.service: Unit firmwared.service not found.
I have been searching online to find the solution but so far haven’t found any. can anybody help?

You should try “sudo apt-get install libatomic1” before “sudo systemctl start firmwared.service”.

Have you restarted your computer after installing sphinx?

1 Like

I tried this but apparently it’s already installed.

Reading package lists… Done
Building dependency tree
Reading state information… Done
libatomic1 is already the newest version (8.3.0-6ubuntu1~18.04.1).
libatomic1 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I haven’t installed it yet i get the error when i type in “sudo systemctl start firmwared.service”

firmwared is provided with sphinx. You have to install sphinx and restart your machine before being able to start firmwared.service.

1 Like

oh. Thanks I didn’t know that.