LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-23-2014, 12:11 PM   #1
glacier.2000
LQ Newbie
 
Registered: Jun 2014
Posts: 8

Rep: Reputation: Disabled
Mic stopped working on Linux Mint


Hi,

I have a Toshiba Satellite, and I use Linux Mint Cinnamon.
Everything was fine until last Saturday, when my microphone stopped working. The only thing one can ear is noise, if I scream I can barely distinguish it in the background. I thought it was a problem of configuration due to an updated package, so I've updated the whole system from the v16 to v17, but without any improvement.

The configuration in alsamixer is the following one:
http://postimg.org/image/rghafv8r5/
but, following an incredible number of threads in different forums, I've tried all the possible combinations/all the possible tools to change settings.
Any idea?
Thanks a lot in advance!!
R
 
Old 06-24-2014, 06:22 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi glacier.2000, Welcome to LQ. Please post the results of the following:

Code:
cat /proc/asound/card0/codec#* | grep Codec
Good luck. ;-)
 
Old 06-24-2014, 11:22 PM   #3
glacier.2000
LQ Newbie
 
Registered: Jun 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Hi,

Thanks for your answer, here is the output of the command:

Code:
Codec: IDT 92HD99BXX
Codec: Intel PantherPoint HDMI
Have a nice day!
R
 
Old 06-25-2014, 12:25 AM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Maybe (I could be wrong) the mic somehow became muted-?

Open the terminal and type:
Code:
alsamixer
Raise up all of the columns, pcm, master and the mic too. If at the bottom of any of the columns you see this:
Code:
[mm]
That means it's muted. [oo] means unmuted.

This video should help:-
https://www.youtube.com/watch?v=wWmXG-e6yzI

HTH
 
Old 06-25-2014, 07:30 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
yep, i can see from the screenshot it's muted.
 
Old 06-25-2014, 11:46 PM   #6
glacier.2000
LQ Newbie
 
Registered: Jun 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
I've tried un-muting the microphone, but the only thing I can hear is a rustle (the strong white noise above mentioned). For other configurations in alsamixer (with MIC un-muted), I hear nothing.
I have read on the Internet that could be due to the fact that the system "hallucinates" and thinks it has a stereo microphone, therefore I should suppress one of the two channels (either left or right). I tried playing with all the possibilities for both MIC and the digital MIC, still no luck......
Any other suggestion?
Thanks a lot for your answers!!
R
 
Old 06-26-2014, 12:27 AM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Run this command that our Guru asked in post #2.
Code:
cat /proc/asound/card0/codec#* | grep Codec
Post the output in code tags so he can read through it and advise you.
 
Old 06-26-2014, 08:39 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
@ztocrat: op did that already.
let's hope peacedog had something in mind when asking for it.
 
Old 06-26-2014, 10:54 AM   #9
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Some mic types require a small voltage. Some soundcards do not provide this voltage. It's sometimes referred to as plug-in power. When an electret mic doesn't have it explicitly it can have the behavior mentioned.

Or it could be something simple like things defaulting to muted on new installs. Although I wouldn't rule out hardware as most mics do not favor humidity or being wet or physical abuse. Cold dry outside to warm humid inside can cause condensation on parts. Or climate controlled office to hot and humid florida like outside.
 
Old 06-26-2014, 04:28 PM   #10
glacier.2000
LQ Newbie
 
Registered: Jun 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
It could be that the problem is hardware, although I have never moved or crashed into the microphone. I would, however, totally esclude something climate-related (no excessive cold/hot/humidity...)
 
Old 06-26-2014, 09:48 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ondoho View Post
@ztocrat: op did that already.
let's hope peacedog had something in mind when asking for it.
Right, thanks-
I see in post #3 the output-
 
Old 06-26-2014, 09:59 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by glacier.2000 View Post
It could be that the problem is hardware, although I have never moved or crashed into the microphone. I would, however, totally esclude something climate-related (no excessive cold/hot/humidity...)
Sorry I don't know how to test for hardware failure associated with a sound card, except for Memtest but that's for testing the RAM-

Running the command: aplay -l should show what sound card you have.

Once you know what sound card it is maybe there will be something online or in the Linux Mint Forum in regard to behavior your having. I'm not sure if there are known issues with that particular card and Mint.

Like Shadow_7 said some don't have that voltage:-
 
Old 06-26-2014, 11:36 PM   #13
glacier.2000
LQ Newbie
 
Registered: Jun 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Here's the output of aplay
Code:
**** Liste des Périphériques Matériels PLAYBACK ****
carte 0: PCH [HDA Intel PCH], périphérique 0: 92HD99BXX Analog [92HD99BXX Analog]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 0: PCH [HDA Intel PCH], périphérique 3: HDMI 0 [HDMI 0]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
I will try this afternoon with a different live distro to see if this is really an hardware-related problem.
Thanks!!!
R
 
Old 06-26-2014, 11:59 PM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by glacier.2000 View Post
Here's the output of aplay
Code:
**** Liste des Périphériques Matériels PLAYBACK ****
carte 0: PCH [HDA Intel PCH], périphérique 0: 92HD99BXX Analog [92HD99BXX Analog]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
carte 0: PCH [HDA Intel PCH], périphérique 3: HDMI 0 [HDMI 0]
  Sous-périphériques: 1/1
  Sous-périphérique #0: subdevice #0
I will try this afternoon with a different live distro to see if this is really an hardware-related problem.
Thanks!!!
R
According to Google this is french-
Sous-périphériques: 1/1 means subdevices.
Carte means card and device3 is HDMI meaning High Definition Multimedia Interface.

You could research the HDA Intel PCH Analog card 95HD99Bxx online.
It could be a bug but I am not sure.

I'm thinking that if another distro has the same issue it could very well be a hardware problem.
 
Old 06-27-2014, 12:08 AM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Sometimes and in some cases if one is having performance or hardware issue's installing a higher version of the kernel can help solve that.

Maybe one of our members running Mint has experience with installing a newer kernel.
Sorry, I don't:-

https://www.kernel.org/
http://www.wikihow.com/Install-and-U...-on-Linux-Mint
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Acer Aspire One with Linux Mint - webcam/mic alkanetexe Linux - Laptop and Netbook 11 07-29-2013 04:03 PM
[SOLVED] Sound stopped working on Mint 13, 64-bit w/Mate lordr0ke Linux - Hardware 5 02-11-2013 08:16 PM
Kubuntu - mic and webcam stopped working Kubik Linux - Hardware 0 12-11-2012 11:44 PM
scanner just stopped working with Linux Mint loshakova Linux - Newbie 64 04-18-2012 10:52 AM
[SOLVED] Ubuntu 11.04 mic stopped working in HP G-32, but was working before.how to fix it? Highjo Ubuntu 4 08-08-2011 05:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration