LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HP dv6000 Laptop : MIC on fedora 7 not working but the playback is absolutely fine (https://www.linuxquestions.org/questions/linux-newbie-8/hp-dv6000-laptop-mic-on-fedora-7-not-working-but-the-playback-is-absolutely-fine-653218/)

Ankit Sharma 07-02-2008 09:14 PM

HP dv6000 Laptop : MIC on fedora 7 not working but the playback is absolutely fine
 
Hello Sir ,

I am using HP dv 6000 laptop and have got Fedora 7 installed .

Laptop inbuilt MIC not works & also the headphone-speaker toggle not works.

Soundcard works fine .
Vendor : Intel
Model : 82801G (ICH7 Family) High Definition Audio Controller

PCM Device is CONEXANT Analog .

I am using GNOME and GNOME/GStreamer-based Volume Control 2.18.0 .

I tried all possible preferences of volume controller(like enable/disable capture or line in or IEC958 etc.) but when I use my Skype(2.0.0.72) to test recording i am unable to hear anything what i recorded.

I have even tried the option for Enable Software Sound Mixing in System->Preferences->Hardware->Sound .

My aplay and arecord are also not working .

## amixer
----------------------------
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 43
Mono:
Front Left: Playback 43 [100%] [on]
Front Right: Playback 43 [100%] [on]
Simple mixer control 'PCM',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 255
Mono:
Front Left: Playback 255 [100%] [0.00dB]
Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'LineIn',0
Capabilities: cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Capture channels: Mono
Mono: Capture [on]
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch
Capture channels: Front Left - Front Right
Limits: Capture 0 - 23
Front Left: Capture 23 [100%] [34.50dB] [on]
Front Right: Capture 23 [100%] [34.50dB] [on]
Simple mixer control 'Ext Mic',0
Capabilities: volume pswitch
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 43
Front Left: 43 [100%] [34.50dB] Playback [on]
Front Right: 43 [100%] [34.50dB] Playback [on]
Simple mixer control 'Int Mic',0
Capabilities: volume pswitch
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: 0 - 43
Front Left: 43 [100%] [34.50dB] Playback [on]
Front Right: 43 [100%] [34.50dB] Playback [on]
Simple mixer control 'IntMic',0
Capabilities: cswitch cswitch-joined cswitch-exclusive
Capture exclusive group: 0
Capture channels: Mono
Mono: Capture [off]

--------------------------------------------------

Please if you could help me a bit I shall be higly grateful.
Thanks in advance .

ANKIT SHARMA

storkus 07-03-2008 03:35 AM

Do a "lspci | grep 'snd'" and see what it says. If you don't see something like "snd-hd-intel" you have the wrong driver running: this isn't an
AC'97 device.

Mike

Ankit Sharma 07-03-2008 11:33 PM

Hello Sir ,

After using your advice i got absolutely no output from command :
-----------------------
# lspci | grep 'snd'
#
-----------------------

So sir do i have a wrong driver running. If so whats the way out ??

Thanks in advance .

ANKIT

storkus 07-13-2008 07:35 AM

Quote:

Originally Posted by Ankit Sharma (Post 3203530)
Hello Sir ,

After using your advice i got absolutely no output from command :
-----------------------
# lspci | grep 'snd'
#
-----------------------

So sir do i have a wrong driver running. If so whats the way out ??

Thanks in advance .

ANKIT

I guess I was kinda tired when I wrote that: if I understand your original message correctly, you can play sound but not record it, right?

If THAT's the case, that's definitely a tough problem. I'm assuming it was working under windows.

Assuming you're not afraid to do it, compiling a new kernel from recent sources may be your best idea as there may have been a bug in the Intel HD driver when your current kernel was released.

Also proving how tired I was: the correct command I should have given you is "lsmod | grep 'snd'" --that is, list modules not list PCI bus. My bad.

If THAT doesn't work, and just entering "lsmod" shows nothing that looks like sound stuff, then your drivers aren't loaded. There's a chance your sound drivers are compiled into the kernel, but I don't think there are any distributions left that do that--having nothing at all appear when you run "lsmod" by itself, however, would make that highly suspect. You should only ever see that on old distro versions or non-stock kernels.

Mike


All times are GMT -5. The time now is 05:44 PM.