From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: Re: Color calibrating scanner with GNOME Date: Sat, 16 Mar 2019 21:34:34 -0400 (EDT) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5KhC-0001UC-0V for help-guix@gnu.org; Sat, 16 Mar 2019 21:34:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5KhB-0005He-6h for help-guix@gnu.org; Sat, 16 Mar 2019 21:34:37 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:42102) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h5KhB-0005HE-18 for help-guix@gnu.org; Sat, 16 Mar 2019 21:34:37 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h5KhA-0005BW-6h for help-guix@gnu.org; Sat, 16 Mar 2019 21:34:36 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org On Sat, 16 Mar 2019, Jack Hill wrote: > Hi Guix, > > I'm trying to color calibrate my scanner while running GNOME by following > these instructions: > https://help.gnome.org/users/gnome-help/stable/color-calibrate-scanner.html.en > > I have produced a tiff of my calibration target, but my scanner doesn't show > up in the GNOME settings color submenu. The only device show is my laptop > screen. > > GNOME's simple-scan and sane-backend's* scanimage can use the scanner, and > scanimage reports it as: > > $ scanimage -L > device `pixma:MF4800_Canon5e5c59' is a CANON Canon i-SENSYS MF4800 Series > multi-function peripheral > > The device is connected over the network. > > What should I do to try to calibrate my scanner? I've done some more troubleshooting: I installed GNOME 3.30 (newer GNOME than current Guix master) on a Debian 10 (buster, testing) host. The scanner did not show up in the calibration dialog when connecting over the network. I suspect that this is because GNOME hardware/calibration does not trigger the search of the network for scanners. When I plugged it in via USB, it did show up in the calibration dialog. (Unfortunately, it doesn't scan over USB because of some as yet undetermined bug in sane or the device firmware (I'm extra suspicious of it because it is a multi-function device, so I imagine is more complex.).) On Guix, when the scanner is connected via USB it cannot be found by my user's scanning programs (or, therefore, the GNOME hardware/calibration dialog). However, it can be found as root. I suspect the problem is a missing udev rule. What is the right way to proceed? Best, Jack