Date: Wed, 29 Nov 1995 13:28:18 +0100 (MET) From: FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.urc.tue.nl> To: scrappy@hub.org (Marc G. Fournier) Cc: current@freebsd.org Subject: Re: Theory Failed: screen vs keyboard lock-up Message-ID: <199511291228.NAA06456@xaa.stack.urc.tue.nl> In-Reply-To: <Pine.BSF.3.91.951128130740.7163F-100000@hub.org> from "Marc G. Fournier" at Nov 28, 95 01:10:20 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> Oops, glad you reminded me of that...I had totally forgotten that
> it did do that :( I've been trying everyone's suggestions on how to see
> where the problem is too...
>
> But it still leaves us effectively nowhere.
Hmm... I had the problem too, and wrote a little program that just performs
struct { int rep:5;
int del:2;
int pad:1;
} rate;
rate.del = 1;
rate.rep = 15;
while (1)
{
if (ioctl(0,KDSETRAD,rate) < 0)
perror("Setting keyboard rate");
sleep(5);
}
And I never have to wait for more than a few seconds to get my keyboard back
>
Mark
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511291228.NAA06456>
