--On Wednesday, December 16, 2009 11:44:21 -0600 Hans Petter Selasky <[email protected]> wrote:


On Wednesday 16 December 2009 13:56:52 jackal wrote:
Hello,

I'm using logitech vx nano mouse at freebsd 8-stable.
Everything works fine, except wheel left/right buttons.
`cat /dev/ums0' doesn't show anything when pressing this buttons. Any other
buttons works fine, including navigation buttons.
Is there a way to get this buttons work?


Have you googled for the answer?

http://wiki.eeeuser.com/configure_logitech_vx_nano

http://bbs.archlinux.org/viewtopic.php?id=41805

http://crunchbanglinux.org/forums/topic/504/solved-help-setting-up-side-wheel-buttons/

Section "InputDevice"
     Identifier  "VX Nano"
     Driver      "evdev"
     Option      "Name" "Logitech USB Receiver"
     Option        "Protocol" "evdev"
     Option        "Buttons" "9"
     Option        "SendCoreEvents"
     Option      "ZAxisMapping" "4 5"
     Option      "WAxisMapping" "8 9"
EndSection

Obviously the driver will be different on FreeBSD, but the WAxisMapping is the one that controls the side buttons.

--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
*******************************************
"It is as useless to argue with those who have
renounced the use of reason as to administer
medication to the dead." Thomas Jefferson

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to