diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 21:23:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 21:23:42 +0000 |
commit | b56ad1448df9cd4f220225a8c951cde64671f5aa (patch) | |
tree | 6317e394b6fd6ffa40390811446d567021887102 /emulators/qemu/pkg-message | |
parent | c3dba571af705f4620ec8808a299a283def99a70 (diff) |
Notes
Diffstat (limited to 'emulators/qemu/pkg-message')
-rw-r--r-- | emulators/qemu/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message index 4728b9171ccb..c335f5b3be17 100644 --- a/emulators/qemu/pkg-message +++ b/emulators/qemu/pkg-message @@ -33,4 +33,16 @@ in this message: http://docs.freebsd.org/cgi/mid.cgi?200510131428.21211.jkim (not included in the port since the used VIA VT86C926 PCI ID does not really match the emulated nic exactly, it just `happens' to work with 6.0-RC1's driver.) +- if you want to use usb devices connected to the host in the guest +(usb_add host:... monitor command) you need to make sure the host isn't +claiming them, e.g. for umass devices (like memory sticks or external +harddrives) make sure umass isn't in the kernel (you can then still load it +as a kld when needed), also unless you are running qemu as root you then +need to fix permissions for /dev/ugen* device nodes: if you are on 5.x or +later (devfs) put a rule in /etc/devfs.rules, activate it in /etc/rc.conf +and run /etc/rc.d/devfs restart. example devfs.rules: + [ugen_ruleset=20] + add path 'ugen*' mode 660 group operator +corresponding rc.conf line: + devfs_system_ruleset="ugen_ruleset" ==== |