Hi all,
Coming from 10 years in the Linux world, I've recently installed FreeBSD 7.2 on my system. My logitech marble mouse was causing some strange behavior (livelocking roughly every 30 seconds on mouse movement) in KDE, which apparently requires:
1. DBUS & HALD Enabled in rc.conf
2.
in xorg.conf
Alright, that stopped everything from essentially freezing until I moved the mouse. However, now I have a new issue.
Roughly every 2.5 minutes, my mouse stops responding for about 5 seconds. And apparently, the system thinks that I have actually unplugged it.
This is frustrating and hinders me being productive at best. Not really finding anything similar via Googling.
Is there anyone who's encountered this sort of thing before? Or perhaps any gurus who might be able to lend a hand? Any ideas are much appreciated.
Thanks in advance!
Coming from 10 years in the Linux world, I've recently installed FreeBSD 7.2 on my system. My logitech marble mouse was causing some strange behavior (livelocking roughly every 30 seconds on mouse movement) in KDE, which apparently requires:
1. DBUS & HALD Enabled in rc.conf
2.
Code:
Option "AllowEmptyInput" "on"
Alright, that stopped everything from essentially freezing until I moved the mouse. However, now I have a new issue.
Roughly every 2.5 minutes, my mouse stops responding for about 5 seconds. And apparently, the system thinks that I have actually unplugged it.
Code:
Aug 28 22:42:45 slickbox root: Unknown USB device: vendor 0x046d product 0xc408 bus uhub0
Aug 28 22:42:45 slickbox kernel: ums0: <Logitech USB Trackball, class 0/0, rev 1.10/14.00, addr 2> on uhub0
Aug 28 22:42:45 slickbox kernel: ums0: 5 buttons.
Aug 28 22:42:48 slickbox kernel: ums0: at uhub0 port 10 (addr 2) disconnected
Aug 28 22:42:48 slickbox kernel: ums0: detached
Aug 28 22:42:49 slickbox root: Unknown USB device: vendor 0x046d product 0xc408 bus uhub0
Aug 28 22:42:49 slickbox kernel: ums0: <Logitech USB Trackball, class 0/0, rev 1.10/14.00, addr 2> on uhub0
Aug 28 22:42:49 slickbox kernel: ums0: 5 buttons.
Aug 28 22:44:59 slickbox kernel: ums0: at uhub0 port 10 (addr 2) disconnected
Aug 28 22:44:59 slickbox kernel: ums0: detached
Aug 28 22:45:00 slickbox root: Unknown USB device: vendor 0x046d product 0xc408 bus uhub0
Aug 28 22:45:00 slickbox kernel: ums0: <Logitech USB Trackball, class 0/0, rev 1.10/14.00, addr 2> on uhub0
Aug 28 22:45:00 slickbox kernel: ums0: 5 buttons.
Aug 28 22:45:07 slickbox kernel: ums0: at uhub0 port 10 (addr 2) disconnected
Aug 28 22:45:07 slickbox kernel: ums0: detached
Aug 28 22:45:08 slickbox root: Unknown USB device: vendor 0x046d product 0xc408 bus uhub0
Aug 28 22:45:08 slickbox kernel: ums0: <Logitech USB Trackball, class 0/0, rev 1.10/14.00, addr 2> on uhub0
Aug 28 22:45:08 slickbox kernel: ums0: 5 buttons.
Aug 28 22:45:59 slickbox kernel: ums0: at uhub0 port 10 (addr 2) disconnected
Aug 28 22:45:59 slickbox kernel: ums0: detached
Aug 28 22:46:00 slickbox root: Unknown USB device: vendor 0x046d product 0xc408 bus uhub0
Aug 28 22:46:00 slickbox kernel: ums0: <Logitech USB Trackball, class 0/0, rev 1.10/14.00, addr 2> on uhub0
Aug 28 22:46:00 slickbox kernel: ums0: 5 buttons.
Aug 28 22:46:19 slickbox kernel: ums0: at uhub0 port 10 (addr 2) disconnected
Aug 28 22:46:19 slickbox kernel: ums0: detached
Aug 28 22:46:20 slickbox root: Unknown USB device: vendor 0x046d product 0xc408 bus uhub0
Aug 28 22:46:20 slickbox kernel: ums0: <Logitech USB Trackball, class 0/0, rev 1.10/14.00, addr 2> on uhub0
Aug 28 22:46:20 slickbox kernel: ums0: 5 buttons.
This is frustrating and hinders me being productive at best. Not really finding anything similar via Googling.
Is there anyone who's encountered this sort of thing before? Or perhaps any gurus who might be able to lend a hand? Any ideas are much appreciated.
Thanks in advance!
