From owner-freebsd-multimedia@FreeBSD.ORG Tue Jul 12 22:55:22 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90338106564A for ; Tue, 12 Jul 2011 22:55:22 +0000 (UTC) (envelope-from akirchhoff135014@comcast.net) Received: from omr11.networksolutionsemail.com (omr11.networksolutionsemail.com [205.178.146.61]) by mx1.freebsd.org (Postfix) with ESMTP id 548C38FC13 for ; Tue, 12 Jul 2011 22:55:22 +0000 (UTC) Received: from cm-omr7 (mail.networksolutionsemail.com [205.178.146.50]) by omr11.networksolutionsemail.com (8.13.6/8.13.6) with ESMTP id p6CMiqjJ007046 for ; Tue, 12 Jul 2011 18:44:52 -0400 Authentication-Results: cm-omr7 smtp.user=adamk@mckella280.com; auth=pass (CRAM-MD5) X-Authenticated-UID: adamk@mckella280.com Received: from [174.57.84.251] ([174.57.84.251:46769] helo=vostro.ashke.com) by cm-omr7 (envelope-from ) (ecelerity 2.2.2.41 r(31179/31189)) with ESMTPA id 81/05-03468-46ECC1E4; Tue, 12 Jul 2011 18:44:52 -0400 Message-ID: <4E1CCE64.2070504@comcast.net> Date: Tue, 12 Jul 2011 18:44:52 -0400 From: Adam K Kirchhoff User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: webcamd and snd_uaudio 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, 12 Jul 2011 22:55:22 -0000 Sometime recently, webcamd apparently became dependent on snd_uaudio. This is a real pain seeing as I often prefer to use OSSv4. When both snd_uaudio and the OSSv4 kernel modules are loaded, the kernel panics. I think preventing webcamd from loading snd_uaudio might be as simple as editing the webcamd rc script, but that doesn't appear to be the case. In an effort to prevent snd_audio from loading, I even moved the module out of /boot/kernel/ but that just causes webcamd to segfault when it tries to start. Is there anyway to remove this dependency? Adam