From owner-freebsd-questions Wed Jul 24 0: 7:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2900037B400 for ; Wed, 24 Jul 2002 00:07:28 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF2A43E42 for ; Wed, 24 Jul 2002 00:07:27 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (ab57ca31cbe9c832e1a5e2420e150974@localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6O77j2e059921; Wed, 24 Jul 2002 00:07:45 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6O77jrS059920; Wed, 24 Jul 2002 00:07:45 -0700 (PDT) (envelope-from monkey) Date: Wed, 24 Jul 2002 00:07:45 -0700 From: Adam Weinberger To: Ed Yu Cc: Adam Weinberger , freebsd-questions@FreeBSD.ORG Subject: Re: where is /dev/ukbd0 Message-ID: <20020724070745.GO94707@vectors.cx> References: <20020724025154.GI94707@vectors.cx> <20020724053454.46464.qmail@web20709.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020724053454.46464.qmail@web20709.mail.yahoo.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG it looks to me like the man page is not in sync with the faq. i'll submit a patch for that. i'd go with what the manpage says. please read the manpage. it contains much better instructions that the excerpts here: you need to compile your kernel with options KBD_INSTALL_CDEV. you need to cd /dev && sh MAKEDEV kbd0 kbd1 you need to remove the device atkbd line from the kernel you need to run: kbdcontrol -k /dev/kbd0 < /dev/ttyv0 > /dev/null as the system boots, in something like your /etc/rc.local -Adam >> (07.23.2002 @ 2234 PST): Ed Yu said, in 1.6K: << > I already have kbd0 kbd1 but NO ukbd0. I can't 'sh > MAKEDEV ukbd0'. The FAQ has refernce to /dev/ukbd0: > "If there is the USB keyboard only, it will be > /dev/ukbd0", just wondering where it is. :) > --- Adam Weinberger wrote: > > read ukbd(4), i.e. man 4 ukbd > > > > quoted from the 3rd paragraph: > > > > By default, the keyboard subsystem does not > > create the appropriate > > devices yet. Make sure you reconfigure your > > kernel with the > > following > > option in the kernel config file: > > > > options KBD_INSTALL_CDEV > > > > Go to /dev and make device nodes kbd*: > > > > sh MAKEDEV kbd0 kbd1 > > > > -Adam > > > > > > >> (07.23.2002 @ 1845 PST): Ed Yu said, in 0.4K: << > > > I see the following at dmesg: > > > ukbd0: Sun Microsystems Type 6 USB keyboard, rev > > > 1.00/1.01, addr 3, iclass 3/1 > > > kbd1 at ukbd0 > > > > > > but I don't see /dev/ukbd0, why? > > > > > > thanks. > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Yahoo! Health - Feel better, live better > > > http://health.yahoo.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body > > of the message > > > > > >> end of "where is /dev/ukbd0" from Ed Yu << > > > > > > -- > > "Oh good, my dog found the chainsaw." > > -Lilo, "Lilo & Stitch" > > Adam Weinberger > > adam@vectors.cx > > http://vectors.cx > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of > > the message > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Health - Feel better, live better > http://health.yahoo.com > >> end of "Re: where is /dev/ukbd0" from Ed Yu << -- "Oh good, my dog found the chainsaw." -Lilo, "Lilo & Stitch" Adam Weinberger adam@vectors.cx http://vectors.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message