From owner-freebsd-usb@FreeBSD.ORG Wed Dec 16 20:50:47 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 472D1106566B for ; Wed, 16 Dec 2009 20:50:47 +0000 (UTC) (envelope-from me@jackal.in) Received: from mail.doorsense.net (server.doorsense.net [89.108.95.10]) by mx1.freebsd.org (Postfix) with ESMTP id B114D8FC0C for ; Wed, 16 Dec 2009 20:50:46 +0000 (UTC) Received: from [62.182.69.109] (helo=dell.jackal.in) by mail.doorsense.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NL0pW-000CPI-Lj; Wed, 16 Dec 2009 23:50:44 +0300 From: jackal To: Paul Schmehl Date: Wed, 16 Dec 2009 23:50:09 +0300 User-Agent: KMail/1.12.3 (FreeBSD/8.0-STABLE; KDE/4.3.3; i386; ; ) References: <200912161556.52923.me@jackal.in> <200912161844.23094.hselasky@c2i.net> <2C17992E81475DE5548EE480@utd65257.utdallas.edu> In-Reply-To: <2C17992E81475DE5548EE480@utd65257.utdallas.edu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912162350.09944.me@jackal.in> X-Spam-Score: -4.8 (----) X-Spam-Status: No, score=-4.8 required=5.0 autolearn=no SpamAssassin 3.2.5 (2008-06-10) on mail.desalvia.com Content analysis details: (-4.8 points, 5.0 required) pts rule name description --- ---------------------- --------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.2 SUBJECT_FUZZY_TION Attempt to obfuscate words in Subject: -3.2 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Cc: freebsd-usb@freebsd.org Subject: Re: logitech vx nano mouse buttons X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: me@jackal.in List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 20:50:47 -0000 Hello, On Wednesday 16 December 2009 22:44:41 Paul Schmehl wrote: > --On Wednesday, December 16, 2009 11:44:21 -0600 Hans Petter Selasky > > 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-whe > 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. -- Kind regards, Eugeny.