From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 14 17:54:55 2005 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 F081316A41F for ; Wed, 14 Dec 2005 17:54:55 +0000 (GMT) (envelope-from erik.u@dnainternet.net) Received: from smtp.dnainternet.net (smtp.dnainternet.net [62.241.254.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A1D43D68 for ; Wed, 14 Dec 2005 17:54:43 +0000 (GMT) (envelope-from erik.u@dnainternet.net) Received: from b-184-46.dsl.kpy.customers.dnainternet.fi ([212.149.184.46]:62994 "EHLO [192.168.1.11]" smtp-auth: TLS-CIPHER: TLS-PEER-CN1: ) by smtp2.dnainternet.net with ESMTP id S1232642AbVLNRyj (ORCPT ); Wed, 14 Dec 2005 19:54:39 +0200 Message-ID: <43A05C5D.70005@dnainternet.net> Date: Wed, 14 Dec 2005 19:54:37 +0200 From: Erik Udo User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051130) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Timothy Smith References: <43A01AAE.1050603@open-networks.net> In-Reply-To: <43A01AAE.1050603@open-networks.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia@freebsd.org Subject: Re: asus mobo, poor sound quality 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: Wed, 14 Dec 2005 17:54:56 -0000 Timothy Smith wrote: > hi i have an asus p4s800-mx with an onboard adi 1888 audio, i load it > with kldload snd_driver, loads fine, here is the output of the sound device > > %cat /dev/sndstat > FreeBSD Audio Driver (newpcm) > Installed devices: > pcm0: at io 0x9400, 0x9000 irq 18 bufsz 16384 kld snd_ich > (1p/1r/0v channels duplex default) > > it works alright, but the sound quality is really bad, crackly and > muffled bass. i know it's not my speakers or my setup because it works > perfectly on my windows system which sits right beside the bsd system. > it is definately the freebsd driver. > > so, is there some way i can fix this or is freebsd totally gimped with > this chip? it's supposed to be ac97 compatable. > > thanks in advance > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" > Depending on your version (if these patches are mergerd?): site: http://staff.mybsd.org.my/skywizard/FreeBSD/sound/old/ Note on via823x --------------- (Maybe) You can get better sound (no pop/crackle) by disabling dxs channel method. To do this, add hint.pcm.0.via_dxs_disabled="1" into your /boot/device.hints. Basically: hint.pcm..via_dxs_disabled="1" Enabling vchan also helps a lot, especially to prevent overruns Since freebsd native sound multiplexer is so superior, you shouldn't worry about losing dxs hardware capability.