Page 1 of 1

No sound, LMDE update 5 in VirtualBox

Posted: Mon Sep 24, 2012 6:12 am
by swordfish
I run LMDE in Virtualbox. Sound worked well until I installed update pack 5, but now I have no sound. I have looked at the pulseaudio settings and there is nothing obviously wrong. The pulseaudio volume monitor shows that music is playing, but there is nothing coming out on the speakers. As the problem started with the update to Mint, I assume that something changed in Mint is the problem, but I don't know what to look for.

I had the following message in /var/log/messages before and after the update, so I assume it is not suspicious

Code: Select all

Sep 24 10:50:33 virtual-mint pulseaudio[2891]: [pulseaudio] alsa-util.c: Disabling timer-based scheduling because running inside a VM.
There are also some messages about measured clock being rejected, but that was the same before the update as well.

Any thoughts on how to debug this would be welcome.

Re: No sound, LMDE update 5 in VirtualBox

Posted: Tue Oct 02, 2012 10:29 am
by swordfish

Code: Select all

$ inxi -SAxc 0
System:    Host virtual-mint Kernel 3.2.0-3-686-pae i686 (32 bit) Distro Linux Mint Debian Edition
Audio:     Card Intel 82801AA AC'97 Audio Controller driver snd_intel8x0 at ports d100 d200 BusID: 00:05.0
           Sound: Advanced Linux Sound Architecture Version 1.0.24

Re: No sound, LMDE update 5 in VirtualBox

Posted: Tue Oct 02, 2012 12:38 pm
by kdceddj
same issue here

Code: Select all

$inxi -SAxc 0
System:    Host edsvbox Kernel 3.2.0-3-amd64 x86_64 (64 bit) Distro Linux Mint Debian Edition
Audio:     Card Intel 82801AA AC'97 Audio Controller driver snd_intel8x0 at ports d100 d200 BusID: 00:05.0
           Sound: Advanced Linux Sound Architecture Version 1.0.24

Re: No sound, LMDE update 5 in VirtualBox

Posted: Tue Oct 02, 2012 12:46 pm
by kdceddj
ok, got the audio working on my mint virtual machine on virtualbox.
Menu -> Preferences -> Volume Control
Change the device in the dropdown to SigmaTel... (OSS Mixer)
Change the Master volume in the Playback tab (the default was 0)

Re: No sound, LMDE update 5 in VirtualBox

Posted: Sat Oct 06, 2012 2:28 am
by fusion71
I had the same problem after update 5 in virtualbox.

To solve the issue, I installed Pulseaudio volume control (pavucontrol) with the Software Manager. After installation, open PulseAudio Volume Control. Click on the Output Devices tab and change the port from "Analog Mono Output/Amplifier" to "LFE on Separate Mono Output/Amplifier".

Hope this helps someone :)

Re: No sound, LMDE update 5 in VirtualBox

Posted: Tue Oct 16, 2012 8:40 am
by swordfish
fusion71 wrote:I had the same problem after update 5 in virtualbox.

To solve the issue, I installed Pulseaudio volume control (pavucontrol) with the Software Manager. After installation, open PulseAudio Volume Control. Click on the Output Devices tab and change the port from "Analog Mono Output/Amplifier" to "LFE on Separate Mono Output/Amplifier".

Hope this helps someone :)
That works for me.

Thanks very much.

Re: No sound, LMDE update 5 in VirtualBox

Posted: Tue Oct 16, 2012 9:36 pm
by number61971
fusion71 wrote:I had the same problem after update 5 in virtualbox.

To solve the issue, I installed Pulseaudio volume control (pavucontrol) with the Software Manager. After installation, open PulseAudio Volume Control. Click on the Output Devices tab and change the port from "Analog Mono Output/Amplifier" to "LFE on Separate Mono Output/Amplifier".

Hope this helps someone :)
This worked for me, too. I don't know how you knew this is what would fix it, but THANK YOU!

Re: No sound, LMDE update 5 in VirtualBox

Posted: Sat Nov 03, 2012 8:48 am
by kwatson512
Finally, a solution! Worked for me too. Thank you!