Sponsored Content
Operating Systems AIX Request Help Finding a Kybd, Mouse, Graphics Card Post 302143813 by bakunin on Sunday 4th of November 2007 06:45:47 AM
Old 11-04-2007
The problem is rather simple: PC keyboards are just the devices with the keys. Unix keyboards are part of a "terminal", which includes (for instance) an beeper for emitting signals. This is why PC keyboards do not work.

What should do the trick, though, is putting a serial terminal to work. That could be a IBM 3153 or a similar device. Plug it into the serial and use 19200 baud, 8 Data bits, no parity and 1 Stop bit. (19200, 8N1) Alternatively a DEC VT220 or even a terminal emulation program (kermit, ...) will work too.

A word about the commandline: IBMs termcap entries are traditionally crap. What works best is: Wyse60, VT100, VT220 and the native IBM3153 (sometimes called IBM3153-III). Most others will do for basic work, but fail in one or the other respect when it comes to the fancy things (reverse video, etc.), so there is a chance SMIT (which is in its ASCII mode based on the curses library) will not be displayed properly.

bakunin
 

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

removing graphics card

I have a SuSE8.1 Linux box running as a testing webserver to my small network. It's administered through ssh and webmin entirely, and doesn't have a monitor. I could really do with the graphics card for another machine, but if I take it out, I can't start the machine up. Any ideas how I can... (6 Replies)
Discussion started by: mistafeesh
6 Replies

2. AIX

GXT250 graphics card fileset

Hello there! Can anybody help me with regards to the driver of GXT250P graphics adapter. I have searched the web for the fileset devices.pci.14103c00 however no success was found. My current AIX version is 4.1.5 and my machine is 7043-140. My installation AIX CD is not working anymore, so I... (0 Replies)
Discussion started by: bright_genius
0 Replies

3. Solaris

Sparcstation 5 graphics card in Ultra 1 server

is it possible to swap the Turbo XGX graphics card in the SS5 to the ULTRA server 1 ? and do they use the same type of RAM ? Thx. (0 Replies)
Discussion started by: mads-nielsen
0 Replies

4. UNIX for Dummies Questions & Answers

Help, how do I find out what graphics card I have?

I am on an HP C8000 running B.11.11, I have no idea how to tell what graphics card I have...and the amount of memory it has, driver, etc. Also, how do I tell how much ram the box itself has, and other memory information like swap and processor speed and all that. Any help out there for me? ... (1 Reply)
Discussion started by: satraver
1 Replies

5. Solaris

Is possible to start Xserver in a domain of E25K without graphics card?

Hi, I need to start the Xserver process in a domain of a E25K which has installed Solaris 8, however this domain doesn't have installed a graphic card, is this possible? Or is there any way to emulate this process? In fact I don't know how to stop or start the Xserver process, is with... (5 Replies)
Discussion started by: wolf8006
5 Replies

6. HP-UX

X server on HP-UX without graphics card

Hi Gurus, I'm trying to install Oracle on HP-UX 11.23. The Oracle installer needs an X server running on the box. You then start an X client on your PC, export the DISPLAY on UNIX and the installer displays on your PC. The problem is that my HP boxes do not have graphics cards installed. ... (6 Replies)
Discussion started by: kskywr
6 Replies

7. Solaris

M4000 graphics card

Hi Guys, Anyone know any commands to verify the graphics card is installed correctly on an M4000? show-displays just comes back and echoes nothing. Also there is on input-device or output-device variable when you run printenv. This in itself is worrying. Any advice would be... (4 Replies)
Discussion started by: callmebob
4 Replies

8. Ubuntu

Installing NVIDIA-Linux 64-260.19.04.run graphics card

I am trying to install this NVIDIA-Linux 64-260.19.04.run graphics card, it is a GeForce GTX460 EVGA. I have tried all the commands to turn off the Xserver yes I can get it off yes I can get to root prompt or sudo prompt in home directory but every time I use the sh NVIDIA-Linux 64-260.19.04.run... (0 Replies)
Discussion started by: jackdevon
0 Replies

