LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 02-13-2020, 08:10 AM   #1
ArtStallion
LQ Newbie
 
Registered: Feb 2020
Posts: 9

Rep: Reputation: Disabled
Help: Boya microphone won't work with Linux Mint PC


SO I got a new Boya microphone from amazon but it won't work with my Linux Mint computer. I use Audacity to test the mic. It apparently detects which aux port is plugged in (whether its front or rear) but it only gives some static noise as input. I tested the microphone with my smartphone and it worked. I also tried the mic on my headset which also worked with the computer. So is this a driver problem? Is there any drivers I should try out? What can I do.
 
Old 02-13-2020, 12:50 PM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Shouldn't the microphone go into the microphone port and not the auxiliary port?
Which connector type is on the end of the microphone's cable?
 
Old 02-13-2020, 08:25 PM   #3
ArtStallion
LQ Newbie
 
Registered: Feb 2020
Posts: 9

Original Poster
Rep: Reputation: Disabled
the microphone has a male aux connector and there are two aux ports on my desktop. One is green and has a headphone icon next to it and the other is red and has a microphone icon next to it. This red port is the one I've plugged this into.
For reference, here is exact product I ordered, https://www.amazon.in/gp/product/B07...?ie=UTF8&psc=1
It's really annoying cause I can't put my finger on what exactly is the problem. Could the mic be just incompatible with linux? It apparently works on Mac and android devices.
 
Old 02-14-2020, 06:36 AM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Sorry, your terminology was confusing me -- those ports are 3.5mm stereo ports for microphone and headphones though the microphone port may double as an aux port and aux port is a different thing and accepts a higher power signal than a microphone produces.
Have you checked the pulseaudio settings to make sure the microphone volume is set correctly?
Do you have another microphone port on the front of your PC you could try? Otherwise how do you know the microphone port on the PC works?
 
Old 02-14-2020, 07:21 AM   #5
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
yeah. I looked at that commercial site.

The smart phone has power to the 3.5mm port. Not sure if his PC does.
If it does not....he needs to buy the battery and slide the switch to ON.
https://imgur.com/NDt2obI

since it needs power.....it will have its own mixer so you should be able to see its levels by
copying and pasting command into a terminal.
Code:
alsamixer -c1 -Vall
If you can't see it...press F6 to see if you can see it.

I don't have a powered mic....but can cheat by showing a standard mic thru an usb sound mixer
https://imgur.com/hz4CD0F

use the arrow keys to get to mic....press either m key to unmute....or (space bar) to activate
raise volumes and test with arecord command for fair sound quality as follows

Code:
arecord -d 5 -f cd test.wav
5 seconds with a filename=test.wav cd quality=44100 Hz, Stereo

man arecord has more options and once you know what your device can deliver you can up the quality.

Last edited by aus9; 02-14-2020 at 07:24 AM.
 
1 members found this post helpful.
Old 02-15-2020, 08:24 AM   #6
ArtStallion
LQ Newbie
 
Registered: Feb 2020
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 273 View Post
Sorry, your terminology was confusing me -- those ports are 3.5mm stereo ports for microphone and headphones though the microphone port may double as an aux port and aux port is a different thing and accepts a higher power signal than a microphone produces.
Have you checked the pulseaudio settings to make sure the microphone volume is set correctly?
Do you have another microphone port on the front of your PC you could try? Otherwise how do you know the microphone port on the PC works?
umm..ok, so i guess its a stereo port, and there is one at the rear and at the front, I tried both but they only give some static noise. I also tried the pulse audio settings, those are fine.
 
Old 02-15-2020, 08:30 AM   #7
ArtStallion
LQ Newbie
 
Registered: Feb 2020
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
yeah. I looked at that commercial site.

The smart phone has power to the 3.5mm port. Not sure if his PC does.
If it does not....he needs to buy the battery and slide the switch to ON.
https://imgur.com/NDt2obI

since it needs power.....it will have its own mixer so you should be able to see its levels by
copying and pasting command into a terminal.
Code:
alsamixer -c1 -Vall
If you can't see it...press F6 to see if you can see it.

I don't have a powered mic....but can cheat by showing a standard mic thru an usb sound mixer
https://imgur.com/hz4CD0F

use the arrow keys to get to mic....press either m key to unmute....or (space bar) to activate
raise volumes and test with arecord command for fair sound quality as follows

Code:
arecord -d 5 -f cd test.wav
5 seconds with a filename=test.wav cd quality=44100 Hz, Stereo

man arecord has more options and once you know what your device can deliver you can up the quality.
ahhhhh....thanks man. So I did try turning it on, (the battery came with the mic). But the problem was the battery wasn't correctly placed, so I took it out and put the battery back into it, and now it works. Thanks for helping out. And also, user "273" I appreciate you giving your time to help me out. Thanks guys.
 
  


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
[SOLVED] Neither internal nor external microphone functioning. Not even USB Microphone (Debian Jessie) achim_59 Linux - Hardware 3 08-14-2016 10:48 AM
headphone microphone not detected linux mint mia_tech Linux - General 4 04-17-2015 07:01 PM
Microphone won't work in Chromuim in Fuduntu (flash) prushik Linux - Software 0 03-03-2013 05:44 PM
Usb microphone with Linux Mint fakie_flip Linux - Software 2 01-27-2013 11:29 AM
virtual microphone: FILE ---> MICROPHONE ---> APPLICATION jamal_mohammadi Linux - Hardware 1 02-13-2011 03:10 PM

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

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