kern/71887: Loosing keyboard after plugging a bluetooth usb dongle

Brooks Davis brooks at one-eyed-alien.net
Sat Sep 18 14:30:26 PDT 2004


The following reply was made to PR kern/71887; it has been noted by GNATS.

From: Brooks Davis <brooks at one-eyed-alien.net>
To: Silvere THOMMEREL <sthommerel at osiatis.com>
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: kern/71887: Loosing keyboard after plugging a bluetooth usb dongle
Date: Sat, 18 Sep 2004 14:27:12 -0700

 Please try commenting out the following lines in your devd.conf.
 Currently we only support one keyboard at a time and this entry switches
 to a USB keyboard if you add one.  The panic sounds like a usb or
 bluetooth bug.
 
 # When a USB keyboard arrives, attach it as the console keyboard
 attach 100 {
         device-name "ukbd0";
         action "test -c /dev/kbd1 && kbdcontrol -k /dev/kbd1 <
 /dev/console";
 };
 detach 100 {
         device-name "ukbd0";
         action "kbdcontrol -k /dev/kbd0 < /dev/console";
 };
 
 -- Brooks


More information about the freebsd-bugs mailing list