From owner-freebsd-multimedia@freebsd.org Thu Oct 27 20:44:35 2016 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12164C22D4C for ; Thu, 27 Oct 2016 20:44:35 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 CB3F7FB0 for ; Thu, 27 Oct 2016 20:44:34 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 28C961FE023; Thu, 27 Oct 2016 22:44:32 +0200 (CEST) Subject: Re: USB Audio and OSSv4 from ports To: Marcel Bonnet , FreeBSD multimedia References: From: Hans Petter Selasky Message-ID: <402e5f9c-a283-387f-1eb8-8fb9834affc4@selasky.org> Date: Thu, 27 Oct 2016 22:49:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2016 20:44:35 -0000 On 10/27/16 22:08, Marcel Bonnet wrote: > Hi, folks. > > If I'm going to use OSS v4 from ports, should I get rid of the kernel > audio drivers ? The only compatible ones should be those provided by > the port? > > Currently my every day drivers (from base system) are hda and uaudio . > > I'm just asking because I ran into problems when recompiling my kernel > without snd last night... if OSS4 must be used with its own drivers, > than I'll quit. The most important for me is snd_uaudio. > Hi, OSS v4 from ports cannot be used together with sound drivers from base from what I know. --HPS