Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2012 13:30:15 GMT
From:      Jan Beich <jbeich@tormail.org>
To:        emulation@FreeBSD.org
Subject:   Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default
Message-ID:  <201207301330.q6UDUFxp025138@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169896; it has been noted by GNATS.

From: Jan Beich <jbeich@tormail.org>
To: Boris Samorodov <bsam@passap.ru>
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 <bsam@passap.ru> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207301330.q6UDUFxp025138>