From owner-freebsd-multimedia@FreeBSD.ORG Sat Nov 1 08:17:50 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20C311065677 for ; Sat, 1 Nov 2008 08:17:50 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id A16CA8FC1A for ; Sat, 1 Nov 2008 08:17:49 +0000 (UTC) (envelope-from mav@FreeBSD.org) X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.1.0 Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 226686823; Sat, 01 Nov 2008 10:17:48 +0200 Message-ID: <490C10A8.8050803@FreeBSD.org> Date: Sat, 01 Nov 2008 10:17:44 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.17 (X11/20081029) MIME-Version: 1.0 To: Igor Ralets References: <1225416183.00030893.1225404003@10.7.7.3> In-Reply-To: <1225416183.00030893.1225404003@10.7.7.3> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: problem with sound volume on pcbsd using snd_hda 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: Sat, 01 Nov 2008 08:17:50 -0000 Igor Ralets wrote: > After installation of PCBSD-7.0.1 on amd64 box sound card didn't work. > Hardware compatibility list suggested snd_hda driver for ATI SB600 card > bundled with Asus M2A-MX mobo. Loading it with kldload helped with getting > sound, but volume was very low and couldn't be adjusted by any means. > Neither mixer(8) nor different players could do the trick. ATI SB600 - is a HDA bus controller. It's support is important to make sound work, but audio codec support is no less important. It is codec who actually manages all sound stuff. You can see it in "". You may want to try latest snd_hda driver from -CURRENT. It is source code compatible. Codecs support is much improved there. -- Alexander Motin