View Single Post
  #2   (View Single Post)  
Old 26th January 2013
Ninguem Ninguem is offline
Banned
 
Join Date: Jun 2011
Posts: 137
Default

Be sure to do the following before running Qemu.
Code:
# chmod 777 /path/to/usb
For some reason, this seems to be necessary for each boot.
If you have an older system such as I do and are using kqemu:
Code:
# kldload aio && kldload kqemu
It also helps if the kernel you are using has the hertz set at a higher frequency. Set this at 2000 or 2500 on the guest. If the guest is a Linux system, be sure that a kernel with the 1000Hz option is being used.
Reply With Quote