Hello Everybody,
we use Sentinel parallel port dongles for our windows software and would like to access them in the VM on ubuntu host.
The VM itself was created on windows host, and the parallel dongle works fine there.
Unfortunately i can not manage to get the software in the VM Guest to access the parallel port on the host.
System: host: ubuntu 8.10 guest: windows XP sp3 dongle: sentinel, parallel port
I tried following: sudo modprobe ppdev chmod 666 /dev/parport0 rmmod lp
I added also this to the /etc/init.d/vmware : rmmod lp chgrp lpadmin /dev/parport0 chmod g+rw /dev/parport0 at end of vmwareService() { case "$1" in start)
On startup of the VM i do NOT get the parallel port assignment error anymore.
But still the dongle cannot be accessed.
can somebody guide me through as i tried already a few things and havent been able to make it work.
Kind regards Tibor