From owner-freebsd-questions@FreeBSD.ORG Sat Sep 15 17:37:29 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E68A6106564A for ; Sat, 15 Sep 2012 17:37:29 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from outgoing.tormail.org (outgoing.tormail.org [82.221.96.22]) by mx1.freebsd.org (Postfix) with ESMTP id 81BC28FC08 for ; Sat, 15 Sep 2012 17:37:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=internal.tormail.org) by outgoing.tormail.org with esmtp (Exim 4.72) (envelope-from ) id 1TCwJ2-0006I9-Pv; Sat, 15 Sep 2012 21:37:26 +0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=t5IgQdPXNYRBLilH0NNtPxh2Vz5m7gAp4yGijzCAqdc=; b=WWXZLwfvML23p3dl1obhdbVkrVTRNxTpcbs30jUXPyTEEgWpb/41GU2mtJ9WcIT8AqUJfMp2E5HKZulzAStkY2Q1vLr9S9z5i861JM1iZ3ut2++pl94KRTqzx+ZrJ4swgvjoclQ7uPVlnYuVBwylFPkfG+GwnC5EfDLiXGDLJ8Q=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1TCwGz-00087G-Of; Sat, 15 Sep 2012 17:35:19 +0000 From: Jan Beich To: Stephan Schindel In-Reply-To: <50534FB6.8050102@tp1.rub.de> (Stephan Schindel's message of "Fri, 14 Sep 2012 17:39:34 +0200") Date: Sat, 15 Sep 2012 15:40:52 +0000 References: <50534FB6.8050102@tp1.rub.de> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1TCwGz-00087G-Of@internal.tormail.org> Cc: freebsd-questions@freebsd.org Subject: Re: Minecraft sound (ALSA) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 17:37:30 -0000 Stephan Schindel writes: > AL lib: alsa.c:960: no playback cards found... > AL lib: alsa.c:1017: no capture cards found... > ALSA lib confmisc.c:768:(parse_card) cannot find card '0' > ALSA lib conf.c:4154:(_snd_config_evaluate) function > snd_func_card_driver returned error: No such file or directory [...] > > pcm.oss { > type oss > device /dev/dsp > } Remove ~/.asoundrc, /usr/local/etc/asound.conf defaults to OSS plugin. And when not using NATIVE_LIBS the following issue may affect you http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169896