From owner-freebsd-usb@FreeBSD.ORG Mon Feb 17 20:11:40 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E4E44AD for ; Mon, 17 Feb 2014 20:11:40 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 12D961B7F for ; Mon, 17 Feb 2014 20:11:39 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id 081E310020C; Mon, 17 Feb 2014 21:11:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 107AB1619C3; Mon, 17 Feb 2014 21:12:34 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rKcpUT59xNfG; Mon, 17 Feb 2014 21:12:33 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 115F81619B0; Mon, 17 Feb 2014 21:12:33 +0100 (CET) Message-ID: <53026D30.4040704@bitfrost.no> Date: Mon, 17 Feb 2014 21:12:32 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Mathias Picker , freebsd-usb@freebsd.org Subject: Re: Reiner SCT RFID unknown device id? References: <1392652459.2305.16.camel@marcopolo.fritz.box> In-Reply-To: <1392652459.2305.16.camel@marcopolo.fritz.box> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 20:11:40 -0000 On 02/17/14 16:54, Mathias Picker wrote: > I just found a used Reiner SCT RFID > (http://www.reiner-sct.com/produkte/chipkartenleser/cyberJack_RFID_standard.html) and bought it, hoping I could get it to work in FreeBSD. > > When connecting I found this in the log: > > Feb 17 16:44:10 marcopolo kernel: ugen5.2: at usbus5 > Feb 17 16:44:10 marcopolo devd: Executing 'logger Unknown USB device: > vendor 0x0c4b product 0x0500 bus uhub4' > Feb 17 16:44:10 marcopolo mathiasp: Unknown USB device: vendor 0x0c4b > product 0x0500 bus uhub4 > > This 0x0c4b/0x0500 is actually the reiner sct, so why is this "unknown > USB device" shown? usbconfig shows it just fine: > > marcopolo# usbconfig -d 5.2 > ugen5.2: at usbus5, cfg=0 md=HOST > spd=FULL (12Mbps) pwr=ON (192mA) > > > Also, has anyone tried to get this up and running on FreeBSD? pcscd with > libccid does not find it, and googling I only find information about > Reiner's proprietary linux driver... > > Thanks, Mathias Hi, Grep for "Unknown" in /etc/ It is coming from devd. --HPS