From owner-freebsd-questions@FreeBSD.ORG Sun Apr 19 11:14:10 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 3B643106564A for ; Sun, 19 Apr 2009 11:14:10 +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 F1B868FC12 for ; Sun, 19 Apr 2009 11:14:09 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (210.10.87-79.rev.gaoland.net [79.87.10.210]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 3F1C46332D9; Sun, 19 Apr 2009 13:14:08 +0200 (CEST) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 259EAD42D; Sun, 19 Apr 2009 13:14:05 +0200 (CEST) Date: Sun, 19 Apr 2009 13:14:04 +0200 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: Eitan Adler Message-ID: <20090419131404.5541f6b3@baby-jane.lamaiziere.net> In-Reply-To: <49EA87EF.9080800@gmail.com> References: <49E8BDAA.6030902@gmail.com> <20090418081247.1fc11079@icy.local> <49EA87EF.9080800@gmail.com> 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 no sound whatsoever 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: Sun, 19 Apr 2009 11:14:10 -0000 Le Sat, 18 Apr 2009 22:09:51 -0400, Eitan Adler : Hi, > > After upgrade upgrade my system to 7.2-PRERELEASE, my sound card > > works perfectly. > This is why my sound broke (I forgot to mention it was after an > upgrade). cd ~/stable7/sys/dev/sound/pci/hda && svn update -r182969 > "fixed" my problem. The sound unit may change between 7.1 and 7.2. You can try to change the sysctl hw.snd.default_unit If it still doesn't work put a verbose boot dmesg of snd_hda and pcm somewhere (see the man page of snd_hda) and ask on the freebsd-multimedia@ mailing list. Regards