Hi,
many of you will have already read my last thread about a lenovo x61s.
Almost everything is working (but suspend, this is an only
acpi-machine and the wireless should be supported soon)
I installed a snapshot and my biggest problem now is the lack of
support of audio:
azalia0 at pci0 dev 27 function 0 "Intel 82801H HD Audio"
arktomis| mixerctl -a
outputs.dac02.source=hdaudio
inputs.dac03=126,126
inputs.dac04=126,126
record.adc05.mute=off
record.adc05=124,124
record.adc06.mute=off
record.adc06=124,124
inputs.mix07.sel22.mut=off
inputs.mix07.sel21.mut=off
inputs.mix0a.dac04.mut=off
inputs.mix0a.sel21.mut=off
inputs.mix0b.sel0f.mut=off
inputs.mix0b.sel21.mut=off
inputs.sel0c.source=red14
outputs.sel0c.mute=off
outputs.sel0c=124,124
inputs.sel0d.source=red14
outputs.sel0d.mute=off
outputs.sel0d=124,124
inputs.sel0e.source=dac03
inputs.sel0f.source=dac03
inputs.beep10.mute=off
inputs.beep10=119
outputs.green11.mute=off
outputs.green11.boost=off
outputs.unknown12.mute=off
outputs.unknown12.boost=off
outputs.unknown13.mute=off
outputs.unknown13=120
outputs.red14=85,85
outputs.unknown15=85,85
outputs.unknown16.mute=off
outputs.unknown16.dir=input
outputs.pow19.source=mix20
outputs.black1b.mute=off
outputs.black1b=126,126
outputs.red1c.mute=off
outputs.red1c.dir=input
outputs.widget1d.source=mix07
inputs.mix1e.sel0e.mut=off
inputs.mix1e.sel21.mut=off
inputs.mix20.red14.mut=off
inputs.mix20.black1a.m=off
inputs.mix20.sel25.mut=off
inputs.mix20.red14=120,120
inputs.mix20.black1a=120
inputs.mix20.sel25=120,120
outputs.sel21.mute=off
outputs.sel21=120,120
inputs.sel22.source=dac03
inputs.sel23.source=dac03
inputs.mix24.sel23.mut=off
inputs.mix24.sel21.mut=off
outputs.sel25=85,85
outputs.widget26.source=red14
inputs.usingdac=04
record.usingadc=05
I ran this
mixerctl -a | egrep '^(input|outputs)\.' | sed 's/=.*//' | while read
a; do case $a in *.mute) mixerctl ${a%.mute}=255 $a=off;; esac done
but nothing...
Can we expect sound support for this chip in 4.2?
Cheers,
Pau