No Microphone output in Zoom (Mint 20.1)

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nickmax1

No Microphone output in Zoom (Mint 20.1)

Post by nickmax1 »

I recently upgraded from 20 to 20.1 when Zoom was working just fine on my Asus laptop.

Now whatever i try i cant get the microphone to pick up any sound (no one can hear me)

In the sound settings I can clearly see the microphone working as the volume bar moves up and down as I speak in to the speaker, but zoom wont have any of it.

I am not on mute by the way....
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: No Microphone output in Zoom (Mint 20.1)

Post by MrEen »

Hi nickmax1, and welcome to the forum.

Let's make sure the proper input device is set as the default with this command:

Code: Select all

pacmd list-sources
nickmax1

Re: No Microphone output in Zoom (Mint 20.1)

Post by nickmax1 »

Code: Select all

2 source(s) available.
    index: 0
	name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
	driver: <module-alsa-card.c>
	flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 1030
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 0.00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0.00 ms; range is 0.50 .. 371.52 ms
	monitor_of: 0
	card: 1 <alsa_card.pci-0000_00_1b.0>
	module: 8
	properties:
		device.description = "Monitor of Built-in Audio Analogue Stereo"
		device.class = "monitor"
		alsa.card = "1"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xf7a10000 irq 39"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "8c20"
		device.product.name = "8 Series/C220 Series Chipset High Definition Audio Controller"
		device.form_factor = "internal"
		device.string = "1"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
  * index: 1
	name: <alsa_input.pci-0000_00_1b.0.analog-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9039
	volume: front-left: 34181 /  52% / -16.96 dB,   front-right: 34181 /  52% / -16.96 dB
	        balance 0.00
	base volume: 20724 /  32% / -30.00 dB
	volume steps: 65537
	muted: no
	current latency: 0.00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0.00 ms; range is 0.50 .. 371.52 ms
	card: 1 <alsa_card.pci-0000_00_1b.0>
	module: 8
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC668 Analog"
		alsa.id = "ALC668 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "1"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xf7a10000 irq 39"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card1"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "8c20"
		device.product.name = "8 Series/C220 Series Chipset High Definition Audio Controller"
		device.form_factor = "internal"
		device.string = "front:1"
		device.buffering.buffer_size = "65536"
		device.buffering.fragment_size = "32768"
		device.access_mode = "mmap+timer"
		device.profile.name = "analog-stereo"
		device.profile.description = "Analogue Stereo"
		device.description = "Built-in Audio Analogue Stereo"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		analog-input-internal-mic: Internal Microphone (priority 8900, latency offset 0 usec, available: unknown)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-headphone-mic: Microphone (priority 8700, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-headset-mic: Headset Microphone (priority 8800, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
	active port: <analog-input-internal-mic>
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: No Microphone output in Zoom (Mint 20.1)

Post by MrEen »

Okay, the unknown at the end of this is probably the source of the trouble:

Code: Select all

	ports:
		analog-input-internal-mic: Internal Microphone (priority 8900, latency offset 0 usec, available: unknown)
Does the mic work in anything other than Zoom?

Some things you could try:
  • Delete the files in /home/YourUserName/.config/pulse then run pulseaudio -k in the terminal. Start Zoom and test
  • Install pavucontrol and on the Input Devices tab lower the right channel'ss volume slider to zero and test. If you only see one slider, click the lock icon to expose the left and right channels
  • If the issue is only in Zoom, don't let it control the microphone settings somewhere in it's settings
nickmax1

Re: No Microphone output in Zoom (Mint 20.1)

Post by nickmax1 »

Thanks that didn't do anything, but I installed the zoom cloud app (zoom meetings? Is that the same thing?) instead of the Google extension and that recognises the microphone fine
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: No Microphone output in Zoom (Mint 20.1)

Post by MrEen »

Ahh, apparently another issue with Zoom itself. I don't use it myself, so can't offer pretty much anything about it. It seems like almost every Zoom issue is different than the last one. And what works for one person often doesn't work for the next.
nickmax1

Re: No Microphone output in Zoom (Mint 20.1)

Post by nickmax1 »

Thanks. I do get loads of Initramfs unpacking failed errors on boot with 20.1, not sure if they are related to issues I have.
They aren't on the screen long enough for me to capture them though

Wish Linux had an android style factory reset button so I could just start again
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: No Microphone output in Zoom (Mint 20.1)

Post by MrEen »

nickmax1 wrote: Fri Jan 15, 2021 9:17 pm Wish Linux had an android style factory reset button so I could just start again
If you made a Timeshift snapshot before upgrading, you can always revert to that.
nickmax1

Re: No Microphone output in Zoom (Mint 20.1)

Post by nickmax1 »

Nope. Silly me.

Night have to just start all over with a USB.

Bit archaic if you ask me
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: No Microphone output in Zoom (Mint 20.1)

Post by MrEen »

Sorry. But you will try Timeshift the next time you upgrade, won't you? :wink:
Locked

Return to “Sound”