From owner-freebsd-questions@FreeBSD.ORG Thu Jan 9 01:55:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B70597B5 for ; Thu, 9 Jan 2014 01:55:15 +0000 (UTC) Received: from know-smtprelay-omc-4.server.virginmedia.net (know-smtprelay-omc-4.server.virginmedia.net [80.0.253.68]) by mx1.freebsd.org (Postfix) with ESMTP id 2C3B51850 for ; Thu, 9 Jan 2014 01:55:04 +0000 (UTC) Received: from amd.asgard.uk ([92.238.71.115]) by know-smtprelay-4-imp with bizsmtp id Bdts1n00Q2VE8Jc01dttj9; Thu, 09 Jan 2014 01:53:53 +0000 X-Originating-IP: [92.238.71.115] X-Spam: 0 X-Authority: v=2.1 cv=KqzD2AmN c=1 sm=1 tr=0 a=kgu37eZCuzjHC/BLjkfnNA==:117 a=kgu37eZCuzjHC/BLjkfnNA==:17 a=mSnCZvPJBnkA:10 a=F3-RvoO4_8wA:10 a=z6OmtuC8ihAA:10 a=8nJEP1OIZ-IA:10 a=U4kjxnpeAAAA:8 a=y9SgMbAw4LYA:10 a=XjwWLgrG6_SLwcs9rd8A:9 a=wPNLvfGTeEIA:10 From: Dave To: freebsd-questions@freebsd.org Subject: Re: sane - scanimage asks for password Date: Thu, 9 Jan 2014 01:53:52 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RELEASE-p7; KDE/4.10.5; amd64; ; ) References: <201401090030.15085.freebsd01@dgmm.net> In-Reply-To: <201401090030.15085.freebsd01@dgmm.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201401090153.52432.dave@dgmm.net> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 01:55:15 -0000 On Thursday 09 January 2014 00:30:15 dgmm wrote: Further testing shows this as the relevent bit. > scanimage -L > Password for dave on localhost? > device `pixma:04A91908' is a CANON Canoscan 9000F multi-function peripheral I was automatically entering the correct password which results in the above. Below is what happens when the password is incorrect. %scanimage -L Password for root on localhost? Failed cupsGetDevices device `pixma:04A91908' is a CANON Canoscan 9000F multi-function peripheral ...so I rebuilt sane-backends without CUPS support (which defaults to ON in the config). and it now works just fine. The problem is my CUPS config although in all other respects CUPS seems to be working just fine so I'm not sure where to look for that. I've been scratching my head all day over this and now the "solution" comes once I have to explain to someone else (plus a serindipitous mistake) Pointers to a more complete/correct solution will still be appreciated, especially if it helps others find a better search result than I managed to find.