Page 1 of 1
How to enable the microphone to work
Posted: Sun Aug 09, 2009 10:20 am
by Polo
The speaker is OK.
But the microphone does not to work, when I try to record something by sound recorder.
Also same applications, such as Skype, I can hear from my friend, but my friend can hear from me.
I checked that the Microphone is not in mute, and also its output level is not zero.
I also removed the pulseaudio and used the alsaaudio, but the result is the same.
If anyone knows somethings, please give me advise.
Re: How to enable the microphone to work
Posted: Sun Aug 09, 2009 2:32 pm
by Denis
Seems MIC is still muted somewhere.
Right click on Sound Preferences -> Open Volume Control -> Recording -> Capture must be unmuted too. In any case I attached config file with all settings, put it instead your
/var/lib/alsa/asound.state, reboot and try to record.
Code: Select all
state.MID {
control.1 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 64'
iface MIXER
name 'Front Playback Volume'
value.0 64
value.1 64
}
control.2 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Front Playback Switch'
value.0 true
value.1 true
}
control.3 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 65'
iface MIXER
name 'Mic Playback Volume'
value.0 44
value.1 44
}
control.4 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Mic Playback Switch'
value.0 true
value.1 true
}
control.5 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 65'
iface MIXER
name 'Line Playback Volume'
value.0 0
value.1 0
}
control.6 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Line Playback Switch'
value.0 false
value.1 false
}
control.7 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 35'
iface MIXER
name 'Capture Volume'
value.0 3
value.1 3
}
control.8 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Capture Switch'
value.0 true
value.1 true
}
control.9 {
comment.access 'read write'
comment.type INTEGER
comment.count 2
comment.range '0 - 35'
iface MIXER
name 'Capture Volume'
index 1
value.0 0
value.1 0
}
control.10 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 2
iface MIXER
name 'Capture Switch'
index 1
value.0 true
value.1 true
}
control.11 {
comment.access 'read write'
comment.type ENUMERATED
comment.count 1
comment.item.0 Mic
comment.item.1 Line
iface MIXER
name 'Input Source'
value Mic
}
control.12 {
comment.access 'read write'
comment.type ENUMERATED
comment.count 1
comment.item.0 Mic
comment.item.1 Line
iface MIXER
name 'Input Source'
index 1
value Mic
}
control.13 {
comment.access 'read write'
comment.type INTEGER
comment.count 1
comment.range '0 - 64'
iface MIXER
name 'Master Playback Volume'
value 64
}
control.14 {
comment.access 'read write'
comment.type BOOLEAN
comment.count 1
iface MIXER
name 'Master Playback Switch'
value true
}
control.15 {
comment.access 'read write user'
comment.type INTEGER
comment.count 2
comment.range '0 - 255'
comment.tlv '0000000100000008ffffec1400000014'
iface MIXER
name 'PCM Playback Volume'
value.0 255
value.1 255
}
control.16 {
comment.access 'read write user'
comment.type INTEGER
comment.count 2
comment.range '0 - 120'
comment.tlv '0000000100000008fffff44800000032'
iface MIXER
name 'Digital Capture Volume'
value.0 60
value.1 60
}
}
Re: How to enable the microphone to work
Posted: Sun Aug 09, 2009 4:20 pm
by Polo
Mr Denis, thanks for your rapid reply.
I changed the config file asound.state according to that you give to me. It works!
Thank you again.