Have you never compiled your own kernel? Here's a paste from LINT: # `flags' for atkbd: # 0x01 Force detection of keyboard, else we always assume a keyboard # 0x02 Don't reset keyboard, useful for some newer ThinkPads # 0x04 Old-style (XT) keyboard support, useful for older ThinkPads And GENERIC has: device atkbd0 at atkbdc? irq 1 flags 0x1
Remove the 0x1 flag and recompile, also a look at the boot(8) manpage: -P probe the keyboard. If no keyboard is found, the -D and -h options are automatically set. Remove the -P from /boot.config Baldur On Thursday 17 January 2002 17:05, you wrote: > I started to look through the kernel code for keyboard detection > with plans toward having a sysctl that forces the keyboard at run > time, rather than kernel compile. But I got sidetracked. > > Related problems come up so often that I am convinced that such a > fix is required. Me finding time to implement is a problem. > > /\/\ \/\/ > > On Tue, Jan 15, 2002 at 06:21:30PM +1030, Daniel O'Connor wrote: > > I was wondering if there is a flag to force the kernel to detect a PS/2 > > keyboard even if it doesn't detect one. > > > > The usual answer is 'set atkbdc flags to 0x0' but you can't do that if > > you are installing for the first time - when you boot -c the config > > prompt is printed in an infinite loop :( > > > > The newer keyboards I have (Mitsubishi Diamond Touch) do not get detected > > by FreeBSD so every time I need to install from a base CD I have to dig > > up my detectable keyboard and hot swap it after the detection phase. > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
