On Thu, 5 Mar 2009 23:31:53 +0100 Sebastian Rother <sebastian.rot...@jpberlin.de> wrote:
> After updating to 4.5-beta I noticed that my headphones are very very > silent and I don't find a way to turn them luder somehow. > > I raised any setting, even those who where no even supposed to turn > the headphones louder but I wanted to ensure there's no naming issue. > The speakers work perfectly! > > I can also hear everything recorded by the microphone. > Just if I play music with mplayer and plug in the headphones I hear > nothing. After using some headphones with active noise boosting (well > I don't know the english word for it) I heared some silent music. > So there is a signal, it is just damn silent. > > inputs.dac2=234,234 > inputs.dac=234,234 > inputs.hp_source=sel6,sel5 > inputs.spkr_source=dac,sel5 > record.adc_source=mic > record.adc_mute=off > record.adc=216,216 > record.adc2_source=mic > record.adc2_mute=off > record.adc2=216,216 > inputs.sel3_source=dac2 > inputs.sel4_source=dac2 > inputs.beep_mute=off > inputs.beep=119 > outputs.hp_mute=off > outputs.hp_boost=off > outputs.spkr_mute=on > outputs.spkr_boost=off > outputs.spkr_eapd=on > inputs.mic=170,170 > outputs.mic_dir=input-vr80 > inputs.mic2=170,170 > outputs.mic2_dir=input-vr80 > outputs.mic3_mute=on > outputs.mic3_dir=input-vr80 > outputs.vendor_source=hp > inputs.mix4_source=sel3,sel5 > inputs.mix6_source=mic,mic2 > inputs.mix6_mic=248,248 > inputs.mix6_mic2=248,248 > inputs.sel5_source=mix6 > outputs.sel5_mute=on > outputs.sel5=248,248 > inputs.sel6_source=dac2 > inputs.sel7_source=dac2 > inputs.mic3_source=sel7,sel5 > inputs.mic3=255,255 > outputs.vendor2_source=mic > outputs.hp_sense=plugged > outputs.mic_sense=unplugged > outputs.mic3_sense=unplugged > outputs.spkr_muters=hp,mic,mic3 > outputs.master=255,255 > outputs.master.mute=off > outputs.master.slaves=dac,spkr > record.volume=250,250 > record.volume.mute=off > record.volume.slaves=adc,adc2 There is something very strange in the output above; you've got underscores "_" instead of periods "." in a number of places. For example, there is no "outputs.hp_mute=off" and it should be "outputs.hp.mute=off" Take a look at the output of mixerctl(1) and it's output will show the correct names. Also check out the mixerctl.conf(5) man page for further reading. -- J.C. Roberts