Internal mic not working for 2.1.2-2

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Post Reply
Formula_R
Posts: 1
Joined: Sun Mar 15, 2020 10:59 pm
Operating System: Linux Debian

Internal mic not working for 2.1.2-2

Post by Formula_R » Mon Mar 16, 2020 12:48 am

Audacity 2.1.2-2
Debian GNU/Linux 9 running on Asus Chromebook Flip C434 (specifically C434TA-DS384T)
SystemOS.png
SystemOS.png (47.89 KiB) Viewed 279 times
I'm fairly new to Linux and I feel a bit in over my head. I'm in the process of setting up my laptop to edit voice-over recordings and chose Audacity because it's what my instructor uses. I recently downloaded Audacity through the Linux shell on my chromebook and I've been having a number of problems:

1.) The biggest is that when I open Audacity my laptop's internal mic doesn't appear to be registering any volume at all.
To be clear, there are no external microphones connected at all and the recording and playback devices were both set to 'default'. The mic continues to work for other apps running on Chrome OS.

2.) Figuring that updating might solve my problem, I attempted to do so. This also proved difficult.
I used the command "sudo apt-get update && sudo apt-get upgrade" to make sure I had the latest packages and that the app was up to date.
That produced the following message:
"0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."
It's also worth noting that when trying to update I get the message:
"audacity is already the newest version (2.1.2-2)."
App Version.png
App Version.png (33.8 KiB) Viewed 279 times
Is there another way to update the app or is the later version not available for the Debian distribution?
Is it worth my time to download ver 2.3.3 directly from https://www.fosshub.com/Audacity.html? I tried that too but couldn't figure out how to run it.

3.)My last problem is that when I try to open Audacity I get an error message saying that the app is already open.
Specifically, it reads:
Error Message.png
Error Message.png (33.73 KiB) Viewed 279 times
"The system has detected that another copy of Audacity is running.
Running two copies of Audacity simultaneously may cause
data loss or cause your system to crash.
Use the New or Open commands in the currently running Audacity
process to open multiple projects simultaneously."
But even when I run the task manager in ChromeOS or the system monitor in the terminal, I find no sign of the app still running.
I also tried the command "killall audacity" which gave the message: "audacity: no process found"

Sorry to be so needy but I truly feel overwhelmed. Any advice would be greatly appreciated and please do correct me if I misused any terms. Thank you in advance!

steve
Site Admin
Posts: 80688
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Internal mic not working for 2.1.2-2

Post by steve » Mon Mar 16, 2020 1:49 am

Which Desktop do you have? (Gnome, KDE, Xfce, ...)

Do you have "pavucontrol" installed? (PulseAudio Volume Control). If not, then I'd suggest that you install it.

In a Terminal window, enter:

Code: Select all

alsamixer
You will see something like this:

alsamixer.png
alsamixer.png (45.63 KiB) Viewed 278 times
What does it say the "Card" is?
Press "F4".
Is the microphone enabled and turned up?
(Press "Esc" to quit Alsa Mixer)

Are you running any other audio apps, Skype, or other voip software?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply