From owner-freebsd-usb@FreeBSD.ORG Thu Feb 7 21:25:16 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CFEA7FA1; Thu, 7 Feb 2013 21:25:16 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 138BDF19; Thu, 7 Feb 2013 21:25:15 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 376530984; Thu, 07 Feb 2013 22:25:07 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Norbert Koch Subject: Re: usb/175731: detaching USB keyboard freezes other USB keyboards Date: Thu, 7 Feb 2013 22:26:17 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <201302071210.r17CA1xw091861@freefall.freebsd.org> In-Reply-To: <201302071210.r17CA1xw091861@freefall.freebsd.org> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: imp@freebsd.org, bug-followup@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 21:25:16 -0000 On Thursday 07 February 2013 13:10:01 Norbert Koch wrote: > The following reply was made to PR usb/175731; it has been noted by GNATS. > > From: Norbert Koch > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: usb/175731: detaching USB keyboard freezes other USB keyboards > Date: Thu, 07 Feb 2013 13:01:01 +0100 > > Same problem with FreeBSD-9.1-RELEASE. Hi, In /etc/devd.conf there are a few lines of code: # When a USB keyboard arrives, attach it as the console keyboard. attach 100 { device-name "ukbd0"; action "/etc/rc.d/syscons setkeyboard /dev/ukbd0"; }; detach 100 { device-name "ukbd0"; action "/etc/rc.d/syscons setkeyboard /dev/kbd0"; }; Can you try to uncomment these? Then restart devd or reboot and try again and see what happens. I believe the devd.conf lines above should be removed. --HPS