|
Audio is not Working in Windows XP Virtual Machine |
|
|
|
Написано от myOltrans
Неделя, 05 Юли 2009 16:44
Details- Windows XP-based guest operating system is unable to connect to sound device at boot
- Connecting to a sound device fails
This article provides steps to ensure your audio is working in a Windows XP virtual machine. SolutionTo ensure audio is working in a Windows XP virtual machine: - Power off the virtual machine.
- Navigate to <Your user folder>/Documents/Virtual Machines/<Windows XP VM> . Note, this is the default location for virtual machines. If you have specified a different location, your VM will not be in this folder.
- Right-click <Windows XP VM> and choose Show Package Contents.
- Open the .vmx file in a text editor.
- Ensure the following parameters are present:
- sound.present = "TRUE"
- sound.filename = "-1"
- sound.autodetect = "TRUE"
- Add the parameters to the file if they are not present, or modify the parameters if they are showing different values.
- In the same .vmx file, remove these lines if they exist:
- sound.virtualdev = "sb16"
- sound.virtualdev = "es1371"
- Save the changes and close the text editor.
- Power on the virtual machine.
Source
|