From owner-freebsd-multimedia@FreeBSD.ORG Wed Mar 22 08:05:12 2006 Return-Path: X-Original-To: freebsd-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 B40FE16A400 for ; Wed, 22 Mar 2006 08:05:12 +0000 (UTC) (envelope-from harikurniawan@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id D418843D53 for ; Wed, 22 Mar 2006 08:05:11 +0000 (GMT) (envelope-from harikurniawan@gmail.com) Received: by pproxy.gmail.com with SMTP id d42so59515pyd for ; Wed, 22 Mar 2006 00:05:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=oZ6gcPZVy6R6NCN4WHg40F6+CzUmHzcAUOkReojdybgwAWess/DgnnpXJ+sXnysyBFskyJx+FlmNGdWhjjJXfGgzhBEBciPSx+qRBbd2Mue0PLewGmz0kMUCdicTkyQZ1k7KWAK3byZWbNIMeYuqTxiyt0UNZUikd00dFJuAG+4= Received: by 10.64.233.9 with SMTP id f9mr332832qbh; Wed, 22 Mar 2006 00:05:10 -0800 (PST) Received: by 10.64.204.3 with HTTP; Wed, 22 Mar 2006 00:05:10 -0800 (PST) Message-ID: <4c40c4e70603220005h3e29a72bl87f455f554cbc015@mail.gmail.com> Date: Wed, 22 Mar 2006 15:05:10 +0700 From: "Angka H. K." To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Ariff Abdullah Subject: Re: Poor sound quality with snd_via8233 > snd_ich 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, 22 Mar 2006 08:05:12 -0000 ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD | ICH_GLOB_CTL_PRES, 4); into : ich_wr(sc, ICH_REG_GLOB_CNT, ICH_GLOB_CTL_COLD, 4); in the ich_init() function in src/sys/dev/sound/pci/ich.c Above is the changes I made. Here is the mail archive of my question about it a month ago: http://archive.netbsd.se/?ml=3Dfreebsd-multimedia&a=3D2006-02&t=3D1779933 Is it correct when I update the system I do the following : 1. cvsuped to RELENG_6 2. make buildworld 3. make kernel 4. mergemaster -p 5. mergemaster On 3/22/06, Ariff Abdullah wrote: > > On Wed, 22 Mar 2006 10:21:39 +0700 > "Angka H. K." < harikurniawan@gmail.com> wrote: > > Ah thats is a nice story. > > But sadly it's not as nice as I have. My soundcard is still buggy > > with the RELENG_6 > > source (cvsuped at 21 march 2006 18:00 WIT), to server > > "cvsup.id.freebsd.org ". > > I have the solution by changing the initialization option at the > > ich.c (I got from someone here, many thanks). > > My Laptop is HP V2388-TU serries with ICH6 hardware and i915 graphic > > card. Also my drm is not compiled with this source. I have to apply > > another patch to make it work. > > > > What should I do to resolve this ? > > > Without sharing your "ich.c patch", you really make me sad ;) > > > > -- > Ariff Abdullah > FreeBSD > > >