Multiple keyboard not supported


 
Thread Tools Search this Thread
Operating Systems Solaris Multiple keyboard not supported
# 1  
Old 06-23-2015
Sun Multiple keyboard not supported

Please help me. im using sunos 5.8 when i plug in USB barcode scanner linear. the error message shows "Consconfig_docf: multiple keyboards not supported"

then i tried plug it in where my working keyboard(usb). the barcode scanner working normally.

im now working and im the system administrator of the company. and kinda new in sunos. by the way im a windows guy... please help me...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Supported filesystem

Hi, Searching for the support filesystem log on solaris. For linux it is in cat /proc/filesystems. shows supported filesystem and thirdparty filesystem integrations. (4 Replies)
Discussion started by: tarun_nix
4 Replies

2. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

3. AIX

Is Tomcat 4.1.24 supported on AIX 5.3 TL 7?

I am trying to upgrade JDK to 1.5 on AIX 5.3 TL 02, but get an error to upgrade AIX to TL 07. Tomcat 4.1.24 is installed. Just wondering if the the AIX upgrade to TL 07 will have any effect to Tomcat? Help is appreciated (1 Reply)
Discussion started by: aajmani
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Is mailing list supported.

Sir. I am intrested in joining of this forum. I want to know that is "Mailing List" is supported to send a query or not. Please reply. Rgds Sanju kumar (1 Reply)
Discussion started by: Sanju Kumar
1 Replies

5. HP-UX

RMB supported?

Hi, I would like to know if there are any particular sites I can go to in order to findout what programs are supported in UNix OS version 11i. PArticularly if Hp Basic is supported in this new Unix version 11i. Thank you very much. (1 Reply)
Discussion started by: huhuloa
1 Replies

6. UNIX for Advanced & Expert Users

How can I map Unix keyboard for PC keyboard

A Solaris AXI 440 machine with Solaris 8 version. I have PC users who use an emulation to login to the Solaris server. How can I change the keyboard mapping of the Sun keyboard to fit to the PC keyboard ? Any comment will be appreciated. Thanks (1 Reply)
Discussion started by: simhab
1 Replies
Login or Register to Ask a Question
KBDMUX(4)						   BSD Kernel Interfaces Manual 						 KBDMUX(4)

NAME
kbdmux -- keyboard multiplexer SYNOPSIS
device kbdmux In /boot/device.hints: hint.kbdmux.0.disabled="1" DESCRIPTION
The kbdmux keyboard driver provides support for basic keyboard multiplexing. It is built around the idea of a ``super keyboard''. The kbdmux driver acts as a master keyboard consuming input from all slave keyboards attached to it. Slave keyboards can be attached to or detached from the kbdmux keyboard driver with the kbdcontrol(1) utility. SEE ALSO
kbdcontrol(1), atkbd(4), syscons(4), ukbd(4) CAVEATS
The kbdmux keyboard driver switches all slave keyboards into K_RAW mode. Thus all slave keyboards attached to the kbdmux keyboard share the same state. The kbdmux keyboard is logically equivalent to one keyboard with lots of duplicated keys. HISTORY
The kbdmux module was implemented in FreeBSD 6.0. AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> BSD
July 12, 2005 BSD