Download OSS 4.1 sources on your machine type: hg clone http://mercurial.opensound.com oss-4.1 and then In oss source: edit kernel/drv/oss_hdaudio/hdaudio_generic.c replace Code: val = (maxval * 9) / 10; /* 90% of the maximum */
with Code: val = 0; /* 0% of the maximum */ in two places. Save changes, recompile and install. Ensure mixer.save is removed before restarting. To build the package follow http://www.opensound.com/wiki/index.php/Building_OSSv4_from_source regards Dev This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
