From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: SANE / simple-scan working for anyone? Date: Mon, 04 Mar 2019 14:03:26 -0500 Message-ID: <874l8impgm.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0stE-0005au-Ep for guix-devel@gnu.org; Mon, 04 Mar 2019 14:04:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0stC-0004tR-Bi for guix-devel@gnu.org; Mon, 04 Mar 2019 14:04:39 -0500 Received: from world.peace.net ([64.112.178.59]:50968) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h0stA-0004m2-DR for guix-devel@gnu.org; Mon, 04 Mar 2019 14:04:38 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Has anyone successfully scanned documents with SANE on a Guix System? I just tried running 'simple-scan' with a CanoScan N1240U/LiDE 30 connected via USB, which has "complete" support according to the SANE docs. Although "lsusb" shows the scanner: mhw@jojen ~$ lsusb Bus 006 Device 002: ID 04a9:220e Canon, Inc. CanoScan N1240U/LiDE 30 'simple-scan' says "No scanners detected". I took a look at the 'strace' output, and one thing I noticed is that it tries to open /dev/usb/, which doesn't exist on my system. Before I spend more time investigating, does anyone else have insight on this? Has anyone successfully used USB scanners on Guix systems? Mark