From owner-freebsd-current@FreeBSD.ORG Tue Sep 1 20:35:34 2009 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 A759E106566C for ; Tue, 1 Sep 2009 20:35:34 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe15.tele2.se [212.247.155.193]) by mx1.freebsd.org (Postfix) with ESMTP id 390F88FC1A for ; Tue, 1 Sep 2009 20:35:33 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=tiTTFRzpjXQA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=2rTjFMOR_3Zih_2YSEoA:9 a=Ez2F6LaUgdUFZV5sZrXq4cKp0PwA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 559189062; Tue, 01 Sep 2009 22:35:32 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 1 Sep 2009 22:35:50 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <20090901201346.GA2432@cuba.calyx.nl> In-Reply-To: <20090901201346.GA2432@cuba.calyx.nl> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909012235.51707.hselasky@c2i.net> Cc: Bill Squire {billsf} Subject: Re: The only problems with v8.0 are: 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: Tue, 01 Sep 2009 20:35:34 -0000 On Tuesday 01 September 2009 22:13:46 Bill Squire {billsf} wrote: > I believe snd_uaudio is not expecting HID. > Plugging in the driver in with hardware attached causes instant (but > harmless) freezing and no dump. Hi, Could you provide more debugging in the form of: usbconfig -u XXX -a YYY dump_device_desc dump_curr_config_desc uname -a for your device. You can build a kernel without snd_uaudio. Also try to enable Uaudio debugging before plugging the device. sysctl hw.usb.uaudio.debug=15 --HPS