From: Helge Deller <deller@gmx.de>
To: parisc-linux@thepuffingroup.com
Subject: [parisc-linux] STI-Console Mini-HOWTO
Date: Tue, 30 May 2000 20:10:48 +0200 [thread overview]
Message-ID: <00053020434701.00442@P100> (raw)
Hi,
After my last commits regarding keyboard-support and STI-Console I think a
small MINI-HOWTO should help to avoid the most problems for people, who want to
try the STI-Console on their machines.....
But first of all, I would like to thank Philipp Rumpf <prumpf@tux.org> for
allowing me to commit his sticon.[c|h] drivers.
As usual, any feedback is welcome :-)
Helge
-----------------------------------------------------------------
STI-console MINI-HOWTO:
-----------------------
- check out a fresh linux-2.3 and palo, delete your .config and
use "make menuconfig" :-)
- SELECT ONLY ONE of
"Support for console on serial port"
** OR **
"STI-Console".
- if you get "unable to open initial console", check the
MAJOR/MINOR of /dev/console in your ramdisk or NFS:
mknod /dev/console c 5 1 -- for serial console
mknod /dev/console c 4 0 -- for STI-console (should it be 4/1 ?)
For both cases I uploaded new ramdisks (ramdisk20000530-[sercon|sticon].tgz)
to ftp://puffin.external.hp.com/pub/parisc/binaries/ramdisks
I added special files for lp- and parport-devices there too.
- for the STI-console you may define the initial number of
rows & columns in drivers/video/dummycon.c (this is temporary).
You may adjust the numbers to the kernel message
"Console: switching to colour STI console <numcols>x<numrows>"
you will get during the first time the kernel starts.
- once you see your STI-console is working you may reenable
"unregister_console()" at the end of arch/parisc/pdc_cons.c
This will disable the "double" output from the kernel.
- The only tested keyboard-support is currently with HIL-keyboards as
used in 715/64's. PS/2-Keyboards *may* work (feedback welcome!).
reply other threads:[~2000-05-30 18:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=00053020434701.00442@P100 \
--to=deller@gmx.de \
--cc=parisc-linux@thepuffingroup.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.