Audio not working on Android running on Virtualbox?

14,788

Solution 1

Go to setting of the android virtual machine and select “Audio” and in audio setting select “SoundBlaster 16” as audio controller. The Android-x86 website says that only SoundBlaster 16 works as a VirtualBox soundcard for Android.

Solution 2

Check for your sound cards detected using

alsa_aplay -l

and select the first card

alsa_ctl init 1

Have you checked here of using this

alsa_amixer set PCM 100 unmute

or do as described here

Read some crap to understand about Sound Architecture or Try using VMware Player or VMware Workstation its a better alternative, here you can find some good tutorials

Share:
14,788

Related videos on Youtube

Pierre
Author by

Pierre

Updated on June 04, 2022

Comments

  • Pierre
    Pierre almost 2 years

    I installed Android on Virtualbox, I'm using Android x86 downloaded from http://www.android-x86.org/download I chose version 2.3 the eeepc version (android-x86-2.3-RC1-eeepc.iso).

    The problem is the sound is not working, I tried all 3 choices in Virtualbox settings. My current settings:

    Host driver: Windows DirectSound
    Controller: ICH AC97
    

    The choices I tried for the audio controller setting:

    Intel HD Audio
    ICH AC97
    SoundBlaster 16
    

    I'm currently running Windows 7 and my audio driver is the default windows driver.

    I searched and found people with the same issue, but I couldn't understand anything as I'm not an advanced Linux user some solutions talk about the ALSA driver but I couldn't find how to install it and use it.

    Also could it be from the installation .iso file I chose ? my computer is Acer Travelmate 2480.

    Update While checking the Android x86 website I found that we should use SoundBlaster 16 instead of ICH AC97.

    I also tried the alsa_ctl init command inside the terminal (ALT + F1), and I got this:

    Unkown hardware: "Dummy" ""Dummy Mixer" "" "" ""
    Hardware is initialized using a guess method
    

    I checked the version it's 1.0.23

  • Rachit Mishra
    Rachit Mishra over 10 years
    vmplayer is never better than virtualbox :) as i believe
  • Girish Nair
    Girish Nair over 10 years
  • Rachit Mishra
    Rachit Mishra over 10 years
  • Pierre
    Pierre over 10 years
    Thank you for your answer, I tried a lot fixes/solutions but it didn't work, I'm gonna switch to VMware.

Related