Subject: Re: port-i386/29842
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Eric Auge <eau@phear.org>
List: netbsd-bugs
Date: 06/21/2005 17:02:03
The following reply was made to PR port-i386/29842; it has been noted by GNATS.

From: Eric Auge <eau@phear.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: port-i386/29842
Date: Tue, 21 Jun 2005 19:03:06 +0200

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enigBC459ACBA8C166A754FDF243
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I upgraded my laptop to -current
 
 rival@mubutu:~ $ uname -a
 NetBSD mubutu.no.phear.org 3.99.6 NetBSD 3.99.6 (MUBUTU) #3: Tue Jun 21 
 10:51:34 CEST 2005 
 root@mubutu.no.phear.org:/usr/obj/sys/arch/i386/compile/MUBUTU i386
 
 digging into this sound problem i found out this page :
 
 http://www.unixmagic.org/ml/netbsd/200308/msg00011.html
 
 remembering the linux alsa note in their bugtracking tools and remarks 
 from user that the external amplifier must be switched off.
 
 I tryed to add this according to the webpage
 (which is basically the line Tamura Kent sent to me which is in the PR 
 29842)
 
 to dev/ic/ac97.c line 1117 :
 [...]
 __KERNEL_RCSID(0, "$NetBSD: ac97.c,v 1.75 2005/05/30 04:43:46 christos 
 Exp $");
 [...]
 ac97_setup_defaults(as);
 +host_if->write(host_if->arg, AC97_REG_POWER, AC97_POWER_EAMP);
 
 if (as->type == AC97_CODEC_TYPE_AUDIO)
 [...]
 
 and after reboot the sound suddently worked out.
 Can i help more by making it clean and adding like
 external setup mixerctl/audioctl/sysctl ?! for those kind of chipset.
 
 or may be it's enough.
 
 Hope it helps,
 Best Regards,
 Eric.
 
 --------------enigBC459ACBA8C166A754FDF243
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.1 (NetBSD)
 
 iD8DBQFCuEhOSdZNA80H8MYRAng3AJ990Yeq2MIF4QO1H4ut/SU2jwPX3gCfWUkn
 nRrotOSyV7A5x8fNaroXiu0=
 =WllW
 -----END PGP SIGNATURE-----
 
 --------------enigBC459ACBA8C166A754FDF243--