From ec5bf798690767250d8c3f556d920123bdfa8a83 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 29 Dec 2005 20:11:46 +0000 Subject: [PATCH] Reveal sacred spells necessary for putting kbdmux(4) to real use. Hopefully gods of RTFS and RTFCL will not go after me. --- usr.sbin/kbdcontrol/kbdcontrol.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/usr.sbin/kbdcontrol/kbdcontrol.1 b/usr.sbin/kbdcontrol/kbdcontrol.1 index 1fcc7971dbd4..95bb0c1437ec 100644 --- a/usr.sbin/kbdcontrol/kbdcontrol.1 +++ b/usr.sbin/kbdcontrol/kbdcontrol.1 @@ -241,10 +241,25 @@ use the following commands. To switch back to the default keyboard, use this command. .Pp .Dl kbdcontrol -k /dev/kbd0 +.Pp +To allow using both the second USB keyboard and the first AT keyboard +at the same time on console via +.Xr kbdmux 4 +driver use the following sequence of commands. +.Pp +.Dl kbdcontrol -K < /dev/console +.Pp +.Dl kbdcontrol -a atkbd0 < /dev/kbdmux0 +.Pp +.Dl kbdcontrol -a ukbd1 < /dev/kbdmux0 +.Pp +.Dl kbdcontrol -k /dev/kbdmux0 < /dev/console +.Pp .Sh SEE ALSO .Xr kbdmap 1 , .Xr vidcontrol 1 , .Xr atkbd 4 , +.Xr kbdmux 4 , .Xr keyboard 4 , .Xr screen 4 , .Xr syscons 4 ,