From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 30 13:30:15 2012 Return-Path: Delivered-To: emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A920F106566B for ; Mon, 30 Jul 2012 13:30:15 +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 937EF8FC12 for ; Mon, 30 Jul 2012 13:30:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6UDUF3F025141 for ; Mon, 30 Jul 2012 13:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6UDUFxp025138; Mon, 30 Jul 2012 13:30:15 GMT (envelope-from gnats) Date: Mon, 30 Jul 2012 13:30:15 GMT Message-Id: <201207301330.q6UDUFxp025138@freefall.freebsd.org> To: emulation@FreeBSD.org From: Jan Beich Cc: Subject: Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jan Beich List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 13:30:15 -0000 The following reply was made to PR ports/169896; it has been noted by GNATS. From: Jan Beich To: Boris Samorodov Cc: bug-followup@FreeBSD.org Subject: Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default Date: Mon, 30 Jul 2012 10:24:32 -0300 Boris Samorodov writes: > Do you have audio/alsa-lib installed? It should work without. alsa-plugins-oss talks directly to /dev/dsp unlike linux pulseaudio-libs talking to freebsd pulseaudio daemon. > If yes, then you should already get the file > $LOCALBASE/etc/asound.conf. And then it should be used by a linux > application. linuxulator is aware of LOCALBASE? > You may try to use devel/linux_kdump to trace opened/searched files by > a linux application. Do I need it on 10.0-CURRENT? Before/after removing asound.conf: $ kdump -tn | fgrep .conf | uniq aplay NAMI "/compat/linux/usr/share/alsa/alsa.conf" aplay NAMI "/compat/linux/etc/asound.conf" -aplay NAMI "/compat/linux/etc/alsa/pulse-default.conf" -aplay NAMI "/etc/alsa/pulse-default.conf" +aplay NAMI "/etc/asound.conf" aplay NAMI "/compat/linux/usr/share/alsa/cards/aliases.conf" aplay NAMI "/compat/linux/usr/share/alsa/pcm/default.conf" aplay NAMI "/compat/linux/usr/share/alsa/pcm/dmix.conf" aplay NAMI "/compat/linux/usr/share/alsa/pcm/dsnoop.conf" pulse-default.conf is part of nonexisting audio/linux-f10-alsa-plugins-pulseaudio.