From owner-freebsd-multimedia@FreeBSD.ORG Thu Jul 14 18:50:38 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 D8D8016A41C for ; Thu, 14 Jul 2005 18:50:38 +0000 (GMT) (envelope-from mraught@acm.org) Received: from www.raught.net (pcp0010250657pcs.lpaxtn01.pa.comcast.net [68.36.102.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688D043D45 for ; Thu, 14 Jul 2005 18:50:38 +0000 (GMT) (envelope-from mraught@acm.org) Received: from [192.168.0.4] ([10.0.0.52]) by www.raught.net (8.12.9/8.12.9) with ESMTP id j6EIcDkn029364; Thu, 14 Jul 2005 14:38:14 -0400 (EDT) Message-ID: <42D6B426.4070600@acm.org> Date: Thu, 14 Jul 2005 14:51:18 -0400 From: "Mark A-J. Raught (from the laptop)" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050528 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Muzaffar Ariff References: <8eb2b81050628200659d338ab@mail.gmail.com> <20050629043027.GB8832@rndsoft.co.kr> <42C2B94F.2010708@samsco.org> <20050701014258.GE17058@rndsoft.co.kr> <8eb2b810507110203229b46b@mail.gmail.com> <20050711092238.GC858@rndsoft.co.kr> <8eb2b8105071217477e240667@mail.gmail.com> <20050713011018.GB4479@rndsoft.co.kr> <8eb2b81050713204179cb710c@mail.gmail.com> In-Reply-To: <8eb2b81050713204179cb710c@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 18:50:39 -0000 Muzaffar Ariff wrote: > I've loaded the patch but still I'm having the same problem, xmms > plays the mp3 file but no sound. On the brightside there is no error > in /var/run/dmesg.boot like before: > > pcm0: port 0xd800-0xd8ff mem > 0xf3ffe000-0xf3ffffff irq 5 at device 8.0 on pci0 > pcm0: PCIR_COMMAND = 0x7 > pcm0: [GIANT-LOCKED] > pcm0: > > So does anyone know what is wrong with my maestro? > > ps: thanks for the instruction on patching the code. really appreciate it :) > > On 7/13/05, Pyun YongHyeon wrote: > >>On Wed, Jul 13, 2005 at 08:47:00AM +0800, Muzaffar Ariff wrote: >> > > Hmm, I'm afraid you loaded old module again. Please let me know which >> > > FreeBSD version you used. I can make a patch for the specific FreeBSD >> > > version. >> > >> > I'm using FreeBSD 5.3-release. Are you saying that I did the patching >> > and loading of the patch correctly, its just you gave the wrong one? >> > (need to know either my methods were right) >> > >>I can't sure but your dmeseg output says it was not patched. >>Try attached patch on your system. >> >>1. Save attached patch file to your system(e.g. /tmp). >>2. Patch and build. >> #cd /usr/src >> #patch -p0 < /path/to/patchfile >> #cd /usr/src/sys/modules/sound/driver/maestro3 >> #make >>3. Load built module and experiment it. >> #kldload ./snd_maestro3.ko >> >>4. It the driver works then install it. >> #make install >> >>Please let me know how it goes on your system. >> >>-- >>Regards, >>Pyun YongHyeon >> >> >> > > > I had a similar problem (looks like it is playing, but no sound) on a snd_ich device which was fixed with changes to the ac97.c and ac97.h. The diffs are at the bottom of: http://lists.freebsd.org/pipermail/freebsd-bugs/2004-May/006684.html -mark