From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 29 11:25:08 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D41916A406 for ; Sat, 29 Apr 2006 11:25:07 +0000 (UTC) (envelope-from rosti.bsd@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7700143D48 for ; Sat, 29 Apr 2006 11:25:06 +0000 (GMT) (envelope-from rosti.bsd@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so1678782ugc for ; Sat, 29 Apr 2006 04:25:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=pZODKDulXxbJDHy/1Cs/fYRTDXmYE0m5TOwVDWsAIoxDu3X450m9DRGM8btgZvFiOiirKJT8r0H/HpKP2F8fW0lct1+8g1SynC81v9AcbPW8KPtnrS+CJE5vYLP7ujJqskrau3vyNOm0nknxefpBxq5w3jVX4H7edoMHDlLssJw= Received: by 10.66.232.12 with SMTP id e12mr4339783ugh; Sat, 29 Apr 2006 04:25:05 -0700 (PDT) Received: from saturn.lan ( [212.143.154.227]) by mx.gmail.com with ESMTP id q40sm623171ugc.2006.04.29.04.25.00; Sat, 29 Apr 2006 04:25:04 -0700 (PDT) Date: Sat, 29 Apr 2006 14:24:48 +0300 From: Rostislav Krasny To: Ariff Abdullah Message-Id: <20060429142448.cfad1491.rosti.bsd@gmail.com> In-Reply-To: <20060429174941.7151c3f8.ariff@FreeBSD.org> References: <20060418055148.0f128baa.rosti.bsd@gmail.com> <20060429122956.a1b08bcb.rosti.bsd@gmail.com> <20060429174941.7151c3f8.ariff@FreeBSD.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@FreeBSD.org, netchild@FreeBSD.org Subject: Re: master volume has no effect X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 11:25:08 -0000 On Sat, 29 Apr 2006 17:49:41 +0800 Ariff Abdullah wrote: > On Sat, 29 Apr 2006 12:29:56 +0300 > Rostislav Krasny wrote: > > Hi, > > > > More than 10 days ago I sent an email with the same subject to a > > freebsd-multimedia@freebsd.org mailing list: > > > > http://docs.freebsd.org/cgi/mid.cgi?20060418055148.0f128baa.rosti.bsd > > > > Unfortunately nobody has replied yet. What is your opinion about > > things I wrote there? > > > > Sorry. > > This is easy. Just give me the output of dmesg | grep pcm . All I > need to know is your AC97 codec. pcm0: port 0xe800-0xe8ff,0xef00-0xef3f irq 9 at device 31.5 on pci0 pcm0: > > Actually I wrote about three problems of mixer. One of them is that > > the etc/rc.d/mixer script could accidentally reset the mixer values > > to their defaults. Now I have a patch for that script and already > > submitted a new PR with it: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=96501 > > > > I've already replied to your PR (please refer to that). Basically, > you're using wrong command for a wrong purpose at a wrong moment. Yes, I got your email after I've sent other one. And you're right, I should not run "shutdown -r now" in a single user mode. Please close that PR.