Hallo zusammen,
ich versuche unter Virutalbox mit Win7 als Guest einen parallel Port zu laufen zu bekommen. Der parallel Port sitzt auf einer PCI Karte von Logilink.
folgendes habe ich probiert: lspci -v zeigt die Karte an
dmesg | grep parport ergibt
[ 8.012634] parport0: PC-style at 0xd000 (0xc800), irq 18 [PCSPP,TRISTATE] [ 8.107819] lp0: using parport0 (interrupt-driven).
Versuche ich dann VBoxManage modifyvm "Windows" --lpt1 0xd000 18 oder auch VBoxManage modifyvm "Windows" --lpt1 0cx800 18
VBoxManage: error: Cannot enable the parallel port 0 because the port path is empty or null VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component ParallelPort, interface IParallelPort, callee nsISupports VBoxManage: error: Context: "COMSETTER(Enabled)(TRUE)" at line 1867 of file VBoxManageModifyVM.cpp
Weiß jemand Rat?
Besten Dank