aboutsummaryrefslogtreecommitdiff
path: root/content/blog/gentoo/scanner.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/gentoo/scanner.md')
-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