From owner-freebsd-multimedia@FreeBSD.ORG Tue Dec 27 12:18:14 2011 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 301511065675; Tue, 27 Dec 2011 12:18:14 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id BCFBA8FC12; Tue, 27 Dec 2011 12:18:13 +0000 (UTC) Received: by iadj38 with SMTP id j38so24710664iad.13 for ; Tue, 27 Dec 2011 04:18:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=YgkMdwz/bQG16jJKp1Ziu+6cXoINPy/ch0xRTvtei7I=; b=VXNTjsFR80Hb13uqtGm7raCcnrC+YDuIKYqfBscwYMsmVN5B9fYqvOMOtzYHiEZPMV TEpt1snu5D+OHtzw1aoo+NaAT/nbrGNHRDxAapa18tpQfJqJ3lDCTp9WP9xDymC9zoCu ZvkYoubR++q7SeGFodtllt1IAl4oMUqIkNijc= Received: by 10.50.100.164 with SMTP id ez4mr11126575igb.12.1324986731483; Tue, 27 Dec 2011 03:52:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.207.7 with HTTP; Tue, 27 Dec 2011 03:51:40 -0800 (PST) From: Chris Rees Date: Tue, 27 Dec 2011 11:51:40 +0000 Message-ID: To: Joel Dahl , Jung-uk Kim , multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: rwatson@freebsd.org, re@freebsd.org Subject: Enabling sound by default (Was: svn commit: r222980 - in head/sys: amd64/conf i386/conf) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 12:18:14 -0000 Hi all, While I can certainly see the strong argument for sound 'working out of the box', it unfortunately causes panics if one then tries to kldload osscore.ko from audio/oss. I've found that it's definitely due to the compiled in sound.ko; no panic if I remove those options from my kernel config (which unfortunately means I can no longer use freebsd-update for my kernel) I'm not overly concerned about my own position, but there are two options for how we could fix this: - Revert r222980 and go back to requiring people to kldload the correct drivers (ouch :() - Add a note to pkg-message (perhaps even require confirmation-- panics aren't good!) about the need to compile a kernel with no sound driver added Chris http://svnweb.freebsd.org/base/head/sys/amd64/conf/GENERIC?revision=222980&view=markup