View | Details | Raw Unified | Return to bug 224928 | Differences between
and this patch

Collapse All | Expand All

(-)chapter.xml (+15 lines)
Lines 927-946 Link Here
927
      the extension pack supporting <acronym>USB</acronym> 2.0 and 3.0
927
      the extension pack supporting <acronym>USB</acronym> 2.0 and 3.0
928
      devices becomes available on &os;.</para>
928
      devices becomes available on &os;.</para>
929
929
930
      <para>For <application>&virtualbox;</application> to be
930
      <para>For <application>&virtualbox;</application> to be
931
      aware of <acronym>USB</acronym> devices attached to the
931
      aware of <acronym>USB</acronym> devices attached to the
932
      machine, the user needs to be a member of the <systemitem
932
      machine, the user needs to be a member of the <systemitem
933
      class="groupname">operator</systemitem> group.</para>
933
      class="groupname">operator</systemitem> group.</para>
934
934
935
      <screen>&prompt.root; <userinput>pw groupmod operator -m <replaceable>yourusername</replaceable></userinput></screen>
935
      <screen>&prompt.root; <userinput>pw groupmod operator -m <replaceable>yourusername</replaceable></userinput></screen>
936
936
937
      <para>Then, add the following to
938
	<filename>/etc/devfs.rules</filename>, or create this file if
939
	it does not exist yet:</para>
940
941
      <programlisting>[system=10] add path 'usb/*' mode 0660 group operator</programlisting>
942
943
      <para>To load these new rules, add the following to
944
	<filename>/etc/rc.conf</filename>:</para>
945
946
      <programlisting>devfs_system_ruleset="system"</programlisting>
947
948
      <para>Then, restart devfs:</para>
949
950
      <screen>&prompt.root; <userinput>service devfs restart</userinput></screen>
951
937
      <para>Restart the login session and
952
      <para>Restart the login session and
938
      <application>&virtualbox;</application> for these changes to take
953
      <application>&virtualbox;</application> for these changes to take
939
      effect, and create <acronym>USB</acronym> filters as
954
      effect, and create <acronym>USB</acronym> filters as
940
      necessary.</para>
955
      necessary.</para>
941
      </sect2>
956
      </sect2>
942
957
943
    <sect2 xml:id="virtualization-virtualbox-host-dvd-cd-access">
958
    <sect2 xml:id="virtualization-virtualbox-host-dvd-cd-access">
944
      <title>&virtualbox; Host
959
      <title>&virtualbox; Host
945
	<acronym>DVD</acronym>/<acronym>CD</acronym> Access</title>
960
	<acronym>DVD</acronym>/<acronym>CD</acronym> Access</title>
946
961

Return to bug 224928