From owner-freebsd-multimedia Thu Apr 8 17:43:55 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id 34ABE14D97 for ; Thu, 8 Apr 1999 17:43:52 -0700 (PDT) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id JAA05167; Fri, 9 Apr 1999 09:41:34 +0900 (JST) Received: from unknown(133.253.122.1) by kbtfw.kubota.co.jp via smap (4.1) id xma004756; Fri, 9 Apr 99 09:40:36 +0900 Received: from jkpc15.tk.kubota.co.jp by kbtmx.eto.kubota.co.jp (8.8.8+2.7Wbeta7/3.3W9-99033011) with ESMTP id JAA29255; Fri, 9 Apr 1999 09:40:32 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by jkpc15.tk.kubota.co.jp (8.9.2/3.7W-02/21/99) with ESMTP id JAA05501; Fri, 9 Apr 1999 09:37:17 +0900 (JST) To: steve@snuggly.demon.co.uk Cc: luigi@labinfo.iet.unipi.it, multimedia@FreeBSD.ORG Subject: Re: YMF719 - configuration hell! In-Reply-To: Your message of "Thu, 8 Apr 1999 19:12:08 +0100 (BST)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990409093717W.haro@tk.kubota.co.jp> Date: Fri, 09 Apr 1999 09:37:17 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) X-Dispatcher: imput version 980905(IM100) Lines: 37 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve, From: Steve Roome Date: Thu, 8 Apr 1999 19:12:08 +0100 (BST) :: ::On Thu, 8 Apr 1999, Luigi Rizzo wrote: ::> could be that rplayd is trying to use /dev/mixer0... :: ::I was using the package, I've just installed the port, and it's using ::/dev/mixer, even setting this to be /dev/mixer1 doesn't help. I think it's a bug in rplayd. When I installed rplay by ports, I had same problem and fixed it my self. But, I forgot to file a bug report. Sorry. :) ::it's actually trying to do this : :: :: if (!(mxdevmask & SOUND_MIXER_PCM)) :: { :: report (REPORT_ERROR, "rplay_audio_get_volume: pcm mixer device not installed\n"); :: close (mx); :: return (-1); :: } This check should use 'SOUND_MASK_PCM', and not the 'SOUND_MIXER_PCM'. You have to replace all reference of 'SOUND_MIXER_PCM' to 'SOUND_MASK_PCM' in rplayd/audio/audio_FreeBSD.c. Hope this helps, Haro ------------------------------------------------------------------------------- _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Office of Business Planning & Developement, Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103, Japan Tel: +81-3-3245-3318 Fax: +81-3-32454-3315 Email: haro@tk.kubota.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message