Amended last article

This commit is contained in:
Julien Dessaux 2022-10-21 00:01:56 +02:00
parent 91bc1cfebd
commit 62ba31ee46
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -32,7 +32,10 @@ A `fujitsu` `SANE_BACKEND` exists, but it is a trap, you really need the `epjits
## The tricky part ## The tricky part
Nothing worked at this stage, the scanner was not detected by neither `simple-scan` nor `scanimage -L`, but `sane-find-scanner` could see it just fine. That is because we are missing a firmware which can be found on the [web archive](https://web.archive.org/web/20190217094259if_/https://www.josharcher.uk/static/files/2016/10/1300i_0D12.nal). That's right you have got to live dangerously... Here is the sha1 of the file you should end up with if that can reassure you a bit: cde2a967d5048ca4301f5c3ad48397dac4a02dad. Nothing worked at this stage, the scanner was not detected by neither `simple-scan` nor `scanimage -L`, but `sane-find-scanner` could see it just fine. That is because we are missing a firmware which can be found on the [web archive](https://web.archive.org/web/20190217094259if_/https://www.josharcher.uk/static/files/2016/10/1300i_0D12.nal). That's right you have got to live dangerously in this world of proprietary firmware blobs... Here is the sha1 of the file you should end up with if that can reassure you a bit:
```
cde2a967d5048ca4301f5c3ad48397dac4a02dad
```
Download this file then put it as root in `/usr/share/sane/epjitsu/`: Download this file then put it as root in `/usr/share/sane/epjitsu/`:
```sh ```sh