Re: where are docs for using azalia audio?
[email protected] Sat, 1 Dec 2007 21:01:21 -0600 (CST)
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 1 Dec 2007, Cem Kayali wrote: > >How did you know what that was? > >Where should this be documented for NetBSD? > > I've found it while playing mixerctl settings about 2-3 months ago for my > new notebook. I was thinking that azalia driver is not working, but luckily > somebody advised me to play mixerctl settings. > > I'm not sure where it should be documented. It is not an azalia problem i > think... A documentation problem :) I will update docs if someone tells me what to commit. > >mixerctl -w inputs.dac03=100 > > Play with *inputs.dac* values and you will see that it adjusts volume. I > think 250 or 255 is max, while 0 means no sound. "inputs" sounds confusing. I had tried inputs.dac03 earlier, but no change. But I have success now with inputs.dac02: $ mixerctl -w inputs.dac03=0,0 inputs.dac03: 99,99 -> 0,0 $ mixerctl -w inputs.dac03=200,200 inputs.dac03: 0,0 -> 199,199 No change above. $ mixerctl -w inputs.dac02=200,200 inputs.dac02: 123,123 -> 199,199 That made is loud! Louder than my previous laptop. $ mixerctl -w inputs.dac02=0,0 inputs.dac02: 199,199 -> 0,0 And 0,0 is very quiet (but still some sound). $ mixerctl -w inputs.dac02=200,200 inputs.dac02: 0,0 -> 199,199 Back to listening again. Thanks. I appreciate your time. If anyone has some suggestions on what and where to document, please let me know. Jeremy C. Reed