Configure X windows with both keyboard and USB barcode reader
Greetings.
Seeking guidance on adding a USB barcode reader (BCR) to an HP c3750 workstation with HP-UX 11.11 which is essentially configuring X windows to accept input from both a primary keyboard and a secondary keyboard that happens to be the BCR.
Historically, I have successfully added a BCR to an HP c3600 workstation with HP-UX 10.20 and a c3700 with HP-UX 11.11 by configuring X windows to accept input from both a primary keyboard and a secondary keyboard as stated above by adding the following lines to /etc/X11/X0devices :
However, this does not work for the c3750. Adding the above lines to /etc/X11/X0devices does not appear to have any discernible effect on configuring X windows to accept input from two keyboards. A review of X windows generated logs shows no errors. X windows behaves as if no modifications where made to X0devices. The c3750 accepts input from either the primary keyboard or the BCR but not both.
Location: Asia Pacific, Cyberspace, in the Dark Dystopia
Posts: 19,118
Thanks Given: 2,351
Thanked 3,359 Times in 1,878 Posts
Quote:
The config file for the Xorg version of the X Window System is /etc/X11/xorg.conf. The log file for the Xorg version of the X Window System is /var/log/Xorg.0.log (or similar).
The X log files are located in /var/X11/Xserver/logs/. A long listing of the directory looks like this:
-rw-rw-rw- 1 daemon daemon 3313 Nov 8 16:12 X0.log
-rw-r--r-- 1 root daemon 138 Nov 8 16:12 Xstartup.0.log
Again, no error info appears in either of the logs. The X0.log even contains the entry "Fri Jul 5 14:47:58 2019: /usr/lib/X11/extensions/hp7lc2k.1" conveying that the added lines to /etc/X11/X0devices resulted in the hp7lc2k.1 driver being loaded but the USB barcode reader not work together with the keyboard.
I successfully created a bootable windows 7 repair usb.
Please clarify me:
I rebooted my system via USB. windows repair window appeared. There were 5 options. I opted 'windows memory diagnostic' and it worked fine. There was an option named 'start up repair'. This option can be used if windows... (2 Replies)
hi everybody,
iam using 32 bit centos 6.2 on my machine. i have purchase TP-LINK, TL-WN727N wireless usb, but i was not able to install on my desktop. i was not able to find drivers for centos 6.2 official site of TPLINK.
$ uname -a
Linux workstation 2.6.32-220.el6.i686 #1 SMP Tue Dec 6... (0 Replies)
Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive.
Thanks! (4 Replies)
I have a serial barcode reader which I attached to my Solaris 10 workstation. I can see the barcode scanned data appearing when I do a tip hardwire.
Question is how can I enable the data to appear in command prompt or any text editor programs?
Thanks for the help (3 Replies)
Hi Everyone,
I am using 2.6.26.3-olimex kernel(Embedded system) running on AT91SAM9260. I am using a Logitech USB keyboard.
It is detected as "/dev/input/event0".
I don't know how to detect key press events and read the keys?
Why can't I read the keys using scanf() like funtions?
... (7 Replies)
Hi there,
I have a Debian machine without any peripherals (no screen, no keyboard, etc.). I'd like to be able to detect and log when someone plugs a USB keyboard. Something like : 2009-07-04 12:21 warning: keyboard pluged!
Is that possible?
I see two ways :
1. Either actively react to the... (4 Replies)
I have a USB keyboard/mouse combo hooked up to an x86 box and when it loads the mouse works fine, but the ctrl, shift, alt, and i think the function keys don't do anything. Is there a setting I need to change, or a way to manually configure them. There are no drivers, it is supposed to emulate a... (0 Replies)
Hi all , I'm trying to read from a USB Barcode-Reader "LX-250" (on Unix) ,
I've written the following code ...
But the program always failes on : ioctl call
Please if anyone has any ideas on what causes it to fail ?
Or how should I try to access the Barcode Device ?
Your help is very... (2 Replies)