From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 25 08:10:11 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A244B1065675 for ; Sun, 25 Sep 2011 08:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9311C8FC18 for ; Sun, 25 Sep 2011 08:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8P8ABZR055367 for ; Sun, 25 Sep 2011 08:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8P8ABj6055366; Sun, 25 Sep 2011 08:10:11 GMT (envelope-from gnats) Date: Sun, 25 Sep 2011 08:10:11 GMT Message-Id: <201109250810.p8P8ABj6055366@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jaakko Heinonen Cc: Subject: Re: misc/160964: Kernel panic with OSS [9.0-BETA2] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jaakko Heinonen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2011 08:10:11 -0000 The following reply was made to PR misc/160964; it has been noted by GNATS. From: Jaakko Heinonen To: Jonathan Calmels Cc: bug-followup@FreeBSD.org Subject: Re: misc/160964: Kernel panic with OSS [9.0-BETA2] Date: Sun, 25 Sep 2011 11:02:00 +0300 On 2011-09-24, Jonathan Calmels wrote: > However I forgot I had an USB headset plugged in. Therefore the kernel > loaded implicitly sound drivers attached to this device (in particular > sound.ko), before OSS starts. > Unplug the USB headset solved the problem but one question remains :) > how can I disable this behaviour so that OSS manage my headset as well ? See /etc/devd/usb.conf and search for "uaudio". -- Jaakko