From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 22:44:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4EAB106568B for ; Wed, 30 Dec 2009 22:44:48 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.freebsd.org (Postfix) with ESMTP id 694E98FC21 for ; Wed, 30 Dec 2009 22:44:48 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id nBUMikSS030532; Wed, 30 Dec 2009 23:44:46 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 0E1A5BA7A; Wed, 30 Dec 2009 23:44:46 +0100 (CET) Date: Wed, 30 Dec 2009 23:44:46 +0100 From: Roland Smith To: Leslie Jensen Message-ID: <20091230224446.GA89857@slackbox.xs4all.nl> References: <4B3B9288.4010309@eskk.nu> <20091230185846.GA85077@slackbox.xs4all.nl> <4B3BCE4A.8020709@eskk.nu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <4B3BCE4A.8020709@eskk.nu> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Where do I find instructions on how to configure sane-epkowa X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 22:44:48 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 30, 2009 at 11:03:54PM +0100, Leslie Jensen wrote: > When I was running 7.2 I had found a way to make it work. >=20 > First I added the product in /sys/dev/usb/usbdevs then the same=20 > information had to be added in /sys/dev/usb/uscanner.c then I had to=20 > recompile the kernel, build and install it. The scanner would then be fou= nd. >=20 > Now on 8.0 I can't find uscanner.c so there must be another way to=20 > handle it. The uscanner device has been deprecated in favor of the libusb API that is = in the base system in 8.x. (Even the /dev/ugen devices are now just links to nodes in /dev/usb/.) If you have the configuration right (both dll.conf and epkowa.conf), check = the device permissions. I've got the following in /etc/devfs.rules (not devfs.c= onf!); add path 'usb/*' mode 0660 group usb (Note that USB devices are now in a separate subdirectory!) All users of UDB devices must be in the usb group, in this case. If you don't have untrusted users you could use 'mode 0666' without the group statement. If the device permissions are OK, please post your epkowa.conf and dll.conf, and the output of 'usbconfig list' when the scanner is attached As an aside, have you tried the plain epson driver?=20 Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAks7194ACgkQEnfvsMMhpyVGwgCfVtVxY/43FUX70kLn1ml6s6my OkMAniiyfCScNYdLSBGTj5QASWuZLQt2 =IJpf -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e--