Category Archives: Virtualization

VM printing - Linux (host) & Windows (guest)

# lsof |grep lp (lp0)
- for VM guest (Windows) to print, on host run:
# rmmod lp
NOTE: may need to stop cups daemon on the host, first
- for Linux (host) to print:
# modprobe lp
# chown <user> /dev/parport0
# chgrp lp /dev/parport0