From owner-freebsd-questions Mon May 19 16:21:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA25454 for questions-outgoing; Mon, 19 May 1997 16:21:54 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA25447 for ; Mon, 19 May 1997 16:21:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with SMTP id QAA07030; Mon, 19 May 1997 16:23:12 -0700 (PDT) Message-Id: <199705192323.QAA07030@implode.root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: "Daniel M. Eischen" cc: questions@FreeBSD.ORG, r3cgm@cdrom.com Subject: Re: FreeBSD keyboard ioctl troubles In-reply-to: Your message of "Mon, 19 May 1997 17:22:12 CDT." <199705192222.RAA00378@iworks.InterWorks.org> From: David Greenman Reply-To: dg@root.com Date: Mon, 19 May 1997 16:23:12 -0700 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> When I try to run /usr/sbin/kbdcontrol (in FreeBSD v2.2.1) I get the >> error message: >> >> [hornet.cdrom.com : root] /usr/sbin - kbdcontrol -r fast >> setting keyboard rate: Inappropriate ioctl for device >> >> Do you know why this wouldn't be working? > >You're not doing this from X windows are you? If so, you want to >modify your XF86Config file to add AutoRepeat in the Keyboard >section. ...or redirect stdin ("< /dev/ttyv0"). kbdcontrol tries to do its thing on the current tty, assuming that it is the console device. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project