From owner-freebsd-multimedia@FreeBSD.ORG Wed Jun 29 05:23:51 2005 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 21FB916A423 for ; Wed, 29 Jun 2005 05:23:51 +0000 (GMT) (envelope-from mus.bsd@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB3C543D4C for ; Wed, 29 Jun 2005 05:23:50 +0000 (GMT) (envelope-from mus.bsd@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so692037wra for ; Tue, 28 Jun 2005 22:23:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KdlKo59Lu830EP0wK7Ww7bsW4fTrxxR70Jtve/f7DrqLmMy0Qz7IunX3+6dqjJ+KoBy+ZyAxVqmI/WyjOlACN6tg9yxjkrdX6KYyIBiQrR47GigwinpeGBTbn5taYZYLw9dqNXrIZZVNCGkP3C2XS2k2/A+p9QGhPPA8MycDkCE= Received: by 10.54.45.1 with SMTP id s1mr38452wrs; Tue, 28 Jun 2005 22:23:47 -0700 (PDT) Received: by 10.54.129.5 with HTTP; Tue, 28 Jun 2005 22:23:47 -0700 (PDT) Message-ID: <8eb2b8105062822237f1e71bd@mail.gmail.com> Date: Wed, 29 Jun 2005 13:23:47 +0800 From: Muzaffar Ariff To: yongari@rndsoft.co.kr In-Reply-To: <20050629043027.GB8832@rndsoft.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8eb2b81050628200659d338ab@mail.gmail.com> <20050629043027.GB8832@rndsoft.co.kr> Cc: freebsd-multimedia@freebsd.org Subject: Re: ESS Maestro3 no sound X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Muzaffar Ariff List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 05:23:51 -0000 Thanks for the quick reply and here what I've found out > Btw, does the issue vanish away when you cold start your system? No it doesn't go away. My system doesn't hang its just there's no sound.=20 > You may get better chance if the driver is linked into kernel. So basically I have to build myself a customize kernel? Never done that but i'll give it a shot. -m- On 6/29/05, Pyun YongHyeon wrote: > On Wed, Jun 29, 2005 at 11:06:09AM +0800, Muzaffar Ariff wrote: > > Hi, > > > > I've been trying to configure my maestro3 on a dell latitude (C600) > > but can't seem to get it right. Here's what I've done: > > > > 1. Identified my sound card by loading the sound driver module: > > #kldload snd_driver > > > > 2. Cat /dev/sndstat to see what sound driver it is: > > FreeBSD Audio Driver (newpcm) > > Installed devices: > > pcm0: at io 0xd800 irq 5 kld snd_maestro= 3 > > (4p/1r/0v channels duplex default) > > > > 3. So then I load the driver directly to /boot/loader.conf: > > snd_maestro3_load=3D"YES" > > > > 4. The I reboot the system and used xmms to play my mp3. It runs and > > can play the file but no sound! Pump up the volume but nothing > > happens. The weird thing is the sound works on Windows. I've search > > the startup messages /var/run/dmesg.boot and found the following: > > > > pci0: at device 7.3 (no driver attached) > > pcm0: port 0xd800-0xd8ff mem 0xf3ffe000-0xf3= ffffff irq > > 5 at device 8.0 on pci0 > > pcm0: failed: rid 0x10 is ioport, requested 3 > > pcm0: [GIANT-LOCKED] > > pcm0: > > > > Now could there be something wrong with the pci0 or the pcm0? Any > > pointers on how to fix this? > > >=20 > While converting maestro3(4) to MPSAFE one I noticed the same thing. > Unloading/reloading the driver fixed it. I guess there are cases that > the hardware were not initialized correctly. But it was hard to > reproduce it on my system and I just met just two times so far. > Due to lack of publicly available documentaion from ESS it's also > difficult to know what is the reason. :-( > Btw, does the issue vanish away when you cold start your system? >=20 > You may get better chance if the driver is linked into kernel. >=20 > -- > Regards, > Pyun YongHyeon > http://www.kr.freebsd.org/~yongari | yongari@freebsd.org >=20 --=20 Muzaffar Ariff mus.bsd@gmail.com