Page 4 of 4

Re: Microphone doesn't work after upgrade to 5.1

Posted: 25. Jan 2017, 15:01
by NajiB
pentagonik wrote:@vultan @flubba86

You guys are both on a Linux host, using PulseAudio as the audio driver, right?
True in my case: Ubuntu 16.04 host, Win 7 guest.

Re: Microphone doesn't work after upgrade to 5.1

Posted: 24. Feb 2017, 01:40
by flubba86
pentagonik wrote:@vultan @ flubba86

You guys are both on a Linux host, using PulseAudio as the audio driver, right?
Yes, Ubuntu 16.04 host. 3 different VMs, Windows 7, Windows 10 and Windows 10 Anniversary Update, each have the problem.
Yes, using the PulseAudio driver.

Re: Microphone doesn't work after upgrade to 5.1

Posted: 10. Mar 2017, 01:47
by flubba86
And chiming in again, updated to just-released 5.1.16, problem still exits.

Re: Microphone doesn't work after upgrade to 5.1

Posted: 10. Mar 2017, 10:44
by michaln
In case it's not obvious to everyone: If you have a VM with Windows installed which does not see a microphone, upgrading VirtualBox will make no difference. Windows needs to be forced to re-detect the hardware (uninstalling the guest's HD Audio drivers does that).

Re: Microphone doesn't work after upgrade to 5.1

Posted: 17. Mar 2017, 02:11
by flubba86
michaln wrote:In case it's not obvious to everyone: If you have a VM with Windows installed which does not see a microphone, upgrading VirtualBox will make no difference. Windows needs to be forced to re-detect the hardware (uninstalling the guest's HD Audio drivers does that).
Actually yes I had tried that after upgrading from 5.1.2 to 5.1.4, and again after updating from 5.1.4 to 5.1.6, then again after upgrading from 5.1.6 to 5.1.8. It is obvious to me that is the first thing I should try and I tried it more than once.

However I had not been doing the force-re-detect hardware procedure since upgrading to 5.1.10 because I guess I assumed it wouldn't work.

Today after upgrading from 5.1.16 to 5.1.18 and seeing this comment, I decided to give it another go. And it worked! I don't know which version introduced the change that fixed my specific problem, but it must've been some time between 5.1.10 and 5.1.18.
Thanks.

Re: Microphone doesn't work after upgrade to 5.1

Posted: 20. Mar 2017, 11:41
by michaln
flubba86 wrote:Today after upgrading from 5.1.16 to 5.1.18 and seeing this comment, I decided to give it another go. And it worked! I don't know which version introduced the change that fixed my specific problem, but it must've been some time between 5.1.10 and 5.1.18.
Thanks for the report! It is unfortunate that Windows caches this information (I don't think any other OS does that) but it does, and we unfortunately can't force Windows to re-detect the HDA topology without triggering unwanted side effects.

That's actually how the problem slipped in in the first place, because existing VMs continued to work and only newly installed ones didn't.

Re: Microphone doesn't work after upgrade to 5.1

Posted: 14. Oct 2018, 13:47
by Exterminator13
Despite this thread is quite old, the problem of not working mic still persists.
I faced the issue twice on the following hosts: Linux Mint 17/17.2 (Ubuntu 14.04 LTS) and recently on Linux Mint 19 (Ubuntu 18.04 LTS).
Guest OS: Windows XP SP3
VirtualBox version: 5.1.x (the latest one in the branch, 5.1.38 doesn't work as well)

The problem: audio playback worked great, but microphone didn't work at all! Moreover, USB didn't recognize too!

The solution is simple: you have to add the current user to `vboxusers`:

Code: Select all

sudo adduser $USER vboxusers
(details here: bit.ly/2PyEelJ)

After this action, USB devices began to be recognized as nothing happened before. And, of course, microphone also began to work!