aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-21 00:01:56 +0200
committerJulien Dessaux2022-10-21 00:01:56 +0200
commit62ba31ee46b55a864b8e3eb38ba48df82cbad660 (patch)
treeaa0f7990fddbfd0779159c59bff43ec1707fe561
parentAmend last article (diff)
downloadwww-62ba31ee46b55a864b8e3eb38ba48df82cbad660.tar.gz
www-62ba31ee46b55a864b8e3eb38ba48df82cbad660.tar.bz2
www-62ba31ee46b55a864b8e3eb38ba48df82cbad660.zip
Amended last article
-rw-r--r--content/blog/gentoo/scanner.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/blog/gentoo/scanner.md b/content/blog/gentoo/scanner.md
index 1849136..29acf44 100644
--- a/content/blog/gentoo/scanner.md
+++ b/content/blog/gentoo/scanner.md
@@ -32,7 +32,10 @@ A `fujitsu` `SANE_BACKEND` exists, but it is a trap, you really need the `epjits
## 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/`:
```sh