From owner-freebsd-questions@FreeBSD.ORG Sun Nov 14 13:50:17 2004 Return-Path: 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 D700F16A4CE for ; Sun, 14 Nov 2004 13:50:17 +0000 (GMT) Received: from mail.kurskline.ru (mail.kurskline.ru [195.161.221.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7436C43D41 for ; Sun, 14 Nov 2004 13:50:17 +0000 (GMT) (envelope-from unicorn@kurskline.ru) Received: by mail.kurskline.ru (Postfix, from userid 1028) id D773A791D02; Sun, 14 Nov 2004 16:50:16 +0300 (MSK) Received: from KISELIOV (gw-61.kurskline.ru [195.161.221.61]) by mail.kurskline.ru (Postfix) with ESMTP id 80BBA791C79; Sun, 14 Nov 2004 16:50:14 +0300 (MSK) Date: Sun, 14 Nov 2004 16:50:15 +0300 From: "Roman V. Kiseliov" X-Mailer: The Bat! (v2.11) X-Priority: 3 (Normal) Message-ID: <638305886.20041114165015@mail.kurskline.ru> To: FreeBsdBeni , freebsd-questions@freebsd.org In-Reply-To: <200411141430.49226.freebsdbeni@spymac.com> References: <766270721.20041114161914@mail.kurskline.ru> <200411141430.49226.freebsdbeni@spymac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on mail2.kurskline.ru X-Spam-Status: No, score=-105.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.1 X-Spam-Level: Subject: Re[2]: HID support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Roman V. Kiseliov" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 13:50:17 -0000 Hi, FreeBsdBeni, Sunday, November 14, 2004, 4:30:46 PM, you wrote: F> On Sunday 14 November 2004 14:19, Roman V. Kiseliov wrote: >> It seems that "USB keyboard and mouse" wireless sets doesn't work properly >> in FreeBSD (my opinion based on mailing lists archives). At least sets from >> A4Tech (see my earlier post), Logitech, Chicony & M$. >> >> These sets works fine in Linux and M$ Windows. >> I think because of better HID support. Mouse and keyboard must thought >> as one HID device. >> >> How I can configure my funny FreeBSD to work with my keyboard and >> mouse set as with one HID device? >> F> From the 5.3-REL Errata file : F> (31 Oct 2004, updated on 5 Nov 2004) For FreeBSD/i386 and FreeBSD/amd64, when F> installing FreeBSD 5.3 using an USB keyboard the keyboard will stop working F> once the kernel boots, because a PS/2 keyboard is always considered to be F> attached. As a workaround, select ``Escape to loader prompt'' in the boot F> loader menu and enter the following lines at the prompt: F> set hint.atkbd.0.flags="0x1" F> boot F> Note that if you use the boot floppies, this is set by default. F> After the installation, add the following line to /boot/loader.conf: F> hint.atkbd.0.flags="0x1" F> I'm having the same problem... F> Hope this helps ;-) I think I've seen something else. I'm using USB wireless mouse and keyboard interacting with one RF USB receiver connected to the one USB port. My keyboard works super fine. But mouse doesn't in FreeBSD. Under Linux mouse works. When I connect any other mouse it works. I'm sure because of HID support: mouse and keyboard in this wireless set are parts of one HID device. Maybe some good guys knows how configure FreeBSD for better HID support (maybe someone provide patch on /usr/src/dev/usb/*hid*.c) Thanks in any case for your answer!!!