From owner-freebsd-questions@freebsd.org Sat Oct 22 14:18:28 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67C00C1C45B for ; Sat, 22 Oct 2016 14:18:28 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 38AB486F for ; Sat, 22 Oct 2016 14:18:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u9MEIKp5096560 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 22 Oct 2016 08:18:20 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u9MEIKbh096557; Sat, 22 Oct 2016 08:18:20 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 22 Oct 2016 08:18:20 -0600 (MDT) From: Warren Block To: Manish Jain cc: "freebsd-questions@freebsd.org" Subject: Re: Is it time to retire the scanner ? In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 22 Oct 2016 08:18:21 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 14:18:28 -0000 On Sat, 22 Oct 2016, Manish Jain wrote: > > Hi, > > My Canon MG 2470 Pixma Multi Function Device (USB) serving purely as a > scanner has stopped working under FreeBSD (it works under Windows XP > still though). > > 'scanimage -L' gets stuck. The following diagnostics are available at > the console : > > ulpt0: on usbus7 > ulpt0: using bi-directional mode > ata0: FAILURE - odd-sized DMA transfer attempt 5 % 2 > ata0: setting up DMA failed > > I can't be sure whether the ata0 error above is related to the Canon > scanner, but it does look like that. It's unlikely. ata0 would be related IDE hardware, probably a hard drive. Given that, this is likely a pretty old motherboard. > Would it suggest that the scanner hardware has started failing ? I have > tried disconnecting the scanner from the USB hub and connecting it > directly to a USB port at the mainboard, but even that does not help. If the scanner works on XP, the hardware is fine. This is more likely a problem with USB and multifunction devices on FreeBSD. It could be solvable.