LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-20-2022, 08:27 AM   #16
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled

speaking of which, can you run hdajacksense with root powers pls

here is my output as example
Code:
# hdajacksensetest 
Pin 0x14 (Red Line Out, Rear side): present = Yes
Pin 0x15 (Black Line Out, Rear side): present = No
Pin 0x16 (Black Line Out, Rear side): present = No
Pin 0x17 (Black Line Out, Rear side): present = No
Pin 0x18 (Black Mic, Rear side): present = No
Pin 0x19 (Pink Mic, Front side): present = No
Pin 0x1a (Black Line In, Rear side): present = No
Pin 0x1b (Green Headphone, Front side): present = No
If you are not using a line out, we could look at swapping it to an input using hdajackretask

You might notice I have run this without a mic inserted, then repeat with mic inserted.
Maybe your system has a flaky connector?

Last edited by aus9; 06-20-2022 at 08:28 AM.
 
Old 06-20-2022, 06:18 PM   #17
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Oh I just had a new thought, if you dual boot to windows.
Boot into windows, if mic in works that rules out bios and hardware.

but windows may "hold" the audio by not truly shutting down. To see if we can eliminate windows interference open the run cmd box
Quote:
shutdown -s -t 00
and press enter

then fresh boot up to linux to test sound please
 
Old 06-21-2022, 08:05 AM   #18
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,428

Rep: Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591
I think the OP has vanished
 
Old 06-21-2022, 08:01 PM   #19
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I may have scared him off
 
Old 07-10-2022, 11:48 PM   #20
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,849

Rep: Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553
Quote:
Originally Posted by whk102 View Post
I run alsamixer as root but same results. Yes, need microphone, headphones, etc. See others posts, the hardware dettection is not correct, alsa ucm have not a setting for my motherboard yet. pavucontrol dettect a bad hardware setting, when chose microphone it does not work.
You're unable to run alsamixer? I trust you've tried:
Code:
$ which alsamixer
/usr/bin/alsamixer     <-- you should have gotten this
and found that it's either not installed or not in your path (which I highly doubt). Your package manager might be able to tell you whether alsamixer is loaded (or the package that contains it).

Any way, once alsamixer is on your system and runnable, start it, and press F6 to select the correct sound card to bring up the pots/switches for the card's various devices. I recently had trouble getting an old cardioid condenser mike to record through the motherboard sound card "line" input. It turned out the "line" device was muted. It would not surprise me if your system has the capture inputs (mike, line, or both) muted.

Not sure if it's software you've found a need for it, but Audacity was actually helpful in getting that mike of mine working through the m'board sound device. It listed all the sound devices known to the system and it was easier to select them and tell if sound was available using the Audacity's VU meters after pressing "record" instead of using arecord/aplay over and over as most sound debugging tutorials tend to suggest.

Hope this helps out a bit...
 
Old 07-11-2022, 10:41 AM   #21
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,428

Rep: Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591Reputation: 2591
I have this kit (more or less), and it works, but it's a bitch to get going. You're not reading answers or doing enough. One last try.

Alsamixer is there as part of the alsa-utils package. You need root or sudo to start it, and you need it working. Stop here and make alsamixer work. Do not pass go. Do not collect €200 . Get alsamixer going. Get all the card controls showing (F5? F6? Something like that). You need alsamixer. You need to get all the options up and unmute them. Leave the Microphone boost sliders ~20% to avoid feedback, but everything else near max. The microphones are probably muted or turned down. Quit, then store those settings
Code:
sudo alsactl store
Next you need pavucontrol. Do not pass go, etc. Go to the input devices tab of pavucontrol. Start plugging in you microphone where you think mikes should go and try to find one that says "Plugged in" when you plug it in. Turn up the volume, and test it by talking by talking and watching the volume meter. There's a 'lock' icon on each slider control. If there's any grey to the left of it, remove it by clicking on it. The grey just left of the lock icon is another mute! The volume meter jumps away, but you're silent if the grey is there.

Last edited by business_kid; 07-11-2022 at 10:46 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Audio problem, microphone does not work whk102 Linux - Hardware 0 06-17-2022 02:45 AM
[SOLVED] Neither internal nor external microphone functioning. Not even USB Microphone (Debian Jessie) achim_59 Linux - Hardware 3 08-14-2016 10:48 AM
virtual microphone: FILE ---> MICROPHONE ---> APPLICATION jamal_mohammadi Linux - Hardware 1 02-13-2011 03:10 PM
EMU10K1, ALSA-1.06, microphone does not work wprauchholz Linux - Newbie 5 11-04-2004 01:54 PM
EMU10K1, ALSA, microphone does not work wprauchholz Linux - Enterprise 6 10-23-2004 02:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:54 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