View Single Post
  #5   (View Single Post)  
Old 2nd July 2008
deadeyes deadeyes is offline
Port Guard
 
Join Date: Jun 2008
Posts: 19
Default

Quote:
Originally Posted by BSDfan666 View Post
I think USB-to-parallel is standardized, all of the BSD's have a ulpt(4) driver.

QEMU has the -parallel option, so the command on FreeBSD might be:
% qemu (options) -parallel /dev/{ulpt0 or unlpt0}

I'm not sure which one you must use, but you'll need to make sure you have the correct permissions to access that device node.

I hope this helps
Thank you for your clear answer!

Any idea if this is possible with Xen as hypervisor and fully virtualized FreeBSD?

davidgurvich: it's a nice proposal, but BSDfan666 just told exactly what I thought
Thanks for the effort though!
Reply With Quote