diff options
author | rnordier <rnordier@FreeBSD.org> | 1999-07-15 19:33:22 +0000 |
---|---|---|
committer | rnordier <rnordier@FreeBSD.org> | 1999-07-15 19:33:22 +0000 |
commit | f280de49fca233bea863ffecb21a9dbedf4adb58 (patch) | |
tree | 002d0a6e97c421c0e3944c31b784aca48d92b900 /release | |
parent | 6364e2c9e9a1420c039ddfe26eaac8d07531f97e (diff) | |
download | FreeBSD-src-f280de49fca233bea863ffecb21a9dbedf4adb58.zip FreeBSD-src-f280de49fca233bea863ffecb21a9dbedf4adb58.tar.gz |
Update ThinkPad special mode entry for atkbd0. Add an entry dealing
with failure to detect XT/AT-style keyboards in boot2 during install.
Submitted by: yokota
Diffstat (limited to 'release')
-rw-r--r-- | release/texts/TROUBLE.TXT | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/release/texts/TROUBLE.TXT b/release/texts/TROUBLE.TXT index 721eb70..1b735b9 100644 --- a/release/texts/TROUBLE.TXT +++ b/release/texts/TROUBLE.TXT @@ -202,10 +202,31 @@ Q: I booted the install floppy on my IBM ThinkPad (tm) laptop, and the keyboard is all messed up. A: Older IBM laptops use a non-standard keyboard controller, so you must - tell the console driver (sc0) to go into a special mode which works - on the ThinkPads. Change the sc0 'Flags' to 0x10 in UserConfig and - it should work fine. (Look in the Input Menu for 'Syscons Console - Driver'.) + tell the keyboard driver (atkbd0) to go into a special mode which works + on the ThinkPads. Change the atkbd0 'Flags' to 0x4 in UserConfig and + it should work fine. (Look in the Input Menu for 'Keyboard'.) + + +Q: When I try to boot the install floppy, I see the following message + and nothing seems to be happening. I cannot enter anything from + the keyboard either. + + Keyboard: no + +A: Due to lack of space, full support for old XT/AT (84-key) keyboards + is no longer available in the bootblocks. Some notebook computers may + also have this type of keyboard. If you are still using this kind of + hardware, you will see the above message appears when you boot from + the CD-ROM or an install floppy. + + As soon as you see this message, hit the space bar, and you will see + the prompt: + + >> FreeBSD/i386 BOOT + Default: x:xx(x,x)/boot/loader + boot: + + Then enter `-Dh', and things should proceed normally. Q: I have a Matsushita/Panasonic CR-522, a Matsushita/Panasonic CR-523 or |