Update README.md
Tweak the message about re-stopping the python3-validity message. I got that at a surprising point, which may have been after running the firmware command. I can|t remember any more, but this message makes the point clearer about possibly needing to stop it also before running the reset command.
This commit is contained in:
parent
7b56f99759
commit
c6067747d7
1 changed files with 5 additions and 2 deletions
|
|
@ -24,8 +24,11 @@ $ sudo systemctl stop python3-validity
|
|||
$ sudo validity-sensors-firmware
|
||||
$ sudo python3 /usr/share/python-validity/playground/factory-reset.py
|
||||
|
||||
# At this point you may or may find the device busy, depending on
|
||||
# how systemctl plays along. Kill offending processes if necessary.
|
||||
# At some of the above points you may get a 'device busy' error,
|
||||
# depending on how systemctl plays along. Kill offending processes if
|
||||
# necessary, or re-run the systemctl stop python3-validity command,
|
||||
# in case it has automatically been restarted, or or kill other
|
||||
# offending processes.
|
||||
|
||||
$ sudo systemctl start python3-validity
|
||||
$ fprintd-enroll
|
||||
|
|
|
|||
Loading…
Reference in a new issue