From owner-freebsd-current@FreeBSD.ORG Fri Nov 7 17:40:41 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 366E61065679 for ; Fri, 7 Nov 2008 17:40:41 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id C40CB8FC18 for ; Fri, 7 Nov 2008 17:40:40 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=d6BVkb5LuPPVEe4iNQMLyA==:17 a=v8QXlMcnAaqCXa6EwS8A:9 a=MTc0xH-PSzccbWvSrFGUPZSL2RMA:4 a=LY0hPdMaydYA:10 Received: from [62.113.135.6] (account mc467741@c2i.net [62.113.135.6] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1146805376; Fri, 07 Nov 2008 18:40:39 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 7 Nov 2008 18:42:49 +0100 User-Agent: KMail/1.9.7 References: <200811071134.42761.shoesoft@gmx.net> <200811071743.40319.shoesoft@gmx.net> <200811071838.16493.hselasky@c2i.net> In-Reply-To: <200811071838.16493.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811071842.50044.hselasky@c2i.net> Cc: Stefan Ehmann Subject: Re: usb2: scanner no longer working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Nov 2008 17:40:41 -0000 On Friday 07 November 2008, Hans Petter Selasky wrote: > Hi, > > Could you dump the current config descriptor of your scanner? > > usbconfig -u 3 -a 2 dump_curr_config_desc > > It can also be a set-config issue. > > --HPS Also get me the device descriptor through: usbconfig -u 3 -a 2 dump_device_desc 3 and 2 are the numbers after ugen, like ugen3.2 --HPS