Hallo!
Ich hab vor kurzem Windows Server 2003 in einer virtuellen Maschine erstellt. Die virtuelle Maschine hab ich mit dem VMX Builder erstellt, ausgeführt wird Windows Server jetzt mit dem VMWare Player. Im Großen und Ganzen funktioniert eigentlich alles recht gut, leider hab ich in der virtuellen Maschine keinen Sound, obwohl die Soundkarte "connected" ist
Im Windows-Gerätemanager vom Server 2003 sind in der Kategorie "Andere Geräte" zwei Geräte, für die Windows keine Treiber findet: "Audiocontroller für Multimedia" und "Basissystemgerät". Da das ja virtuelle Geräte sind, frage ich mich, wie/ wo ich dafür Treiber herbekomme bzw. wie ich die Soundkarte zum Laufen kriege.
Da ich noch Anfänger im Bereich der Virtualisierung bin, kenne ich mich damit auch noch nicht wirklich aus. Wer kann mir weiterhelfen? Danke jedenfalls schon jetzt dafür!
liebe Grüße
Peter
Die Foren-SW läuft ohne erkennbare Probleme. Sollte doch etwas nicht funktionieren, bitte gerne hier jederzeit melden und wir kümmern uns zeitnah darum. Danke!
Soundkarte und fehlende Treiber für virtuelle Hardware
-
- Guru
- Beiträge: 2237
- Registriert: 21.09.2005, 00:12
Danke erstmal für die Antworten! Leider hab ich bis jetzt noch keine Lösung gefunden. Hier also die VMX-Datei:
liebe Grüße
Peter
Code: Alles auswählen
#######################################
####### server2003standard.vmx
#######
#### generated by VMX Builder RDP/UH ##
.encoding = "windows-1252"
####### identity/general ##############
displayName = "Server 2003 Standard"
# Platform = Player
# Version = 2.5x
config.version = "8"
virtualHW.version = "7"
guestOS = "winnetstandard"
####### hardware ######################
####### motherboard/bios ##############
nvram = "server2003standard.nvram"
bios.bootDelay = "0"
bios.forceSetupOnce = "FALSE"
SMBIOS.reflectHost = "FALSE"
####### cpu ###########################
numvcpus ="1"
monitor.needreplay = "FALSE"
monitor_control.vt32 = "FALSE"
monitor_control.enable_svm = "FALSE"
monitor.virtual_exec = "automatic"
monitor.virtual_mmu = "automatic"
monitor_control.restrict_backdoor = "FALSE"
disable_acceleration = "FALSE"
vmi.enabled = "FALSE"
####### ram ###########################
memsize = "640"
MemAllowAutoScaleDown = "TRUE"
####### ide-controllers ###############
ide0.present = "TRUE"
ide1.present = "FALSE"
####### ide-disks #####################
ide0:0.present = "TRUE"
ide0:0.fileName = "E:\VM_Server2003\hdd\Server_2003_Standard.vmdk"
ide0:0.mode = "persistent"
ide0:0.deviceType = "disk"
ide0:1.present = "TRUE"
ide0:1.fileName = "F:\vmware_tools\windows.iso"
ide0:1.autodetect = "FALSE"
ide0:1.deviceType = "cdrom-image"
ide0:1.startConnected = "TRUE"
ide0:1.exclusive = "FALSE"
ide1:0.present = "FALSE"
ide1:1.present = "FALSE"
####### scsi-controllers ##############
scsi0.present = "FALSE"
scsi0.virtualDev = "buslogic"
####### scsi-disks ####################
scsi0:0.present = "FALSE"
scsi0:1.present = "FALSE"
scsi0:2.present = "FALSE"
scsi0:3.present = "FALSE"
scsi0:4.present = "FALSE"
scsi0:5.present = "FALSE"
scsi0:6.present = "FALSE"
scsi0:8.present = "FALSE"
scsi0:9.present = "FALSE"
scsi0:10.present = "FALSE"
scsi0:11.present = "FALSE"
scsi0:12.present = "FALSE"
scsi0:13.present = "FALSE"
scsi0:14.present = "FALSE"
scsi0:15.present = "FALSE"
####### nics ##########################
ethernet0.present = "TRUE"
ethernet0.startConnected = "FALSE"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "nat"
ethernet0.vnet = "VMnet8"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:31:ba:ed"
ethernet0.generatedAddressOffset = "0"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.pciSlotNumber = 16
ethernet0.linkStatePropagation.enable = "FALSE"
####### sound #########################
sound.present = "TRUE"
sound.startConnected = "FALSE"
sound.virtualDev = "es1371"
sound.fileName = "-1"
sound.autodetect = "TRUE"
sound.pciSlotNumber = 18
####### floppies ######################
floppy0.present = "FALSE"
floppy0.startConnected = "FALSE"
floppy0.fileType = "device"
floppy0.fileName = "auto detect"
floppy0.autodetect = "TRUE"
####### parallel ports ################
parallel0.present = "TRUE"
parallel0.startConnected = "FALSE"
parallel0.bidirectional = "TRUE"
parallel0.fileType = "device"
parallel0.fileName = "auto detect"
parallel0.autodetect = "TRUE"
####### serial ports ##################
serial0.present = "TRUE"
serial0.startConnected = "FALSE"
serial0.yieldOnMsrRead = "FALSE"
serial0.fileType = "device"
serial0.fileName = "auto detect"
serial0.autodetect = "TRUE"
####### display #######################
svga.autodetect = "TRUE"
svga.vramSize = "16777216"
mks.enable3d = "FALSE"
####### mouse/keyboard ################
vmmouse.present = "TRUE"
####### pci bridges ###################
pcibridge0.present = "TRUE"
####### options #######################
####### general options ###############
workingDir = "workspace"
mks.keyboardFilter = "off"
####### power options #################
gui.powerOnAtStartup = "FALSE"
gui.fullScreenAtPowerOn = "FALSE"
gui.exitAtPowerOff = "FALSE"
chipset.useAcpiBattery = "FALSE"
chipset.useApmBattery = "FALSE"
powerType.powerOff = "hard"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "hard"
toolScripts.afterPowerOn = "TRUE"
toolScripts.afterResume = "TRUE"
toolScripts.beforeSuspend = "FALSE"
toolScripts.beforePowerOff = "FALSE"
####### shared folders ################
sharedFolder.option = "alwaysEnabled"
sharedFolder.maxNum = "1"
sharedFolder0.present = "TRUE"
sharedFolder0.Enabled = "TRUE"
sharedFolder0.readAccess = "TRUE"
sharedFolder0.writeAccess = "TRUE"
sharedFolder0.hostPath = "F:\Shared_VM\"
sharedFolder0.guestName = "Shared VM"
sharedFolder0.expiration = "never"
####### snapshots #####################
snapshot.disabled = "FALSE"
snapshot.Action = "prompt"
replay.logging = "FALSE"
statelog.session.maxMB = "0"
vassert.enabled = "FALSE"
isolation.tools.vmdebug.disable = "TRUE"
debugStub.allow = "FALSE"
####### guest isolation ###############
isolation.tools.dnd.disable = "FALSE"
isolation.tools.paste.disable = "FALSE"
isolation.tools.copy.disable = "FALSE"
vmci0.present = "TRUE"
vmci0.unrestricted = "TRUE"
####### vmware tools ##################
tools.syncTime = "TRUE"
tools.remindInstall = "FALSE"
tools.upgrade.policy = "manual"
####### remote display ################
RemoteDisplay.vnc.enabled = "FALSE"
RemoteDisplay.vnc.port = "5900"
####### appliance view ################
applianceView.enabled = "FALSE"
applianceView.showAtPowerOn = "FALSE"
applianceView.coverPage.name = ""
applianceView.coverPage.version = ""
applianceView.coverPage.author = ""
applianceView.coverPage.text = ""
applianceView.coverPage.logo = ""
####### unity #########################
unity.showBorders = "TRUE"
unity.showBadges = "TRUE"
unity.useCustomColor = "FALSE"
unity.customColor = |23000000
unity.enableLaunchMenu = "TRUE"
unity.showTaskbar = "TRUE"
####### ace ###########################
policy.vm.managedVM = "FALSE"
####### advanced ######################
priority.grabbed = "normal"
priority.ungrabbed = "normal"
debug = "FALSE"
MemTrimRate = "30"
logging = "TRUE"
monitor_control.log_vmsample = "FALSE"
templateVM = "FALSE"
mainMem.useNamedFile = "TRUE"
monitor = "release"
##### other params from old file ######
time.synchronize.continue = "TRUE"
time.synchronize.restore = "TRUE"
time.synchronize.resume.disk = "TRUE"
time.synchronize.shrink = "TRUE"
time.synchronize.tools.startup = "TRUE"
extendedConfigFile = "server2003standard.vmxf"
virtualHW.productCompatibility = "hosted"
uuid.location = "56 4d b7 0e 92 b2 ad d2-72 00 a2 f6 3e 31 ba ed"
uuid.bios = "56 4d b7 0e 92 b2 ad d2-72 00 a2 f6 3e 31 ba ed"
fileSearchPath = "workspace;."
debugStub.winOffsets.version = "1"
ide0:0.redo = ""
vmotion.checkpointFBSize = "16777216"
debugStub.winOffsets.value = "0x98,0x94,0x18,0x180,0x164,16,0x224,0x1e8,0x21c,0x74,0x18,0x18,0x20,0x24,4"
checkpoint.vmState = "server2003standard.vmss"
hgfs.mapRootShare = "FALSE"
vmci0.pciSlotNumber = "17"
vmci0.id = "1043446509"
####### time sync #####################
####### end of file ###################
pciBridge0.pciSlotNumber = "19"
liebe Grüße
Peter
-
- Guru
- Beiträge: 2237
- Registriert: 21.09.2005, 00:12
Zurück zu „VMware Player und VMware Workstation Player“
Wer ist online?
Mitglieder in diesem Forum: Google [Bot] und 1 Gast