From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 20:08:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6EEA16A4CE for ; Wed, 25 Aug 2004 20:08:08 +0000 (GMT) Received: from kiuru.kpnet.fi (kiuru.kpnet.fi [193.184.122.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A319143D81 for ; Wed, 25 Aug 2004 20:08:07 +0000 (GMT) (envelope-from midian@ihme.org) Received: from [192.168.1.57] (adsl-36-92.regionline.fi [194.211.36.92]) by kiuru.kpnet.fi (8.12.8/8.12.8) with ESMTP id i7PK8977005881; Wed, 25 Aug 2004 23:08:12 +0300 Date: Wed, 25 Aug 2004 23:08:00 +0300 (EEST) From: =?iso-8859-1?Q?Markus_H=E4stbacka?= X-X-Sender: midian@midi.ihme.net To: Mayo Jordanov In-Reply-To: <1093463847.727.5.camel@einstein.local.nfy> Message-ID: <20040825230552.P56798@midi.ihme.net> References: <20040820220601.G33344@midi.ihme.net> <1093071196.1069.3.camel@einstein.local.nfy> <1093463847.727.5.camel@einstein.local.nfy> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Thu, 26 Aug 2004 11:52:26 +0000 cc: freebsd-current@freebsd.org Subject: Re: USB keyboard problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 20:08:08 -0000 I'll take a look at that, I just wonder why the keyboard doesn't work in the curreent installation? Is it the same problem or something else? (I tried a 5.2-CURRENT from 18.08 and it had the same problem) On Wed, 25 Aug 2004, Mayo Jordanov wrote: > I actually realized that I had keyboard="" set in rc.conf. Now it works > just fine, even without a entry in usbd.conf. > > m > > > On Fri, 2004-08-20 at 23:53, Mayo Jordanov wrote: >> I have the same issue with my usb keyboard. I had similar issues with >> current from about a month, but what I used to do there was putting a >> entry into /etc/usbd.conf, unfortunately that doesn't seem to work >> anymore. >> >> One way to get it working is using kbdcontrol, but you'll have to ssh >> into the box for that. >> >> kbdcontrol -l /dev/ukbd0 < /dev/console (or whatever the usb keyboard >> device is) >> >> m >> Markus