LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-03-2021, 01:10 PM   #1
kamui
LQ Newbie
 
Registered: Mar 2021
Posts: 3

Rep: Reputation: Disabled
Microphone from external headset not recognized on Acer Aspire v5-552 with Linux Lite 5.2 Ubuntu 20.04.1 LTS


Hello!
I'm a relatively new user to Linux and I have a problem with the headset mic. It is not recognized by the OS. The headphones audio output works fine, but the microphone isn't not showing in Volume Mixer.
Can you guys, please, help me?
I tried to find on the internet some workarounds but for some of them I couldn't very well understand what I was supposed to do.
I remember that I had this problem on Windows too and I'm not sure but I think I installed a Realtek driver and then it worked. Or I had to select Headset at the prompt which appeared when I plugged in the headset.
And, please, tell me what information do I need to provide.
 
Old 03-03-2021, 08:26 PM   #2
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Without the headphones plugged in, run the command below, then plug the headphones in and use it's features, there should be some output that you can post in quote or code tags that might come in handy. Knowing the type of headphone unit might help.
Code:
journalctl -f

Last edited by Brains; 03-03-2021 at 08:27 PM.
 
Old 03-04-2021, 10:39 AM   #3
kamui
LQ Newbie
 
Registered: Mar 2021
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Brains View Post
Without the headphones plugged in, run the command below, then plug the headphones in and use it's features, there should be some output that you can post in quote or code tags that might come in handy. Knowing the type of headphone unit might help.
Code:
journalctl -f
This is before headset
Code:
-- Logs begin at Wed 2021-03-03 23:03:10 EET. --
mar 04 18:10:45 LinuxLite-Aspire-V5-552 ntpd[1434]: 185.82.232.254 local addr 192.168.0.108 -> <null>
mar 04 18:27:23 LinuxLite-Aspire-V5-552 ntpd[1434]: 82.141.152.3 local addr 192.168.0.108 -> <null>
mar 04 18:30:41 LinuxLite-Aspire-V5-552 ntpd[1434]: 91.189.89.199 local addr 192.168.0.108 -> <null>
mar 04 18:31:18 LinuxLite-Aspire-V5-552 ntpd[1434]: 81.0.124.200 local addr 192.168.0.108 -> <null>
mar 04 18:33:51 LinuxLite-Aspire-V5-552 ntpd[1434]: 84.2.44.19 local addr 192.168.0.108 -> <null>
mar 04 18:34:53 LinuxLite-Aspire-V5-552 sudo[5180]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
mar 04 18:34:54 LinuxLite-Aspire-V5-552 sudo[5180]: pam_unix(sudo:auth): Couldn't open /etc/securetty: No such file or directory
mar 04 18:34:55 LinuxLite-Aspire-V5-552 sudo[5180]:    kamui : TTY=pts/1 ; PWD=/home/kamui ; USER=root ; COMMAND=/usr/bin/journalctl -f
mar 04 18:34:55 LinuxLite-Aspire-V5-552 sudo[5180]: pam_unix(sudo:session): session opened for user root by (uid=0)
mar 04 18:34:58 LinuxLite-Aspire-V5-552 sudo[5180]: pam_unix(sudo:session): session closed for user root
This after I plugged them in
Code:
journalctl -f
-- Logs begin at Wed 2021-03-03 23:03:10 EET. --
mar 04 18:34:55 LinuxLite-Aspire-V5-552 sudo[5180]:    kamui : TTY=pts/1 ; PWD=/home/kamui ; USER=root ; COMMAND=/usr/bin/journalctl -f
mar 04 18:34:55 LinuxLite-Aspire-V5-552 sudo[5180]: pam_unix(sudo:session): session opened for user root by (uid=0)
mar 04 18:34:58 LinuxLite-Aspire-V5-552 sudo[5180]: pam_unix(sudo:session): session closed for user root
mar 04 18:35:29 LinuxLite-Aspire-V5-552 ntpd[1434]: 62.112.193.9 local addr 192.168.0.108 -> <null>
mar 04 18:36:41 LinuxLite-Aspire-V5-552 rtkit-daemon[1544]: Supervising 5 threads of 3 processes of 2 users.
mar 04 18:36:41 LinuxLite-Aspire-V5-552 rtkit-daemon[1544]: Supervising 5 threads of 3 processes of 2 users.
mar 04 18:36:41 LinuxLite-Aspire-V5-552 rtkit-daemon[1544]: Supervising 5 threads of 3 processes of 2 users.
mar 04 18:36:41 LinuxLite-Aspire-V5-552 rtkit-daemon[1544]: Supervising 5 threads of 3 processes of 2 users.
mar 04 18:36:41 LinuxLite-Aspire-V5-552 rtkit-daemon[1544]: Successfully made thread 5262 of process 4478 owned by '1000' RT at priority 10.
mar 04 18:36:41 LinuxLite-Aspire-V5-552 rtkit-daemon[1544]: Supervising 6 threads of 4 processes of 2 users.
The headphones are called A+ Kago. It's a Romanian brand I think. And I use a jack adaptor that has 2 inputs, 1 for mic, 1 for speakers and 1 jack out mic and speaker combo.
 
