From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#38064: Simple Scan: Scanner is not detected Date: Mon, 4 Nov 2019 23:16:09 -0500 (EST) Message-ID: References: <16e38daadc1.d52b99db11197.8616324851526648573@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52962) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iRqH9-0006Lp-Fd for bug-guix@gnu.org; Mon, 04 Nov 2019 23:17:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iRqH8-0003H4-Hk for bug-guix@gnu.org; Mon, 04 Nov 2019 23:17:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57204) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iRqH8-0003Gu-EV for bug-guix@gnu.org; Mon, 04 Nov 2019 23:17:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iRqH8-0001mu-7H for bug-guix@gnu.org; Mon, 04 Nov 2019 23:17:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <16e38daadc1.d52b99db11197.8616324851526648573@zoho.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: sirgazil Cc: 38064@debbugs.gnu.org On Mon, 4 Nov 2019, sirgazil via Bug reports for GNU Guix wrote: > I can't use the scanner because Simple Scan (a.k.a. Document Scanner) does not detect it. That's unfortunate. I think the follow information might help in troubleshooting: What scanner is it, and how is it connected (e.g. USB)? What does running `scanimage -L` from the terminal report? scanimage can be found in the sane-backends package (yes, it contains frontends too :)) I expect this to also report no scanners found just like simple-scan, but it's worth checking just to be sure. I've added `(simple-service 'custom-udev-rules udev-service-type (list sane-backends))` to my system services, which may help the scanning tools have permission to access your scanner. Best, Jack