9. Red Hat

Finding speed of NIC Card

Hi, I would like to know how to find out ACTUAL speed of NIC Card. I have used the command ethtool eth0, it is showing supported modes, but what is acutal speed ? how to find out? (4 Replies)
Discussion started by: manoj.solaris
4 Replies
WSCONS(4)						   BSD Kernel Interfaces Manual 						 WSCONS(4)

NAME
wscons -- workstation console access SYNOPSIS
options WSEMUL_SUN options WSEMUL_VT100 options WSEMUL_NO_DUMB options WSEMUL_DEFAULT="xxx" options WS_DEFAULT_FG=WSCOL_XXX options WS_DEFAULT_BG=WSCOL_XXX options WS_DEFAULT_COLATTR="(WSATTR_XXX | WSATTR_YYY)" options WS_DEFAULT_MONOATTR="(WSATTR_XXX | WSATTR_YYY)" options WS_KERNEL_FG=WSCOL_XXX options WS_KERNEL_BG=WSCOL_XXX options WS_KERNEL_COLATTR="(WSATTR_XXX | WSATTR_YYY)" options WS_KERNEL_MONOATTR="(WSATTR_XXX | WSATTR_YYY)" options WSCOMPAT_USL_SYNCTIMEOUT=nnn options WSDISPLAY_COMPAT_PCVT options WSDISPLAY_COMPAT_SYSCONS options WSDISPLAY_COMPAT_USL options WSDISPLAY_COMPAT_RAWKBD options WSKBD_EVENT_AUTOREPEAT options WSKBD_USONLY wsdisplay* at ... wskbd* at ... mux N wsmouse* at ... mux N pseudo-device wsmux N DESCRIPTION
The wscons driver provides support for machine independent access to the console. wscons is made of a number of cooperating modules, in particular o hardware support for display adapters, keyboards and mice, see wsdisplay(4), wskbd(4), and wsmouse(4) o input event multiplexor, see wsmux(4) o terminal emulation modules (see below), and o compatibility options to support control operations and other low-level behaviour of existing terminal drivers (see below) Terminal emulations wscons does not define its own set of terminal control sequences and special keyboard codes in terms of termcap(5). Instead a ``terminal emulation'' is assigned to each virtual screen when the screen is created. (See wsconscfg(8).) Different terminal emulations can be active at the same time on one display. The following choices are available: dumb This minimal terminal support is available unless the kernel option options WSEMUL_NO_DUMB was specified at build time. No control sequences are supported besides the ASCII control characters. The cursor is not addressable. Only ASCII keyboard codes will be delivered, cursor and functions keys do not work. sun The ``sun'' console emulation is available if options WSEMUL_SUN was specified at kernel build time. It supports the control sequences of SUN machine consoles and delivers its keyboard codes for function and keypad keys in use. This emulation is sufficient for full-screen applications. vt100 is available with the kernel compile option options WSEMUL_VT100. It provides the most commonly used functions of DEC VT100 termi- nals with some extensions introduced by the DEC VT220 and DEC VT320 models. The features of the original VT100 which are not or not completely implemented are: o VT52 support, 132-column-mode, smooth scroll, light background, keyboard autorepeat control, external printer support, keyboard locking, newline/linefeed switching: Escape sequences related to these features are ignored or answered with standard replies. (DECANM, DECCOLM, DECSCLM, DECSCNM, DECARM, DECPFF, DECPEX, KAM, LNM) o Function keys are not reprogrammable and fonts can not be downloaded. DECUDK and DECDLD sequences will be ignored. o Neither C1 control set characters will be recognized nor will 8-bit keyboard codes be delivered. o The ``DEC supplemental graphic'' font is approximated by the ISO-latin-1 font, though there are subtle differences. o The actual rendering quality depends on the underlying graphics hardware driver. Characters might be missing in the available fonts and be substituted by more or less fitting replacements. Depending on the keyboard used, not all function keys might be available. In addition to the plain VT100 functions are supported: o ANSI colors. o Some VT220 -like presentation state settings and -reports (DECRSPS), especially tabulator settings. In most applications, wscons will work sufficiently as a VT220 emulator. The WSEMUL_DEFAULT kernel option is used to select one of the described terminal options as the default choice. The default takes effect at kernel startup, i.e. for the operating system console or additional screens allocated through the WSDISPLAY_DEFAULTSCREENS option (see wsdisplay(4)), or if no emulation type was passed to the wsconscfg(8) utility. Compatibility options these options allow X servers and other programs using low-level console driver functions usually written specifically for other console drivers to run on NetBSD systems. The options are in particular: WSDISPLAY_COMPAT_USL Support the protocol for switches between multiple virtual screens on one display as used by most PC-UNIX variants. This is used by the NetBSD wsconscfg(8) utility. WSDISPLAY_COMPAT_RAWKBD Allows to get raw XT keyboard scancodes from PC keyboards as needed by i386 X servers. WSDISPLAY_COMPAT_PCVT Emulates enough of the NetBSD/i386 ``pcvt'' driver to make X servers work. WSDISPLAY_COMPAT_SYSCONS Emulates enough of the FreeBSD ``syscons'' driver to make X servers work. Useful with FreeBSD binary emulation. Linux/i386 X servers usually run successfully if the first two options are enabled together with the NetBSD Linux binary emulation. (To have programs looking for device special files of other console drivers find the wscons driver entry points, symlinks are a helpful mea- sure.) Other options options WS_DEFAULT_FG=WSCOL_XXX, options WS_DEFAULT_BG=WSCOL_XXX, options WS_DEFAULT_COLATTR="(WSATTR_XXX | WSATTR_YYY)" and options WS_DEFAULT_MONOATTR="(WSATTR_XXX | WSATTR_YYY)" allow to make default console output appear in specific colors and attributes. ``WS_DEFAULT_FG'' and ``WS_DEFAULT_BG'' set the foreground / background used on color displays. The ``WSCOL_XXX'' arguments are colors as defined in src/sys/dev/wscons/wsdisplayvar.h. ``WS_DEFAULT_COLATTR'' and ``WS_DEFAULT_MONOATTR'' are additional attribute flags used on color or monochrome displays, respectively. The arguments are defined in the same header file. Whether the attributes are supported or not depends on the actually used graphics adapter. These options are ignored by the ``dumb'' terminal emulation. options WS_KERNEL_FG=WSCOL_XXX, options WS_KERNEL_BG=WSCOL_XXX, options WS_KERNEL_COLATTR="(WSATTR_XXX | WSATTR_YYY)" and options WS_KERNEL_MONOATTR="(WSATTR_XXX | WSATTR_YYY)" allow to make console output originating from the kernel appear differently than output from user level programs (via /dev/console or the specific tty device like /dev/ttyE0). Their meaning is the same as their 'WS_DEFAULT_*' counterparts. options WSCOMPAT_USL_SYNCTIMEOUT=nnn The virtual screen switching protocol enabled by ``WSDISPLAY_COMPAT_USL'' uses a somewhat complex handshake protocol to pass con- trol to user programs such as X servers controlling a virtual screen. In order to prevent a non-responsive application from lock- ing the whole console system, a screen switch will be rolled back after a 5 second timeout if the application does not respond. This option can be used to specify in seconds a different timeout value. options WSKBD_EVENT_AUTOREPEAT If set, this option enables auto repeat even in event mode. The auto repeat will generate key down events while the key is pressed. options WSKBD_USONLY In order to strip down the space usage of wscons, all keymaps except the US english one can be removed from the kernel with this option, which results in a space gain of about 10kB. SEE ALSO
wsdisplay(4), wskbd(4), wsmouse(4), wsmux(4), wsconscfg(8), wsconsctl(8), wsfontload(8), wscons(9) BSD
June 5, 2012 BSD
All times are GMT -4. The time now is 03:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy