From owner-freebsd-multimedia@FreeBSD.ORG Wed Jul 9 21:39:19 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93400D69 for ; Wed, 9 Jul 2014 21:39:19 +0000 (UTC) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6C42D43 for ; Wed, 9 Jul 2014 21:39:19 +0000 (UTC) Received: by quine.pinyon.org (Postfix, from userid 122) id 01D311601F2; Wed, 9 Jul 2014 14:39:12 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from feyerabend.n1.pinyon.org (feyerabend.n1.pinyon.org [10.0.10.6]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id BACC31600C4 for ; Wed, 9 Jul 2014 14:39:09 -0700 (MST) Message-ID: <53BDB67D.50604@pinyon.org> Date: Wed, 09 Jul 2014 14:39:09 -0700 From: "Russell L. Carter" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: conflict between kernel sound and oss X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 21:39:19 -0000 Greetings, I'm attempting to experiment with audio/oss. My audio device is a USB Behringer 202, which works fine with snd_uaudio. I've removed "device sound" from my kernel, but sound.ko and snd_uaudio.ko still get built, and even though I have set: snd_driver_load="NO" snd_uaudio_load="NO" the kernel still loads both on boot. I tried renaming them, but the kernel still associates those modules with the device. So when for, for example, I unplug the device and then plug it back in, I get ugen1.8: at usbus1 uhub10: on usbus1 uhub10: 4 ports with 4 removable, self powered ugen1.9: at usbus1 KLD snd_uaudio.ko: depends on sound - not available or version mismatch linker_load_file: Unsupported file type uhid0: on usbus1 And osstest doesn't find the device. osscore does load fine, and I've observed that it won't load if sound.ko is already loaded. This is a week old -current. Any hints on how to proceed appreciated. Best regards, Russell