Date: Wed, 30 Nov 2005 16:03:58 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vanilla@FreeBSD.org Subject: docs/89747: [PATCH] faq: s/kbd0/ukbd0/ when USB keyboard is connected only Message-ID: <20051130080358.306342E980@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200511300810.jAU8A3Nj014889@freefall.freebsd.org>
index | next in thread | raw e-mail
>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@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:
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051130080358.306342E980>
