From owner-freebsd-questions Mon May 14 21: 8:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id DE4F237B422 for ; Mon, 14 May 2001 21:08:13 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id GAA26151; Tue, 15 May 2001 06:08:10 +0200 (MEST) Message-ID: <3B00ABA9.C8F1CAA4@gmx.de> Date: Tue, 15 May 2001 06:08:09 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: Ilya Cc: questions@freebsd.org Subject: Re: umax astra scsi scanner References: <01a201c0dcd4$ab3f3e40$0300a8c0@oracle> <014201c0dcdd$29253000$0100a8c0@ilya> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Ilya, > can i use Umax Astra 1220S (scsi) scanner in FreeBsd? According to http://www.mostang.com/sane/sane-backends.html it should work. I'm using an Umax S-12, which is an predecessor of yours. So your chances are good. > kernel sees it as: > pass4 at ahc0 bus 0 target 4 lun 0 > pass4: Fixed Scanner SCSI-2 device > pass4: 3.300MB/s transfers Make sure you have the appropriate device /dev/pass4 . If not create it with the MAKEDEV script in /dev > but i dont see any drivers for scanners in LINT (except one hand scanner). I have in my kernel config (stripped to SCSI related): device cd #SCSI CD-ROMs device da #SCSI direct access devices (aka disks) device pass #CAM passthrough driver device scbus #base SCSI code device sym # NCR/Symbios Logic (newer chipsets) The last line must fit your SCSI controller of course. If you only have your scanner as SCSI device, you can omit the cd and da options. The scanner driver itself is provided by the sane program, not the kernel. If you prefer a graphical interface, install xsane, too ( /usr/ports/graphics/xsane will install sane and xsane in one step). If there is gimp on your system, this will even include a plugin for gimp, so you can scan directly out of gimp. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message