From 62ba31ee46b55a864b8e3eb38ba48df82cbad660 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 21 Oct 2022 00:01:56 +0200 Subject: Amended last article --- content/blog/gentoo/scanner.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3