From owner-freebsd-hackers@FreeBSD.ORG Sat Jun 23 10:48:03 2007 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F5EA16A41F for ; Sat, 23 Jun 2007 10:48:03 +0000 (UTC) (envelope-from fli+freebsd-hackers@shapeshifter.se) Received: from mx1.h3q.net (mx1.h3q.net [212.37.5.30]) by mx1.freebsd.org (Postfix) with ESMTP id 1E10F13C46A for ; Sat, 23 Jun 2007 10:48:02 +0000 (UTC) (envelope-from fli+freebsd-hackers@shapeshifter.se) Received: from [192.168.1.100] (81-232-22-115-no50.tbcn.telia.com [81.232.22.115]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: fli@shapeshifter.se) by mx1.h3q.net (Postfix) with ESMTP id 9F3FA78C20; Sat, 23 Jun 2007 12:48:00 +0200 (CEST) Message-ID: <467CFA51.40101@shapeshifter.se> Date: Sat, 23 Jun 2007 12:47:45 +0200 From: Fredrik Lindberg User-Agent: Thunderbird 2.0.0.0 (X11/20070610) MIME-Version: 1.0 To: Patrick Tracanelli References: <467C343C.60707@freebsdbrasil.com.br> <467C3D4F.5030106@shapeshifter.se> <467CA46E.6070705@freebsdbrasil.com.br> In-Reply-To: <467CA46E.6070705@freebsdbrasil.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org Subject: Re: UPEK/TouchChip Biometric Device problem X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 10:48:03 -0000 Patrick Tracanelli wrote: >> >>> >>> All threads purged from ugen1.1 >>> All threads purged from ugen1.2 >>> All threads purged from ugen1.3 >> >> Harmless, as far as I know. >> >>> >>> What is this about "threads purged"? Also, the port want libintl.so.6 >>> while 6.2-STABLE has libintl.so.8. I have tried 1) linking .8 to .6 >>> and also copied .6 from another system (also, 6.2-STABLE) to the >>> current one. Didnt work both way. Same behavior, exactly. >> >> This is because of a gettext library bump, I just found out about it >> (although it happened in march), and I have know good solution to it. >> Installing an old version of gettext should of course work, but that's >> ugly. > > So, this has nothing to do with the fact that the device can not be > initiated? > This is _exactly_ the same device as you have been using in the past with libtfmessbsp.so ? Because if you try to use it with an unsupported device you'll get the "unable to attach" message. Those "All threads purged" have "always" been there, it appears to happen with other devices as well http://lists.freebsd.org/pipermail/freebsd-bugs/2006-May/018361.html Since the binary is built on top of libusb you can turn on debugging in libusb by setting the environment variable USB_DEBUG (the larger value the more verbose debugging). At least that will give a hint if it's talking to the device or not. Fredrik