1

I plugged the 3.5mm jack into a USB-c adapter, and into the PC.

It is recognized as headphones, while my internal mic is recognized as the mic. How can I switch it so the plugged USB-c is recognized as the mic instead of headphones?

enter image description here

enter image description here

Here is what I have tried:

1- Updated the Lenovo ThinkPad p52 from the manufacturer's website with auto-scan to the latest all

enter image description here

2- I have the latest windows update

enter image description here

3- Disabled fast startup

enter image description here

4- uninstalled and reinstalled everything under "sound,video and game controllers" and "audio..."

s

5- unplugged the 3.5mm jack mic from usb-c adapter and plugged to a splitter, and straight into the 3.5mm of the PC. Nothing changes, PC speaker becomes the PC, and internal mic stays as the mic.

enter image description here

6- Installed r2.81 which causes the following error when after I restart the PC. So I uninstall 2.81 and install r2.82 instead.

enter image description here

7 - Installed r 2.82 - back to square one. Here is what the Realtek folder looks like

enter image description here

8- This should have been the input device, but detected as output device

enter image description here

Some other screenshots

enter image description here

The only time it worked is when I plug the microphone jac into the HP Elite docking station jack, and then the USB-c of the docking station into the Lenovo usb-c. Then it recognizes it as a microphone.

In the below image, the far right is the microphone, and the middle is the splitter and the far left is the usb-c adapter. I was trying these 2 different methods since I thought jack might be broken on the laptop.

enter image description here

enter image description here

enter image description here

How can I use the USB-C adapter or the lenovo built-in headset with the splitter to let the PC recognize its a microphone and not a headphone?

1 Answers1

4

Solution

Use your audio splitter, and connect both the mic AND some headphones to it. Connecting only the mic will never work.

Why? Your audio interface is not suicidal.

(On some older hardware, or when using a Mac, you might still get some strange audio effects caused by basic hardware incompatibility issues. I won't go into this.)


Explanation

This is all about electric circuitry. It can't be resolved by software. Jack connectors are 'dumb', and there's no possible way your mic can tell your PC "I'm a microphone".

3.5mm Jack connectors come in two basic flavours: four-pin and three-pin, as on the below image. (OMTP four-pin connectors have mic and ground inverted in respect to CTIA. Some old phones use OMTP) Jack connectors

A four-pin jack plug, as on your PC and USB-Adaptor, for obvious reasons needs to be able to handle BOTH CTIA-Headsets as well as normal Headphones. It can't handle just a microphone, though.

Headphones as well as Mics are electric circuits, with the current flowing from left/right/mic connector to the grounds connector.

As you can deduct from the image, a normal headphone connector will bridge pin 3 & 4 with its ground connector. If the mic pin would be active while you plug-in a headphone, this would cause a short circuit between pin 3 & 4, immediately frying your audio device and probably taking down your whole machine.

For this reason, for the mic pin to be activated, two conditions must be met:

  1. Current flowing from both left(1) & right(2) to ground(3)
  2. NO Current flowing from neither left(1) nor right(2) to mic(4)

Condition 2 is not sufficient: a defective headphone could still fry out the device.

Once both conditions are met, the mic pin is activated, and your device driver will tell Windows your OS that there's a microphone connected. But there's no way your device will activate only the mic pin, while left & right pins are inactive: your device is not suicidal.

So, if you just plug in your mic, your device will tell the OS to register a headphone, as there's no way to tell the difference between a headphones and a mic connector.

And if you use the audio splitter but only connect the mic, your device will still say it's a (defective) headphone, as it detects a connector plugged in, but condition 1 is not met: you need to plugin a headphones, too, so your device will detect that the left & right circuits are closed.

1NN
  • 10,044