From owner-freebsd-questions@FreeBSD.ORG Fri Apr 3 09:52:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C7F0106566B for ; Fri, 3 Apr 2009 09:52:13 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id F3C578FC0C for ; Fri, 3 Apr 2009 09:52:12 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (81-65-128-47.rev.numericable.fr [81.65.128.47]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 60A716332D9; Fri, 3 Apr 2009 11:52:11 +0200 (CEST) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 1327EDA06; Fri, 3 Apr 2009 11:52:31 +0200 (CEST) Date: Fri, 3 Apr 2009 11:52:30 +0200 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: kyanh Message-ID: <20090403115230.481e638b@baby-jane.lamaiziere.net> In-Reply-To: <20090403132449.266a5673@icy.local> References: <20090403132449.266a5673@icy.local> Organization: /dave/nulle X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [snd_hda] hear no sound if acpi=on X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2009 09:52:13 -0000 Le Fri, 3 Apr 2009 13:24:49 +0700, kyanh : > Hello all, > > I have FreeBSD-7.1-RELEASE on my Laptop (compaq presario cq40-401 > au). In formation of my devices can be found at > > * http://viettug.org/attachments/download/128/icy_pciconf.txt > (`pciconf -lbv`) > * http://viettug.org/attachments/download/132/icy_lspci_nn.txt > (`lspci -nn`) > * http://viettug.org/attachments/download/147/icy_kernel.txt (the > kernel configuration) > > When I boot the system with `acpi=off`, I can hear the sound > (snd_hda). But when `acpi` is used, I hear no sound though the driver > seems to work and `mplayer` detects /dev/sp and /dev/mixer > successfully. > >
> $ cat /dev/sndstat
> FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
> Installed devices:
> pcm0: 
>    at memory 0x92410000 irq 19 kld snd_hda [20080420_0052] [MPSAFE]
> (mixer only) pcm1:  at
> memory 0x92500000 irq 16 kld snd_hda [20080420_0052] [MPSAFE]
> (1p:1v/1r:1v channels duplex)
> 
> > I don't experience FreeBSD much. Could you help me to turn the sound > on? There were some changes in snd_hda just after the 7.1-RELEASE. You can try to update to a 7-STABLE. You can also take the files of snd_hda from current or from stable (/usr/src/sys/dev/sound/pci/hda/*) and rebuild the kernel module. Regards.