Last change
on this file since 99009 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic
|
---|
3 | PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
4 | <topic xml:lang="en-us" id="usb-implementation-notes">
|
---|
5 | <title>Implementation Notes for Windows and Linux Hosts</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <p>
|
---|
9 | On Windows hosts, a kernel mode device driver provides USB proxy
|
---|
10 | support. It implements both a USB monitor, which enables
|
---|
11 | Oracle VM VirtualBox to capture devices when they are plugged in, and
|
---|
12 | a USB device driver to claim USB devices for a particular
|
---|
13 | virtual machine. System reboots are not necessary after
|
---|
14 | installing the driver. Also, you do not need to replug devices
|
---|
15 | for Oracle VM VirtualBox to claim them.
|
---|
16 | </p>
|
---|
17 | <p>
|
---|
18 | On supported Linux hosts, Oracle VM VirtualBox accesses USB devices
|
---|
19 | through special files in the file system. When Oracle VM VirtualBox is
|
---|
20 | installed, these are made available to all users in the
|
---|
21 | <codeph>vboxusers</codeph> system group. In order to be able
|
---|
22 | to access USB from guest systems, make sure that you are a
|
---|
23 | member of this group.
|
---|
24 | </p>
|
---|
25 | </body>
|
---|
26 |
|
---|
27 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.