thats an logical answer
yet. I take a usb mouse, a tiny portable unit
from my laptop, plug it in and blammo it works. Try the dongle. nada.
ums0: Logitech Logitech BT Mini-Receiver, rev 2.00/40.01, addr 4, iclass
3/1
ums0: 7 buttons and Z dir.
ums1: KYE Genius USB Wheel Mouse, rev 1.00/0.00, addr 3, iclass 3/1
ums1: 3 buttons and Z dir.
so is it the usb driver that does all the work from the dongle to moused?
if i take moused and do not background it (-f) i get nada
when I truss the moused process (with -f flag)
<shortened for sanity>
kldnext(1) = 2 (0x2)
sigprocmask(0x1,0x0,0x80508bc) = 0 (0x0)
sigaction(SIGHUP,{ 0x804a7d4
0x0|ONSTACK|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },{ SIG_DFL
0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t })
= 0 (0x0)
sigaction(SIGINT,{ 0x804a7e8
0x0|ONSTACK|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },{ SIG_DFL
0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t })
= 0 (0x0)
sigaction(SIGQUIT,{ 0x804a7e8
0x0|ONSTACK|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },{ SIG_DFL
0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t })
= 0 (0x0)
sigaction(SIGTERM,{ 0x804a7e8
0x0|ONSTACK|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },{ SIG_DFL
0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t })
= 0 (0x0)
open("/dev/ums0",0x6,027757765770) = 3 (0x3)
ioctl(3,MOUSE_SETLEVEL,0x804f3ec) = 0 (0x0)
ioctl(3,MOUSE_GETLEVEL,0xbfbfea8c) = 0 (0x0)
ioctl(3,MOUSE_GETHWINFO,0x804f428) = 0 (0x0)
ioctl(3,MOUSE_GETMODE,0x804f43c) = 0 (0x0)
ioctl(3,MOUSE_SETMODE,0x804f43c) = 0 (0x0)
open("/dev/consolectl",0x2,00) = 4 (0x4)
gettimeofday({1150332081 352444},0x0) = 0 (0x0)
ioctl(4,CONS_MOUSECTL,0xbfbfeb90) = 0 (0x0)
and nothing ever again.. so I can only assume that there isnt any
communication going on somewhere in the usb subsystem.
or am I missing something simple here?
On Wed, 14 Jun 2006, Darren Pilgrim wrote:
Steven S. wrote:
I've got a bluetooth logitech mx5000 keyboard/mouse combo.
Works fine in Windows 2k/XP, Xubuntu and FBSD 6.x but not 5.5-Stable.
Seems to be something with netgraph. Plug in the dongle and it seems to
get detected properly by usb
uhub5: Logitech Logitech BT Mini-Receiver, class 9/0, rev 2.00/40.01, addr
3
uhub5: 3 ports with 1 removable, bus powered
ukbd0: Logitech Logitech BT Mini-Receiver, rev 2.00/40.01, addr 4, iclass
3/1
kbd1 at ukbd0
ums0: Logitech Logitech BT Mini-Receiver, rev 2.00/40.01, addr 5, iclass
3/1
ums0: 7 buttons and Z dir.
but i have no ubt0 device detected.
The Logitech receiver is a self-contained Bluetooth host. All the host
computer ever sees is a USB hub, mouse and keyboard.
--
Darren Pilgrim
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth
To unsubscribe, send any mail to "[EMAIL PROTECTED]"