Old 03-04-2021, 03:26 PM   #4
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Based on what I could find for "rtkit-daemon", it is a dependency most likely installed and used by pulseaudio. So kind of looks like it's probably ready to go since pulseaudio is involved, maybe you need to unmute them in pavucontrol or sound settings.
 
Old 03-04-2021, 03:57 PM   #5
kamui
LQ Newbie
 
Registered: Mar 2021
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Brains View Post
Based on what I could find for "rtkit-daemon", it is a dependency most likely installed and used by pulseaudio. So kind of looks like it's probably ready to go since pulseaudio is involved, maybe you need to unmute them in pavucontrol or sound settings.
https://imgur.com/a/8YiNbG1 this what volume control shows

Here are some system informations, including audio related. Though I'm not sure if they very useful

Code:
System:
  Host: LinuxLite-Aspire-V5-552 Kernel: 5.4.0-66-generic x86_64 bits: 64 
  Desktop: Xfce 4.14.2 Distro: Linux Lite 5.2 LTS 
Machine:
  Type: Laptop System: Acer product: Aspire V5-552 v: V2.05 
  serial: <superuser/root required> 
  Mobo: Acer model: Dazzle_RL v: Type2 - A01 Board Version 
  serial: <superuser/root required> UEFI: Insyde v: 2.05 date: 10/08/2013 
Battery:
  ID-1: BAT1 charge: 41.5 Wh condition: 41.5/53.4 Wh (78%) 
CPU:
  Topology: Quad Core model: AMD A10-5757M APU with Radeon HD Graphics 
  bits: 64 type: MCP L2 cache: 2048 KiB 
  Speed: 1362 MHz min/max: 1400/2500 MHz Core speeds (MHz): 1: 1354 2: 1260 
  3: 1384 4: 1376 
Graphics:
  Device-1: AMD Richland [Radeon HD 8650G] driver: radeon v: kernel 
  Display: x11 server: X.Org 1.20.9 driver: ati,radeon 
  unloaded: fbdev,modesetting,vesa resolution: 1366x768~60Hz 
  OpenGL: renderer: AMD ARUBA (DRM 2.50.0 / 5.4.0-66-generic LLVM 11.0.0) 
  v: 4.3 Mesa 20.2.6 
Audio:
  Device-1: AMD Trinity HDMI Audio driver: snd_hda_intel 
  Device-2: AMD FCH Azalia driver: snd_hda_intel 
  Sound Server: ALSA v: k5.4.0-66-generic 
Network:
  Device-1: Qualcomm Atheros QCA8171 Gigabit Ethernet driver: alx 
  IF: enp2s0f0 state: up speed: 100 Mbps duplex: full mac: 78:84:3c:34:ab:34 
  Device-2: Qualcomm Atheros AR9462 Wireless Network Adapter driver: ath9k 
  IF: wlp3s0 state: down mac: a4:db:30:db:07:7e 
Drives:
  Local Storage: total: 931.51 GiB used: 34.22 GiB (3.7%) 
  ID-1: /dev/sda vendor: Western Digital model: WD10JPVX-22JC3T0 
  size: 931.51 GiB 
Partition:
  ID-1: / size: 13.69 GiB used: 6.67 GiB (48.7%) fs: ext4 dev: /dev/sda6 
  ID-2: /home size: 59.50 GiB used: 27.47 GiB (46.2%) fs: ext4 
  dev: /dev/sda8 
  ID-3: swap-1 size: 7.45 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda7 
Sensors:
  System Temperatures: cpu: 51.6 C mobo: N/A gpu: radeon temp: 52 C 
  Fan Speeds (RPM): N/A 
Info:
  Processes: 201 Uptime: 30m Memory: 5.26 GiB used: 2.75 GiB (52.2%) 
  Shell: bash inxi: 3.0.38
 
  


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
External headset microphone isn't recognized on ASUS x550v laptop mrnuts13 Linux - Laptop and Netbook 1 04-19-2017 05:27 AM
Audio imputs (microphone and headset) not recognized. lensilvan Slackware 7 08-25-2015 09:51 AM
Acer Aspire One ZG5 Netbook - Built in webcam & Microphone not working. Skype joxley1990 Linux - Newbie 1 03-03-2013 04:25 PM
Browser icon not responding on Acer Aspire One Netbook Linux Lite v1.0.13.E TristanTeacher Linux - Newbie 24 07-16-2011 10:39 AM
[SOLVED] Problem: Installing Ubuntu Netbook Remix on Acer Aspire One running Linpus Linux Lite wodehouse Linux - Laptop and Netbook 7 10-06-2009 10:04 AM

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

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