From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 07:38:50 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 1E15716A4CE for ; Fri, 11 Jun 2004 07:38:50 +0000 (GMT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751DE43D1F for ; Fri, 11 Jun 2004 07:38:44 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i5B7g6NK058053 for ; Fri, 11 Jun 2004 08:42:06 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <40C9624E.7070101@circlesquared.com> Date: Fri, 11 Jun 2004 08:42:06 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Question List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: usb wireless mouse prob on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 07:38:50 -0000 I'm having problems getting a logitech wireless mouse working on 5.2.1 (cvsupped & updated 12 hours ago). I had this working without problem with exactly the same hardware a few weeks ago but had to reinstall, for various reasons and didn't make any copies of the configuration. It was very easy the first time... Oddly, it looks to me as though it ought to work. But it doesn't, neither in the console nor in X. I'd be grateful for any pointers. More detailed info follows. dmesg shows (all usb output included): uhci0: port 0xcc00-0xcc1f irq 16 at device 29.0 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 uhci1: port 0xd000-0xd01f irq 19 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ukbd0: Logitech USB Receiver, rev 1.10/17.00, addr 2, iclass 3/1 kbd0 at ukbd0 ums0: Logitech USB Receiver, rev 1.10/17.00, addr 2, iclass 3/1 ums0: 7 buttons and Z dir. ulpt0: EPSON USB2.0 MFP, rev 2.00/1.00, addr 3, iclass 7/1 ulpt0: using bi-directional mode umass0: EPSON USB2.0 MFP, rev 2.00/1.00, addr 3 uhci2: port 0xd400-0xd41f irq 18 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xd800-0xd81f irq 16 at device 29.3 on pci0 usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered I'm loading moused on boot through rc.conf: moused_enable="YES" moused_port="/dev/ums0" ps xa | grep moused gives: 370 ?? Is 0:00.00 /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0 My very basic /etc/X11/XF86Config is as follows: Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "Module" # Load "freetype" # Load "xtt" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "speedo" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc102" Option "XkbLayout" "gb" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 EndSection Section "Device" Identifier "Card0" Driver "mga" ChipSet "mgag400" Card "mga mgag400" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection