kbdcontrol.1 (ec5bf798690767250d8c3f556d920123bdfa8a83) | kbdcontrol.1 (bc84aa4ba392b392f15d988ddf09682340668672) |
---|---|
1.\" 2.\" kbdcontrol - a utility for manipulating the syscons keyboard driver section 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 229 unchanged lines hidden (view full) --- 238.Pp 239.Dl kbdcontrol -k /dev/ukbd0 < /dev/console 240.Pp 241To switch back to the default keyboard, use this command. 242.Pp 243.Dl kbdcontrol -k /dev/kbd0 244.Pp 245To allow using both the second USB keyboard and the first AT keyboard | 1.\" 2.\" kbdcontrol - a utility for manipulating the syscons keyboard driver section 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 229 unchanged lines hidden (view full) --- 238.Pp 239.Dl kbdcontrol -k /dev/ukbd0 < /dev/console 240.Pp 241To switch back to the default keyboard, use this command. 242.Pp 243.Dl kbdcontrol -k /dev/kbd0 244.Pp 245To allow using both the second USB keyboard and the first AT keyboard |
246at the same time on console via | 246at the same time on console via the |
247.Xr kbdmux 4 | 247.Xr kbdmux 4 |
248driver use the following sequence of commands. 249.Pp 250.Dl kbdcontrol -K < /dev/console 251.Pp 252.Dl kbdcontrol -a atkbd0 < /dev/kbdmux0 253.Pp 254.Dl kbdcontrol -a ukbd1 < /dev/kbdmux0 255.Pp 256.Dl kbdcontrol -k /dev/kbdmux0 < /dev/console 257.Pp | 248driver, use the following sequence of commands. 249.Bd -literal -offset indent 250kbdcontrol -K < /dev/console 251kbdcontrol -a atkbd0 < /dev/kbdmux0 252kbdcontrol -a ukbd1 < /dev/kbdmux0 253kbdcontrol -k /dev/kbdmux0 < /dev/console 254.Ed |
258.Sh SEE ALSO 259.Xr kbdmap 1 , 260.Xr vidcontrol 1 , 261.Xr atkbd 4 , 262.Xr kbdmux 4 , 263.Xr keyboard 4 , 264.Xr screen 4 , 265.Xr syscons 4 , 266.Xr ukbd 4 , 267.Xr kbdmap 5 , 268.Xr rc.conf 5 269.Sh AUTHORS 270.An S\(/oren Schmidt Aq sos@FreeBSD.org 271.Sh BUGS 272Report when found. | 255.Sh SEE ALSO 256.Xr kbdmap 1 , 257.Xr vidcontrol 1 , 258.Xr atkbd 4 , 259.Xr kbdmux 4 , 260.Xr keyboard 4 , 261.Xr screen 4 , 262.Xr syscons 4 , 263.Xr ukbd 4 , 264.Xr kbdmap 5 , 265.Xr rc.conf 5 266.Sh AUTHORS 267.An S\(/oren Schmidt Aq sos@FreeBSD.org 268.Sh BUGS 269Report when found. |