Date: Sat, 18 Sep 2004 21:30:26 GMT From: Brooks Davis <brooks@one-eyed-alien.net> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/71887: Loosing keyboard after plugging a bluetooth usb dongle Message-ID: <200409182130.i8ILUQFE064952@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/71887; it has been noted by GNATS. From: Brooks Davis <brooks@one-eyed-alien.net> To: Silvere THOMMEREL <sthommerel@osiatis.com> Cc: freebsd-gnats-submit@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409182130.i8ILUQFE064952>