Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 21:36:25 -0400
From:      "Sung N. Cho" <sucho2@vt.edu>
To:        "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>, stable@freebsd.org
Subject:   Re: Has anyone got their USB mouse working on FreeBSD 4.x?
Message-ID:  <3B539698.BDEC79CD@vt.edu>
References:  <3B538F90.BE7A8888@vt.edu> <68650000.995331701@vpn74.ece.cmu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

"Brandon S. Allbery KF8NH" wrote:

> On Monday, July 16, 2001 21:06:24 -0400, "Sung N. Cho" <sucho2@vt.edu>
> wrote:
> +-----
> | Has anyone got their USB mouse working on their FreeBSD system?  I
> +--->8
>
> I plugged the USB mouse from a Sun Blade 100 into my 4.3-RELEASE laptop to
> see what would happen, and it "just worked".
>
> | detects the mouse "Kensington MIAB mouse" but I'm not seeing any mouse
> | cursor on console nor do I get any response when I try to use it under
> | X.  Only PS/2 mouse is working at the moment.
> +--->8
>
> If you're doing this under X, you probably want to make sure you're using
> sysmouse; if it's set to use the PS/2 mouse directly then it will only use
> that and never notice the USB mouse.  Using sysmouse XFree86 happily used
> both the onboard PS/2 trackpad and the USB mouse while the latter was
> plugged in.
>
> --
> brandon s. allbery  [os/2][linux][solaris][freebsd]   allbery@kf8nh.apk.net
> system administrator   [JAPH][WAY too many hats]        allbery@ece.cmu.edu
> electrical and computer engineering                                   KF8NH
> carnegie mellon university     [linux: proof of the million monkeys theory]
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message



Yes, I did that.

But, that doesn't seem to work.  I get device busy, cab't open error!

in /etc/rc.conf  I have usbd_enable="YES"
in /etc/X11/XF86Config, for the pointer section, I have:

Section "InputDevice"
        Identifier    "Mouse0"
        Driver        "mouse"
        Option        "Protocol"  "auto"
        Option        "Device"  "/dev/sysmouse"
EndSection

This didn't work, so I tried now:

Section "InputDevice"
        Identifier    "Mouse0"
        Driver        "mouse"
        Option        "Protocol"  "auto"
        Option        "Device"  "/dev/ums0"
EndSection

This doesn't work either!

At the console, I tested,
#moused -p /dev/ums0 -t auto
and this gives unable to open device, device busy signal!   I've disabled both
serial ports and parallel ports so there are enough irqs available for USB
mouse to use.  FreeBSD claims Kensington MIAB optical mouse is supported.



Sung N. Cho,
Dept. of Physics,
Virginia Polytechnic Institute & State University.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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