From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: play-sound-file & esd Date: Wed, 10 May 2006 15:17:16 +0200 Message-ID: <4461E7DC.8070007@swipnet.se> References: <44572E8B.6060102@swipnet.se> <44585258.7040506@swipnet.se> <445EF2F9.5060209@swipnet.se> <87r732wzz6.fsf@robotron.kosmorama> <44618798.3030901@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1147267077 31229 80.91.229.2 (10 May 2006 13:17:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 May 2006 13:17:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 10 15:17:55 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FdoZZ-0004Us-Ku for ged-emacs-devel@m.gmane.org; Wed, 10 May 2006 15:17:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdoZZ-00040U-3D for ged-emacs-devel@m.gmane.org; Wed, 10 May 2006 09:17:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FdoZN-000409-KI for emacs-devel@gnu.org; Wed, 10 May 2006 09:17:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FdoZK-0003zx-Sp for emacs-devel@gnu.org; Wed, 10 May 2006 09:17:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdoZK-0003zu-PE for emacs-devel@gnu.org; Wed, 10 May 2006 09:17:34 -0400 Original-Received: from [81.228.9.181] (helo=av7-1-sn3.vrr.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fdoac-00013R-L9 for emacs-devel@gnu.org; Wed, 10 May 2006 09:18:54 -0400 Original-Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 9202B3830D; Wed, 10 May 2006 14:54:16 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 8436B38122 for ; Wed, 10 May 2006 14:54:16 +0200 (CEST) Original-Received: from coolsville.localdomain (81-235-205-204-no59.tbcn.telia.com [81.235.205.204]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 5B78037E42 for ; Wed, 10 May 2006 15:17:33 +0200 (CEST) User-Agent: Thunderbird 1.5.0.2 (X11/20060501) Original-To: emacs-devel@gnu.org In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54188 Archived-At: Sam Steingold skrev: >> % cat /proc/asound/version >> >> If you don't have that file you are not using ALSA. > > $ cat /proc/asound/version Advanced Linux Sound Architecture Driver Version > 1.0.11rc2 (Wed Jan 04 08:57:20 2006 UTC). > Hmm, maybe your card isn't supported well by ALSA. What dou you have for % cat /proc/asound/oss/sndstat and % cat /proc/asound/cards ? You should see your card as device 0 in cards, and there should be a line saying "ALSA emulation" in the first. Jan D.