From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 17:58:56 2004 Return-Path: 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 1C2A316A4CE for ; Wed, 21 Jan 2004 17:58:56 -0800 (PST) Received: from imf17aec.mail.bellsouth.net (imf17aec.mail.bellsouth.net [205.152.59.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD84A43D39 for ; Wed, 21 Jan 2004 17:58:54 -0800 (PST) (envelope-from cbonzo@bellsouth.net) Received: from desktop ([68.155.134.77]) by imf17aec.mail.bellsouth.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040122015854.URXG1917.imf17aec.mail.bellsouth.net@desktop> for ; Wed, 21 Jan 2004 20:58:54 -0500 To: freebsd-questions@FreeBSD.ORG From: Chris Bendzel Content-Type: text/plain; format=flowed; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Wed, 21 Jan 2004 19:58:56 -0600 Message-ID: User-Agent: Opera7.23/Win32 M2 build 3227 Subject: Sound locking up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 01:58:56 -0000 Hi I have recently installed FreeBSD 5.1 on a Compaq with onboard sound. WinXP identifies the card as an "ESS Allegro PCI". Compiling the kernel with the "pcm" option did not load the driver or show up in the "dmesg" output. I chose the load all sound drivers in the /boot/loader.conf file. It loaded the "maestro3" driver. This is the output of my "dmesg" file: CHRIS >}> dmesg | grep snd Preloaded elf module "/boot/kernel/snd_maestro3.ko" at 0xc04470cc. CHRIS >}> dmesg | grep pcm pcm0: port 0x1000-0x10ff irq 5 at device 5.0 on pci1 pcm0: failed to enable memory mapping! pcm0: pcm0@pci1:5:0: class=0x040100 card=0xb19d0e11 chip=0x1988125d rev=0x12 hdr=0x00 vendor = 'ESS Technology' device = 'ES1989 Allegro-1 Audiodrive' class = multimedia subclass = audio The problem I am having is that after about 30 seconds, the sound card hangs on one note and the only way to stop it is to load another sound application. If anyone has had this problem before, Please Help. Thank you for your time in this matter.