You are not logged in.
Sound works perfectly, but I just can't get the internal microphone to work, anyone had any luck with it?
Offline
I have the same computer.
What I had to do was to enable Capture in gnome-volume-control under preferences. A new tab should appear, and you can un-mute the capture device there.
I've tested it with Sound Recorder and Skype, and I haven't had any trouble so far.
Hope this helps
Offline
Unfortunately, no luck with unmuting the Capture device
What else do you have unmuted? Maybe I'm missing something obvious.
And i added "options snd-hda-intel model=laptop" in my modprobe.conf since i had some problems with the sound, but it should only fix things ![]()
Offline
Are you sure that "laptop" is the right option for your laptop? Which sound chip is built in your laptop?
Offline
Here's the output of lspci -v:
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: Hewlett-Packard Company Device 30e6
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at 98900000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
Offline
What is the outputof
ls -l /sys/module/snd/holders?
Have you tried setting the model option to "hp" ?
Last edited by miau (2009-12-01 11:04:52)
Offline
I don't think I have, no, I'll try it definitely. Here are the contents of /sys/module/snd/holders:
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_hda_codec -> ../../snd_hda_codec/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_hda_codec_analog -> ../../snd_hda_codec_analog/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_hda_intel -> ../../snd_hda_intel/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_hwdep -> ../../snd_hwdep/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_mixer_oss -> ../../snd_mixer_oss/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_pcm -> ../../snd_pcm/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_pcm_oss -> ../../snd_pcm_oss/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_seq -> ../../snd_seq/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_seq_device -> ../../snd_seq_device/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_seq_oss -> ../../snd_seq_oss/
lrwxrwxrwx 1 root root 0 2009-12-01 14:06 snd_timer -> ../../snd_timer/Offline
You could also try to modprobe the following modules:
snd-intel8x0 ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss
This is taken from the ALSA Wiki(http://www.alsa-project.org/main/index.php/Matrix:Module-intel8x0)
And these are the model options available for the AD1981 soundchip:
AD1981
=====
basic 3-jack (default)
hp HP nx6320
thinkpad Lenovo Thinkpad T60/X60/Z60
toshiba Toshiba U205
So you shpuld first try the "hp" model option.
Offline
I'm working right now, but I'll try it as soon as i get home, I just wanted to thank you for your time and effort
Hopefully i'll get the bloody thing working ![]()
Offline
Has anyone found a solution to this?
I have a similar laptop and the exact same audio controller. Microphone hasn't worked on Mint7-x64 or Arch64 yet, but it did on Fedora 12. Seeing as Fedora uses Pulseaudio, I'll try getting that working on my laptop and report back.
edit:
Tried this (http://bbs.archlinux.org/viewtopic.php?id=84948), but the only noise that's recorded is a slight buzz which lasts for less than a second and then stops.
edit:
Updated to the latest kernel (2.6.32.2-2) and it all works well now.
Last edited by vkumar (2009-12-31 20:56:17)
div curl F = 0
Offline