Fedora Linux Support Community & Resources Center
  #1  
Old 9th April 2012, 03:08 PM
wu_qso Offline
Registered User
 
Join Date: Dec 2005
Location: China
Posts: 211
linuxfirefox
Internal microphone of Thinkpad T410s doesn't work in F16 64

The internal microphone doesn't work after update of F16 recently. I'm using F16 x86_64 system on a Thinkpad T410s. What's the problem?
Reply With Quote
  #2  
Old 9th April 2012, 03:22 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,731
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Here is a potential solution. It is for Thinkpad T520, but it should more or less work for T410 also.

Hope this helps.
Reply With Quote
  #3  
Old 9th April 2012, 03:44 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,346
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Use "sound settings" from the to panel tool.
Select the "hardware" tab.
You probably need "Analog Stereo Duplex"
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #4  
Old 9th April 2012, 03:54 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,731
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Quote:
Originally Posted by stevea View Post
Use "sound settings" from the to panel tool.
Select the "hardware" tab.
You probably need "Analog Stereo Duplex"
Steve, this does not work (for me - at least). I have had this setting and Fedora never seemed to detect the internal microphone. However, once you edit the alsa file as given in the link, it works. Well, at least in my experience.

The relevant section from the blog is below.

Quote:

Switch to root and open config file /var/lib/alsa/asound.state

See differences in control points 6 to 11 in file linked below. Generally – values have to be set as true or higher than 0 etc.

After editing and saving run this command: sudo alsactl restore (and check if it works)
Again, this is the only thing tweak that worked for me. Might be different for others.

Last edited by nonamedotc; 9th April 2012 at 03:55 PM. Reason: formatting
Reply With Quote
  #5  
Old 9th April 2012, 07:12 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,346
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Hmm - the alsa-project.org website is broken today.
I *think* this implies a problem in the alsactl_init files - not clear.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #6  
Old 5th May 2012, 04:34 PM
wu_qso Offline
Registered User
 
Join Date: Dec 2005
Location: China
Posts: 211
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Quote:
Originally Posted by nonamedotc View Post
Steve, this does not work (for me - at least). I have had this setting and Fedora never seemed to detect the internal microphone. However, once you edit the alsa file as given in the link, it works. Well, at least in my experience.

The relevant section from the blog is below.



Again, this is the only thing tweak that worked for me. Might be different for others.
I did as you suggested but when I run 'alsactl restore', the system echoes as,

Code:
Found hardware: "HDA-Intel" "Intel IbexPeak HDMI" "HDA:14f15069,17aa21a4,00100302 HDA:80862804,17aa21b5,00100000" "0x17aa" "0x215e"
Hardware is initialized using a generic method
alsactl: set_control:1328: failed to obtain info for control #6 (No such file or directory)
alsactl: set_control:1328: failed to obtain info for control #7 (No such file or directory)
alsactl: set_control:1328: failed to obtain info for control #8 (No such file or directory)
What's wrong?
Reply With Quote
  #7  
Old 5th May 2012, 05:06 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,731
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Could you try this as root

Code:
alsactl -f /var/lib/alsa/asound.state store
The above code was taken from Arch Wiki - ALSA guide on ArchWiki
Reply With Quote
  #8  
Old 6th May 2012, 08:14 AM
wu_qso Offline
Registered User
 
Join Date: Dec 2005
Location: China
Posts: 211
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Quote:
Originally Posted by nonamedotc View Post
Could you try this as root

Code:
alsactl -f /var/lib/alsa/asound.state store
The above code was taken from Arch Wiki - ALSA guide on ArchWiki
I made the change to the file "asound.state" and used the command 'alsamixer -c0 -Vcapture' to enable the internal microphone. Thank you for your help!
Reply With Quote
  #9  
Old 6th May 2012, 08:20 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,731
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Ah! Does the microphone settings stay after you reboot or do you have reset everytime you switch on the system? That's something I would like to know ..
Reply With Quote
  #10  
Old 8th May 2012, 06:36 PM
wu_qso Offline
Registered User
 
Join Date: Dec 2005
Location: China
Posts: 211
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Yes, the microphone settings stay there after I reboot the computer. So I don't have to reset them everytime I switch on the system.
Reply With Quote
  #11  
Old 8th May 2012, 07:18 PM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,731
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Ah! Wonderful. I will also do the same! Would you please mark the thread if you think you query is resolved.

Cheers.
Reply With Quote
  #12  
Old 28th December 2012, 03:19 AM
samtuke Offline
Registered User
 
Join Date: Nov 2010
Posts: 15
linuxfirefox
Re: Internal microphone of Thinkpad T410s doesn't work in F16 64

Works great, thanks!

This should be the default setting, or auto-detected, I guess.
Reply With Quote
Reply

Tags
f16, internal, microphone, t410s, thinkpad, work

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] internal microphone not working gaedikus Hardware & Laptops 3 15th February 2012 09:30 PM
Internal Microphone not working (and other issues) mauricio288 Hardware & Laptops 0 14th August 2011 05:11 PM
[SOLVED] RHEL6: Dell M6500: Internal Microphone does not work. jisaac Using Fedora 0 14th April 2011 08:38 PM
No input from internal microphone after f11 -> f12 upgrade Snorfalorpagus Hardware & Laptops 0 20th November 2009 03:45 PM
internal microphone not working gaston82 Hardware & Laptops 0 6th September 2009 12:26 PM


Current GMT-time: 21:31 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat