From owner-freebsd-hardware Sat Dec 1 14:52:53 2001 Delivered-To: freebsd-hardware@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 4C28737B41A for ; Sat, 1 Dec 2001 14:52:48 -0800 (PST) Received: from kernighan.demon.co.uk ([194.222.151.76] helo=homebrew.localdomain) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 16AJ02-000Lac-0C for hardware@freebsd.org; Sat, 1 Dec 2001 22:52:46 +0000 Received: from localhost (njh@localhost) by homebrew.localdomain (8.11.6/8.11.0) with ESMTP id fB1Mo0601014 for ; Sat, 1 Dec 2001 22:52:42 GMT (envelope-from njh@kernighan.demon.co.uk) Date: Sat, 1 Dec 2001 22:49:58 +0000 (GMT) From: Neil Hoggarth X-X-Sender: To: Subject: Logitech Desktop iTouch Keyboard/Mouse Message-ID: <20011201221953.W899-100000@homebrew.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Folks, I have Sony Vaio PCG-N505SN laptop, running FreeBSD 4.4-RELEASE. I'm trying to attach to this a Logitech "Cordless Desktop iTouch" package, which consists of: (a) cordless mouse (model M-RP67) (b) cordless keyboard (model Y-RF21 RT7R03 V:5XTTWUK) (c) a receiver for (a) and (b) (model C-BD9-DUAL) The receiver either plugs into a single USB port, or two PS/2 ports. I'm trying to use it with the single USB connection (no PS/2 ports on the Sony). The keyboard works as a USB keyboard. I can run "kbdcontrol -k /dev/kbd1" and drive the console via the cordless keyboard. The mouse is detected; usbd is running and launches a plausable looking moused process at boot time, or following a device attach. However - moving the cordless mouse about or pressing its buttons doesn't seem to produce any activity on /dev/ums0. There is no sign of mouse pointer activity on virtual terminals or under X (which is configured to use /dev/sysmouse to pick up the output of moused). I tried running "moused -d -f -p /dev/ums0". I get moused: proto params: f8 80 00 00 8 00 ff moused: port: /dev/ums0 interface: usb type: sysmouse model: generic and no further activity, regardless of how energetically I move the mouse around the desktop or play with buttons and wheels. Communications between the cordless mouse and the receiver are okay (I tested the receiver/mouse combination as a PS/2 mouse on an old desktop machine to confirm this). Relevant output from dmesg: uhci0: port 0xfca0-0xfcbf irq 9 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered ukbd0: Logitech USB Receiver, rev 1.10/13.10, addr 2, iclass 3/1 ums0: Logitech USB Receiver, rev 1.10/13.10, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. Output from "usbdevs -v": Controller /dev/usb0: addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 0x0100 port 1 addr 2: low speed, power 50 mA, config 1, USB Receiver(0xc504), Logitech(0x046d), rev 0x1310 port 2 powered Does anyone have any ideas why this might not be working, or any possible fixes? One idea that did occur to me is that the kernel might have problems correctly handling a single USB device (the receiver) which acts both as a USB keyboard and as a USB mouse simultaneously, such that no data ever gets delivered via /dev/ums0? Regards, Neil Hoggarth, Oxford, UK. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message