From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 23:39:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F07BB16A4CE for ; Fri, 15 Apr 2005 23:39:03 +0000 (GMT) Received: from post5.inre.asu.edu (post5.inre.asu.edu [129.219.110.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id C770643D1D for ; Fri, 15 Apr 2005 23:39:03 +0000 (GMT) (envelope-from iqgrande@asu.edu) Received: from conversion.post5.inre.asu.edu by asu.edu (PMDF V6.1-1X6 #30769) id <0IF000001HNQX5@asu.edu> for freebsd-questions@freebsd.org; Fri, 15 Apr 2005 16:38:14 -0700 (MST) Received: from smtp.asu.edu (smtp.asu.edu [129.219.110.107]) <0IF000NLHHNQ29@asu.edu>; Fri, 15 Apr 2005 16:38:14 -0700 (MST) Received: from [IPv6:::1] (enuxgs.eas.asu.edu [149.169.30.26]) (8.12.10/8.12.10/asu_smtp_relay,nullclient,tcp_wrapped) with ESMTP id j3FNcBj5028650; Fri, 15 Apr 2005 16:38:11 -0700 (MST) Date: Fri, 15 Apr 2005 19:38:12 -0400 From: "Anthony M. Agelastos" To: freebsd-questions@freebsd.org, SANE devel Message-id: <9641680007c47bf2bdbc04da19a9feda@asu.edu> MIME-version: 1.0 (Apple Message framework v619.2) X-Mailer: Apple Mail (2.619.2) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7bit Subject: Scanning in FreeBSD 5.3-RELEASE, niash, and a busy signal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 23:39:04 -0000 Hello all, My HP ScanJet 3300C will not scan due to being busy. I followed the steps of the FreeBSD manual and will show its output below in the event that it may help. I should note that the configuration is as follows: FreeBSD 5.3-RELEASE // GENERIC KERNEL Pentium III, 450 MHz If I had to guess the problem, I would say that it is possible that the niash driver (that is the sane-backend for this scanner) does not work well with FreeBSD's kernel driver, the kernel driver and libusb do not coexist well, or scanimage is only trying to use libusb and the kernel driver is not allowing it to. I know when I installed sane-backends (make && make install && make clean with a fully-updated Ports tree), it installed libusb as well, and I know this scanner works with libusb (I have gotten it to work on Mac OS X this way), hence my above conclusion. Does anyone have any other input on this? I should also note that I am root running these commands and that I have rebooted since plugging it in just in case. sane-find-scanner -q found USB scanner (vendor=0x03f0, product=0x0205) at /dev/uscanner0 scanimage -L device `niash:/dev/uscanner0' is a Hewlett-Packard ScanJet 3300C flatbed scanner scanimage > image.pnm scanimage: open of device niash:/dev/uscanner0 failed: Device busy