docs/89747: [PATCH] faq: s/kbd0/ukbd0/ when USB keyboard is connected only

chinsan chinsan.tw at gmail.com
Wed Nov 30 08:10:22 UTC 2005


>Number:         89747
>Category:       docs
>Synopsis:       [PATCH] faq: s/kbd0/ukbd0/ when USB keyboard is connected only
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 30 08:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD smtp2.bc.hgc.com.tw 4.11-RELEASE-p13 FreeBSD 4.11-RELEASE-p13 #2: Wed Oct 12 12:57:38 CST 2005 root at smtp2.bc.hgc.com.tw:/usr/obj/usr/src/sys/BCSMTP i386
>Description:

  In fact, the keyboard device is /dev/ukbd0 when USB keyboard is connected only.


>How-To-Repeat:
>Fix:

--- faq.ukbd0.diff begins here ---
--- /usr/doc/en_US.ISO8859-1/books/faq/book.sgml~	Wed Nov 30 15:42:34 2005
+++ /usr/doc/en_US.ISO8859-1/books/faq/book.sgml	Wed Nov 30 15:42:34 2005
@@ -2412,10 +2412,10 @@
           <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>
--- faq.ukbd0.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list