You are not logged in.
Pages: 1
Hi all, I've a big problem with the internal mic on my sony vaio VGN-FE. It simply doesn't work, and all i can register (if I set all volume control sliders to 100%) is a little noise, without traces of real sounds I make.
Alsamixer
(there isn't a "mic" slider, quite strange, i think)
Gnome volume controls
gnome-alsamixer
The sound chip is a SigmaTel CXD9872RD/K over an hda-intel
# lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
# lsmod | grep snd
snd_seq_dummy 2696 0
snd_seq_oss 31168 0
snd_hda_codec_idt 60432 1
snd_seq_midi_event 7012 1 snd_seq_oss
snd_seq 53744 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 6768 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_hda_intel 26696 0
snd_hda_codec 71716 2 snd_hda_codec_idt,snd_hda_intel
snd_pcm_oss 40352 0
snd_mixer_oss 17540 1 snd_pcm_oss
snd_hwdep 7624 1 snd_hda_codec
snd_pcm 73768 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 21068 2 snd_seq,snd_pcm
snd 58404 11 snd_seq_oss,snd_hda_codec_idt,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_hwdep,snd_pcm,snd_timer
soundcore 6784 1 snd
snd_page_alloc 8812 2 snd_hda_intel,snd_pcm
I already tried to put
options snd-hda-intel enable=1 model=vaio position_fix=0
in /etc/modprobe.d/modprobe.conf
but it doesn't change a bit.
Any idea?
Thanks
Last edited by mavericck (2009-08-06 16:56:01)
Offline
I have Sony Vaio VGN-FZ38M
my modprobe.conf:
options snd-hda-intel model=vaio
and
lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
Try in gnome-volume-control in preferences mark all options, after in options tab change input source (i have front mic)
and in gstreamer-properties change input.
And play with sliders.
It worked for me (the option to choose input source in sound recorder disappeared, but it works), I had to made a lots of attempts with changing different possibilities to find it out.
good luck
Offline
Unfortunately i don't have the "options" tab in gnome volume control.
I selected the right input in gstreamer-properties (and lost the input choice in sound register), but nothing changed
Offline
I didn't have this options, but i could enable it in gnome-volume-control preferences. After it appeared as a tab.
edit:
ok and there is another thing i had to pump up "strengthening of input" (or something like this - google translate)
Last edited by folletto (2009-07-23 22:13:05)
Offline
I don't have it in the preferences panel too.
Anyway, thank you for your help
Offline
Why don't you link that pictures, instead of spam this site with them ?
Offline
And i want to thank you for this really helpful reply
Last edited by mavericck (2009-07-25 17:33:07)
Offline
Dont't give up
maybe try to put in your modprobe.conf just:
options snd-hda-intel model=vaio
-reboot,
-check all options and max all sliders in gnome-volume-control,
-check if you can choose another (reading from your screenshot) "dispositivo" (I have OSS mixer where I found "strengthening of input")
-max all sliders there as well,
-then try to record changing input source (gstreamer-properties and any options in gnome-volume-control).
Some time ago I had the same problem and intensive google searching didn't help, I succeed after playing a lot with this ^ settings.
I've just check that crucial setting for me is this "strengthening of input", strangely this is in playing not recording tab in OSS mixer.
There is a finite amount of combination, so just try them all
Offline
With the latest kernel update, the "option" tab in volume control showed up, and now my mic works!
Thank you very much folletto
Offline
Pages: 1