betreibe auf einem Debian einen Vmware-server 2.0.2 und da in einer VM ein Windows XP Home Edition SP3. Ich möchte hier dem Windows ein Nokia 5800 per USB und ein sundtek media tv Pro usb verpassen.
Leider bekomme ich immer folgende Fehlermeldung wenn ich die connecten will:
Code: Alles auswählen
Remote USB device error: Remote device disconnected: an error occured while sending data.
Hier meine config zur vm:
Code: Alles auswählen
#!/usr/bin/vmware
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "7"
floppy0.present = "FALSE"
mks.enable3d = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
nvram = "wzogge2.nvram"
virtualHW.productCompatibility = "hosted"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"
powerType.powerOff = "soft"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "soft"
displayName = "wzogge2"
extendedConfigFile = "wzogge2.vmxf"
numvcpus = "1"
scsi0.present = "FALSE"
scsi0.sharedBus = "none"
memsize = "512"
scsi0:0.present = "FALSE"
scsi0:0.fileName = "wzogge2.vmdk"
scsi0:0.writeThrough = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "/dev/sr0"
ide1:0.deviceType = "atapi-cdrom"
ide1:0.allowGuestConnectionControl = "FALSE"
ethernet0.present = "TRUE"
ethernet0.allowGuestConnectionControl = "FALSE"
ethernet0.features = "1"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.networkName = "Bridged"
ethernet0.addressType = "generated"
usb.present = "TRUE"
ehci.present = "TRUE"
sound.present = "TRUE"
sound.allowGuestConnectionControl = "FALSE"
serial0.present = "TRUE"
serial0.allowGuestConnectionControl = "FALSE"
serial0.fileName = "/dev/ttyS0"
guestOS = "winxppro"
uuid.location = "56 4d f1 02 e8 9a ff 2a-af 58 aa 42 42 80 08 bb"
uuid.bios = "56 4d f1 02 e8 9a ff 2a-af 58 aa 42 42 80 08 bb"
vc.uuid = "52 ef a5 95 d0 29 c1 a2-60 94 5e 07 6b c7 eb 48"
ethernet0.generatedAddress = "00:0c:29:80:08:bb"
scsi0:0.redo = ""
vmotion.checkpointFBSize = "16777216"
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "-1"
usb.pciSlotNumber = "32"
ethernet0.pciSlotNumber = "33"
sound.pciSlotNumber = "34"
ehci.pciSlotNumber = "35"
vmci0.pciSlotNumber = "36"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "1115687099"
ide0:0.present = "TRUE"
ide0:0.fileName = "wzogge2_2.vmdk"
ide1:0.startConnected = "TRUE"
ide0:0.redo = ""
usb:0.present = "TRUE"
usb:1.present = "TRUE"
tools.remindInstall = "FALSE"
usb:1.deviceType = "hub"
usb:0.deviceType = "mouse"
sound.fileName = "/dev/dsp"
sound.autodetect = "FALSE"
checkpoint.vmState = ""
tools.syncTime = "TRUE"
Hoffe mir kann jemand helfen, Danke!
Mit freundlichen Grüßen aassaa
