From owner-freebsd-usb@FreeBSD.ORG Fri May 22 13:02:42 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 286E11065674 for ; Fri, 22 May 2009 13:02:42 +0000 (UTC) (envelope-from sanpei@sanpei.org) Received: from mail1.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id E92468FC1F for ; Fri, 22 May 2009 13:02:41 +0000 (UTC) (envelope-from sanpei@sanpei.org) Received: from cherry.sanpei.org (j069113.ppp.asahi-net.or.jp [61.213.69.113]) by mail1.asahi-net.or.jp (Postfix) with ESMTP id E5EB0740DC; Fri, 22 May 2009 22:02:40 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by cherry.sanpei.org (8.14.3/8.13.8) with ESMTP id n4MD2dPh013887; Fri, 22 May 2009 22:02:39 +0900 (JST) (envelope-from sanpei@sanpei.org) Date: Fri, 22 May 2009 22:02:39 +0900 (JST) Message-Id: <20090522.220239.241413739.sanpei@sanpei.org> To: hselasky@c2i.net From: MIHIRA Sanpei Yoshiro In-Reply-To: <200905221438.12911.hselasky@c2i.net> References: <20090522.210429.98915222.sanpei@sanpei.org> <200905221438.12911.hselasky@c2i.net> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender is SPF-compliant, not delayed by milter-greylist-3.0 (cherry.sanpei.org [127.0.0.1]); Fri, 22 May 2009 22:02:40 +0900 (JST) Cc: freebsd-usb@freebsd.org Subject: Re: USB sound driver status was diffrent from 8-current and 7.2-RELEASE X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2009 13:02:42 -0000 >Try turning on debugging before plugging your device. > >sysctl hw.usb.uaudio.debug=15 >sysctl hw.usb2.uaudio.debug=15 > >Also see the other uaudio sysctls. sysctl -a | grep uaudio hw.usb2.uaudio.default_channels: 2 hw.usb2.uaudio.default_bits: 32 hw.usb2.uaudio.default_rate: 96000 hw.usb2.uaudio.debug: 15 dev.uaudio.0.%desc: ABC product 0x0006, class 0/0, rev 1.10/0.10, addr 2 dev.uaudio.0.%driver: uaudio dev.uaudio.0.%location: port=4 interface=0 dev.uaudio.0.%pnpinfo: vendor=0x0d8c product=0x0006 devclass=0x00 devsubclass=0x00 sernum="" intclass=0x01 intsubclass=0x01 dev.uaudio.0.%parent: uhub0 dev.pcm.0.%parent: uaudio0 dmesg is below URL http://www3.sanpei.org/~sanpei/tmp/uaudio-8-current --- MIHIRA, Sanpei Yoshiro Tokyo, Japan.