Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 23:38:09 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        me@jackal.in
Cc:        freebsd-usb@freebsd.org
Subject:   Re: logitech vx nano mouse buttons
Message-ID:  <200912162338.11041.hselasky@c2i.net>
In-Reply-To: <200912162350.09944.me@jackal.in>
References:  <200912161556.52923.me@jackal.in> <2C17992E81475DE5548EE480@utd65257.utdallas.edu> <200912162350.09944.me@jackal.in>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 16 December 2009 21:50:09 jackal wrote:
> Hello,
>
> On Wednesday 16 December 2009 22:44:41 Paul Schmehl wrote:
> > --On Wednesday, December 16, 2009 11:44:21 -0600 Hans Petter Selasky
> >
> > <hselasky@c2i.net> 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-w
> >he el-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.
>
> Ofcourse, I googled it, and I tried this configuration. But ..AxisMapping
> is just button-to-axis mapping. xev doesn't see this buttons.
> Any Xorg driver should work with ums0 device (as I understand), so I tried
> to `cat /dev/ums0' without X server and moused.

Can you enable ums debugging:

sysctl hw.usb.ums.debug=15

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912162338.11041.hselasky>