From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 12 02:49:02 2006 Return-Path: X-Original-To: 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 E216616A41F; Thu, 12 Jan 2006 02:49:02 +0000 (GMT) (envelope-from vx2@tds.net) Received: from outbound4.mail.tds.net (outbound4.mail.tds.net [216.170.230.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7902D43D45; Thu, 12 Jan 2006 02:49:02 +0000 (GMT) (envelope-from vx2@tds.net) Received: from outaamta02.mail.tds.net (outaamta02.mail.tds.net [216.170.230.32]) by outbound4.mail.tds.net (8.13.4/8.12.2) with ESMTP id k0C2n0LA013740; Wed, 11 Jan 2006 20:49:00 -0600 (CST) Received: from x7.frogdoor.org ([69.11.161.190]) by outaamta02.mail.tds.net with SMTP id <20060112024900.MPEG23063.outaamta02.mail.tds.net@x7.frogdoor.org>; Wed, 11 Jan 2006 20:49:00 -0600 Date: Wed, 11 Jan 2006 21:50:22 -0500 From: Rob Clark To: Ariff Abdullah Message-Id: <20060111215022.21ee52f6.vx2@tds.net> In-Reply-To: <20060112090545.7f7a06fb.ariff@FreeBSD.org> References: <20060111183051.65841c8f.vx2@tds.net> <20060112090545.7f7a06fb.ariff@FreeBSD.org> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexander@Leidinger.net, multimedia@FreeBSD.org Subject: Re: CORRECTION - Sound Not Working After SRC Update 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, 12 Jan 2006 02:49:03 -0000 > Take a look at > http://people.freebsd.org/~ariff/test/es137x/ . There are > 4 files (es137x..c). Get all of it. Replace your > sys/dev/sound/pci/es137x.x with one of it, recompile > es137x module (you don't have to recompile everything, > simply cd /usr/src/sys/modules/sound/driver/es137x/ ; make > clean ; make) , kldunload snd_es137x ; kldload > ./snd_es137x.ko . Repeat these steps. > > Tell me if any of it works for you. > Ariff Abdullah > FreeBSD > Ariff, I did what you suggested starting with es137x.1.c - which worked. I also tried the other files ...2.c, ...3.c, and ...4.c -- all which worked also. If you want, I can do further testing tomorrow - retry each again and log the output of: /dev/sndstat pciconf -vl Let me know if you would like this information. Thanks for the help, nice to have sound again. Rob --