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 <sheepish mumble> didn't make any copies of the configuration</sheepish mumble>. 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: <Intel 82801EB (ICH5) USB controller USB-A> port 0xcc00-0xcc1f irq 16 at device 29.0 on pci0
usb0: <Intel 82801EB (ICH5) USB controller USB-A> 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: <Intel 82801EB (ICH5) USB controller USB-B> port 0xd000-0xd01f irq 19 at device 29.1 on pci0
usb1: <Intel 82801EB (ICH5) USB controller USB-B> 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: <Intel 82801EB (ICH5) USB controller USB-C> port 0xd400-0xd41f irq 18 at device 29.2 on pci0
usb2: <Intel 82801EB (ICH5) USB controller USB-C> 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: <Intel 82801EB (ICH5) USB controller USB-D> port 0xd800-0xd81f irq 16 at device 29.3 on pci0
usb3: <Intel 82801EB (ICH5) USB controller USB-D> 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


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to