this post was submitted on 04 Jul 2025
19 points (80.6% liked)
Linux
56319 readers
795 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What's the exact model number of this Asus laptop?
ASUSTeK COMPUTER INC. ASUSLaptop_Q530VJ
I'm trying to see if maybe i've done something where I have pipewire, pulseaudio, wireplumber all set up at the same time? I also don't really understand the difference between them
Okay, so this is one of Asus's consumer models that fits in the "Windowstop" category, meaning a lot of the hardware is going to be windows-only for various reasons.
It's got an ALC272 which IS supported, but that doesn't mean the microphone will be, especially if it's on the USB bus for whatever reason.
Couple questions:
As a test, install
pavucontrol
andqasmixer
. Open pavucontrol, and check ALL the input settings (there are many combos). If nothing there shows activity, launch qasmixer, select the 'hw' view on the right, then try selecting different mixers and see if one finally clicks.If any of these are successful, your mic is detected, and your mixer settings are messed up so it's not being enabled as an input sink.
If none of these work, you're going to have to dig restart, then run
sudo dmesg
and grep through looking for information regarding audio devices, or similar errors to see if it can't detect it.From the product specs, it looks like it might have Harmon Kardon speakers, which may also tie into the microphone, and that's going to be problematic if it's a USB device for a number of reasons I won't dive into. Overall, this model just seems to be problematic from digging around. Example: https://www.reddit.com/r/ASUS/comments/160d3wj/asus_creator_laptop_q530v_constant_problems/
The thing that's weird is that my mic used to work just fine!
Then I would try the above and make sure you don't have a mixer confused somewhere.
the internal mic used to work but then I had to do some update and now its not.
Is there a chance that there is some config file that is blocking something? like i made some kind of setting in a config file that is making this happen?
Config wouldn't BLOCK it from being detected, that's the problem.
Have you checked for a BIOS update recently?