- correct typo.
In fact, the keyboard device is /dev/ukbd0 when USB keyboard is connected only. PR: docs/89747 Submitted by: me Approved by: delphij (mentor)
This commit is contained in:
parent
2f33db4330
commit
56fafbf335
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29164
1 changed files with 2 additions and 2 deletions
|
@ -2382,10 +2382,10 @@ File: +DESC (ignored)</screen>
|
|||
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd1 < /dev/ttyv0 > /dev/null</userinput></screen>
|
||||
|
||||
<para>Note that if the USB keyboard is the only keyboard, it
|
||||
is accessed as <devicename>/dev/kbd0</devicename>, thus,
|
||||
is accessed as <devicename>/dev/ukbd0</devicename>, thus,
|
||||
the command should look like:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/kbd0 < /dev/ttyv0 > /dev/null</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>kbdcontrol -k /dev/ukbd0 < /dev/ttyv0 > /dev/null</userinput></screen>
|
||||
|
||||
<para><filename>/etc/rc.i386</filename> is a good place to
|
||||
add the above command.</para>
|
||||
|
|
Loading…
Reference in a new issue