Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2006 15:05:10 +0700
From:      "Angka H. K." <harikurniawan@gmail.com>
To:        freebsd-multimedia@freebsd.org
Cc:        Ariff Abdullah <ariff@freebsd.org>
Subject:   Re: Poor sound quality with snd_via8233 > snd_ich
Message-ID:  <4c40c4e70603220005h3e29a72bl87f455f554cbc015@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
 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 <ariff@freebsd.org> 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
>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4c40c4e70603220005h3e29a72bl87f455f554cbc015>