View | Details | Raw Unified | Return to bug 89747
Collapse All | Expand All

(-)/usr/doc/en_US.ISO8859-1/books/faq/book.sgml (-2 / +2 lines)
Lines 2412-2421 Link Here
2412
          <screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd1 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
2412
          <screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd1 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
2413
2413
2414
          <para>Note that if the USB keyboard is the only keyboard, it
2414
          <para>Note that if the USB keyboard is the only keyboard, it
2415
            is accessed as <devicename>/dev/kbd0</devicename>, thus,
2415
            is accessed as <devicename>/dev/ukbd0</devicename>, thus,
2416
            the command should look like:</para>
2416
            the command should look like:</para>
2417
2417
2418
          <screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd0 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
2418
          <screen>&prompt.root; <userinput>kbdcontrol -k /dev/ukbd0 &lt; /dev/ttyv0 &gt; /dev/null</userinput></screen>
2419
2419
2420
          <para><filename>/etc/rc.i386</filename> is a good place to
2420
          <para><filename>/etc/rc.i386</filename> is a good place to
2421
            add the above command.</para>
2421
            add the above command.</para>

Return to bug 89747