From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 10:39:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D32F16A41F for ; Sat, 11 Mar 2006 10:39:30 +0000 (GMT) (envelope-from illoai@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D393243D46 for ; Sat, 11 Mar 2006 10:39:29 +0000 (GMT) (envelope-from illoai@gmail.com) Received: by xproxy.gmail.com with SMTP id t16so580943wxc for ; Sat, 11 Mar 2006 02:39:29 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l+mqW/z18nKaIJM1E7cb6UZF548Yq1z/4YuhhMEzwG8Ux7QXrF02CkqCnAiV106EaSvcqA/vAtHGWnzAuJ836a3sWXF5Hn+hFodAmv/whYiPH7NTEuR3zqPiB1/Sn7GFkOWDcwS4d1+ecaW39Wn0+GjjApnkykGWApAzRwB9CZE= Received: by 10.70.80.20 with SMTP id d20mr1822151wxb; Sat, 11 Mar 2006 02:39:28 -0800 (PST) Received: by 10.70.57.13 with HTTP; Sat, 11 Mar 2006 02:39:28 -0800 (PST) Message-ID: Date: Sat, 11 Mar 2006 04:39:28 -0600 From: "illoai@gmail.com" To: "Tsu-Fan Cheng" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: a stupid question about sound 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, 11 Mar 2006 10:39:30 -0000 On 3/10/06, Tsu-Fan Cheng wrote: > hi, > I got a situation, for some reason, only root can use audio device whe= n > playing movies with mplayer on my freebsd 6.0/amd64 now, not user. But vl= c > is fine for both. I guess there is some audio wrapper issue but couldn't = put > a finger on it, any idea? If you do: ls -l /dev | grep dsp crw-rw-rw- 1 root wheel 0, 38 Mar 10 00:57 dsp0.0 crw-rw-rw- 1 root wheel 0, 41 Mar 6 12:43 dsp0.1 crw-rw-rw- 1 root wheel 0, 39 Mar 6 12:43 dspW0.0 crw-rw-rw- 1 root wheel 0, 42 Mar 6 12:43 dspW0.1 crw-rw-rw- 1 root wheel 0, 44 Mar 6 12:43 dspr0.1 Does it look mostly like that? If you don't have a problem there, it might be with mplayer. I noticed a minor update sometime in the last few days, but I haven't actually done the update. -- --