Seite 1 von 1

VMware (Host Linux / Gast Windows) und Webcam: kein Bild

Verfasst: 04.02.2008, 15:05
von Teilchenbeschleuniger
Hallo zusammen,

ich besitze eine "Logitech QuickCam for Notebooks". Da diese unter meinem "echtem" Betriebssystem, Debian Linux, nicht funktioniert, dachte ich, dass ich das ganze unter einem virtuellem Windows XP Prof. laufen lassen könnte. Ich habe mir also die VMware-Sachen runtergeladen und installiert. Auch die anschließende Installation von Windows XP als Gast lief reibungslos ab. Unter dem Gast-OS installiete ich dann das Service Pack 2 und DirectX 9.0. Dann installierte ich den Logitech Treiber (vorher runtergeladen), dieser erkannte die Webcam auch sofort. Nun ist es aber so, dass wenn ich das Logitech Control Panel starte, kein Bild sichtbar ist. Dieses Problem gibt sich auch unter Skype. Ich habe hier mal einen Screenshot gemacht, um das Problem zu verdeutlichen; er ist als Anhang an diesen Post gehangen.
Habt ihr Ideen/Vorschläge, was ich dagegen unternehmen könnte?

mfg
Ps:
1.) Mein System:
AMD Athlon XP 2500+
1,5 Gigabyte RAM
nForce2 Mainboard
Geforce 6600gt Grafikkarte
OS: Debian Linux "testing" Kernel 2.6.22-3-k7

2.) Hier meine vmx-Datei:

Code: Alles auswählen

#!/usr/bin/vmplayer

# Filename: Windows_XP_Professional.vmx
# Generated 2008-02-03;18:24:07 by EasyVMX!
# http://www.easyvmx.com

# This is a Workstation 5 or 5.5 config file
# It can be used with Player
config.version = "8"
virtualHW.version = "4"

# Selected operating system for your virtual machine
guestOS = "winxppro"

# displayName is your own name for the virtual machine
displayName = "Windows XP Professional"

# These fields are free text description fields
annotation = "Windows XP"
guestinfo.vmware.product.long = "Testing WM"
guestinfo.vmware.product.url = "http://www.easyvmx.com/"
guestinfo.vmware.product.class = "virtual machine"

# Number of virtual CPUs. Your virtual machine will not
# work if this number is higher than the number of your physical CPUs
numvcpus = "1"

# Memory size and other memory settings
memsize = "768"
MemAllowAutoScaleDown = "FALSE"
MemTrimRate = "-1"

# Unique ID for the virtual machine will be created
uuid.action = "create"

# Remind to install VMware Tools
# This setting has no effect in VMware Player
tools.remindInstall = "TRUE"

# Startup hints interfers with automatic startup of a virtual machine
# This setting has no effect in VMware Player
hints.hideAll = "TRUE"

# Enable time synchronization between computer
# and virtual machine
tools.syncTime = "TRUE"

# USB settings
# This config activates USB
usb.present = "TRUE"
usb.generic.autoconnect = "FALSE"

# First serial port, physical COM1 is available
serial0.present = "TRUE"
serial0.fileName = "Auto detect"
serial0.autodetect = "TRUE"
serial0.hardwareFlowControl = "TRUE"

# Optional second serial port, physical COM2 is not available
serial1.present = "FALSE"

# First parallell port, physical LPT1 is available
parallel0.present = "TRUE"
parallel0.fileName = "Auto detect"
parallel0.autodetect = "TRUE"
parallel0.bidirectional = "TRUE"

# Sound settings
sound.present = "TRUE"
sound.virtualdev = "es1371"

# Logging
# This config activates logging, and keeps last log
logging = "TRUE"
log.fileName = "Windows_XP_Professional.log"
log.append = "TRUE"
log.keepOld = "3"

# These settings decides interaction between your
# computer and the virtual machine
isolation.tools.hgfs.disable = "FALSE"
isolation.tools.dnd.disable = "FALSE"
isolation.tools.copy.enable = "TRUE"
isolation.tools.paste.enabled = "TRUE"

# First network interface card
ethernet0.present = "TRUE"
ethernet0.virtualDev = "vlance"
ethernet0.connectionType = "nat"
ethernet0.addressType = "generated"
ethernet0.generatedAddressOffset = "0"

# Settings for physical floppy drive
floppy0.present = "FALSE"

# Settings for physical CDROM drive
ide1:0.present = "TRUE"
ide1:0.deviceType = "cdrom-raw"
ide1:0.startConnected = "TRUE"
ide1:0.fileName = "auto detect"
ide1:0.autodetect = "TRUE"

# First IDE disk, size 15Gb
ide0:0.present = "TRUE"
ide0:0.fileName = "Windows_XP_Professional.vmdk"
ide0:0.mode = "persistent"
ide0:0.startConnected = "TRUE"
ide0:0.writeThrough = "TRUE"

# Experimental!
# Accelerated 3-D Graphics
mks.enable3d = "TRUE"
svga.vramSize = "67108864"
vmmouse.present = "FALSE"

# END OF EasyVMX! CONFIG

extendedConfigFile = "Windows_XP_Professional.vmxf"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "manual"

ethernet0.generatedAddress = "00:0c:29:d2:63:64"
uuid.location = "56 4d bd da 28 8e b2 19-8f 5e 09 07 2c d2 63 64"
uuid.bios = "56 4d bd da 28 8e b2 19-8f 5e 09 07 2c d2 63 64"
ide0:0.redo = ""
usb.autoConnect.device0 = "path:3/2/0 autoclean:1"
parallel0.startConnected = "FALSE"

usb.autoConnect.device1 = ""

snapshot.action = "prompt"
priority.grabbed = "normal"
priority.ungrabbed = "normal"