From owner-freebsd-current@FreeBSD.ORG Mon Aug 6 06:33:04 2007 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 57C9116A417 for ; Mon, 6 Aug 2007 06:33:04 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id AFB4C13C483 for ; Mon, 6 Aug 2007 06:33:03 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l766WrPT001444 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 6 Aug 2007 09:32:59 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l766WaX7001704 for ; Mon, 6 Aug 2007 09:32:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l760VLvH013848 for freebsd-current@freebsd.org; Mon, 6 Aug 2007 03:31:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 6 Aug 2007 03:31:20 +0300 From: Giorgos Keramidas To: freebsd-current@freebsd.org Message-ID: <20070806003120.GA13806@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.906, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.49, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: odd usbdevs output 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: Mon, 06 Aug 2007 06:33:04 -0000 Hi all, I recently acquired a USB stick which seems to work with umass but shows odd output in "usbdevs": % keramida@kobe:/home/keramida$ sudo usbdevs -dv % Password: % [...] % Controller /dev/usb4: % addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x0000), rev 1.00 % uhub4 % port 1 addr 2: high speed, power 80 mA, config 1, USB Mass Storage Device(0x0163), ????????y(0x1307), rev 1.00 % umass0 % [...] Does the odd `????????y' vendor name mean that the kernel prints random `garbage' here? If that is so, how can I use kdb and watch this while it happens?