Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2006 13:15:10 -0500
From:      Joe Altman <fj@panix.com>
To:        freebsd-questions@freebsd.org
Cc:        lars <lars@gmx.at>
Subject:   Re: RELENG_6 and a Razer Copperhead mouse don't work
Message-ID:  <20060215181510.GA18198@panix.com>
In-Reply-To: <20060214195709.AA60116A420@hub.freebsd.org>
References:  <20060214195709.AA60116A420@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 14, 2006 at 07:57:09PM +0000, freebsd-questions-request@freebsd.org wrote:
>
>   19. RELENG_6 and a Razer Copperhead mouse don't work (lars)
> 
> ------------------------------
> 
> Message: 19
> Date: Tue, 14 Feb 2006 19:26:53 +0100
> From: lars <lars@gmx.at>
> Subject: RELENG_6 and a Razer Copperhead mouse don't work
> 
> Hi all
> 
> I run FreeBSD RELENG_6 on an A8N32-SLI Deluxe motherboard
> http://www.asus.com/products4.aspx?l1=3&l2=15&l3=0&model=744&modelmenu=1
> with a Razer Copperhead (www.razerzone.com) mouse connected via USB.
> 
> The OS boots without error and also recognizes my USB keyboard.
> 
> But when I try to configure my mouse with sysinstall the mouse
> cursor flickers for a split second and then disappears.
> 
> An entry /dev/ums0 in rc.conf doesn't help either.
> 
> It also doesn't work in X, of course. A Logitech MX300 USB mouse
> works however.
> 
> Has anyone managed to get this Razer mouse (which is quite comfy)

It's like a glove, yes, it is.

> to run correctly with FreeBSD?

I have a Diamondback that works well under Xorg and console:

ums0: Razer Razer Diamondback Optical Mouse, rev 2.00/1.00, addr 2,
iclass 3/1

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option          "Buttons" "5"
        Option          "ZAxisMapping" "4 5"
EndSection

I think that enabling usdb in /etc/rc.conf will kickstart moused,
giving you console access to the mouse; and this even though moused is
disabled by default in /etc/defaults/rc.conf.

-- 
In my country there is problem; and that problem is GOP; it take
everybody's money; and it never give it back...throw GOP down the
well; so my country can be free...



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