14

I have one audio output jack and one audio input jack on my laptop. I want to use it for real time audio mixing, and I need to have another discrete output for headphones that is independent of the master out.

I want to know if it is possible to reconfigure the microphone input jack as an output jack, and if so, how to go about doing so.

Thanks.

djeikyb
  • 30,245
  • I picked up one of these for $3 to get a second headphone jack on my laptop. It works out of the box in Ubuntu. – ændrük Feb 23 '11 at 23:31
  • That looks like it would work, but it would be nice to just reconfigure the mic jack. I already have two jacks, I just want them both for output. I'll probably pick one of those up if I can't figure this out with software. – Tyler Levine Feb 23 '11 at 23:35
  • 1
    Software can't do it; the hardware is unidirectional. (Which is why nobody notices that speakers can be used as low fidelity microphones unless they plug them into the wrong jack and throw enough noise at them... oh, and the speakers have to be unamplified, because amps are also unidirectional.) – geekosaur Mar 12 '11 at 05:38
  • 2
    @Geppettvs D'Constanzo had a good answer here, not sure why he deleted it. I'm duplicating his answer because he had worthwhile content. – djeikyb Mar 12 '11 at 22:03
  • I think this might be useful: http://askubuntu.com/questions/225017/how-do-i-change-which-audio-jacks-are-used-for-input-and-output – Yamaho Jan 03 '13 at 23:53

5 Answers5

12

To find the tool to reconfigure the audio ports is this easy under Ubuntu 14.04.1 LTS.

sudo apt-get install alsa-tools-gui
hdajackretask

The tool seems really easy to use. Unfortunately my hardware seems to be unidirectional as I can only select input options for the mic on my laptop.

Ps. I wanted to do this because my headphone jack is broken.

  • Worked for me. Unfortunately with my hardware, bass appears to be missing then (not sure if a hardware limitation or software issue). – pcworld Jun 12 '15 at 18:41
5

Many low end soundcards have hardware restrictions on the input/output flow. Circumvent this with hardware schematics and a soldering iron.

However, it's possible your soundcard supports input and output on any (or some) of its ports, and you just need the software to do it. ALSA and OSS provide the kernel drivers so other software can access the card. PulseAudio and JACK are two different programs that let you play with streams of sound. It's likely that if you invest a bunch of time reading manuals and editing configuration files that you can do what you want.

You may also want to check out Ubuntu Studio. It tracks with the mainline Ubuntu releases, but is set up with a bunch of packages that professional audio folk bent on using open-source linux software would use.

Ubuntu uses PulseAudio because of its focus on desktop audio. Ubuntu Studio uses JACK because of its focus on sound production.

djeikyb
  • 30,245
2

Use HDAAnalyzer to do online reconfiguration of audio jacks, but all you could get is mono output, because Mic In schematics shorts tip and ring of audio plug. But if you have Line In, it's possible.

dru
  • 21
1

I also had this problem and did a tremendous amount of work trying to resolve the issue. I have a lot of experience in sound engineering and tested everything possible. I literally spent 30+ hours trying to figure this out and have read 20+ threads of people having the same issue with no resolution.

I have finally resolved the issue. I have an antec 1200 v3 case and I was using the rear audio out jack for my speakers and the front 2 ports for my headphones. I have finally concluded that the issue is the front audio ports are not shielded and or have intersecting input/output wires. I ended up connecting my speakers to the front port and my headset (output and input) direct to my mobo from the back of my computer. This has fixed the issue 100% for me. Hopefully this will help!

mark
  • 11
  • 1
1

hda-jack-retask may solve your problem. Open terminal and type the following

sudo add-apt-repository ppa:diwic/hda
sudo apt-get update && sudo apt-get install hda-jack-retask