Date: Mon, 2 Dec 2002 07:14:24 +0100 From: Cliff Sarginson <cls@raggedclown.net> To: freebsd-questions@freebsd.org Subject: Re: /dev/ums0 not initialized Message-ID: <20021202061424.GA355@raggedclown.net> In-Reply-To: <Pine.GSO.4.44L-027.0212012233340.7833-100000@unix2.andrew.cmu.edu> References: <Pine.BSF.4.50.0212011536300.52742-100000@nollie.summersault.com> <Pine.GSO.4.44L-027.0212012233340.7833-100000@unix2.andrew.cmu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 01, 2002 at 10:36:47PM -0500, Adam Bender wrote:
>
> That didn't work, I get the same error. What I have gotten to work is
> using it in the PS/2 port and setting the X mouse device to /dev/psm0.
> Any idea why it doesn't work with USB anymore?
>
> Thanks,
>
> Adam
>
> On Sun, 1 Dec 2002, Mark Stosberg wrote:
>
> > On Sun, 1 Dec 2002, Adam Bender wrote:
> >
> > >
> > > When I left for break, I had a perfectly working system (FreeBSD
> > > 4.7-CURRENT). When I came back and booted it after being down for 5 days,
> > > when I try to start KDE I get an error saying no mouse found, device
> > > at /dev/ums0 is not initialized. I'm using a Logitech USB mouse (I've
> > > also tried using it with a PS/2 converter, too). Any ideas how I can
> > > get rid of the problem and get KDE to start again?
> >
> > As root, try running /stand/syinstall , then select "Configure" and then
> > "Mouse". It should help you configure and test your mouse interactively.
I have a Logitect Cordless USB Mouse which works fine in console and KDE
rc.conf
-------
usbd_enable="YES"
moused_type="auto"
moused_enable="YES"
moused_flags="-z 4"
XF86config
----------
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
lrwxr-xr-x 1 root wheel 13 Feb 2 2002 /dev/mouse -> /dev/sysmouse
crw------- 1 root wheel 12, 128 Nov 25 09:02 /dev/sysmouse
Now I always get a complaint on system boot about UMS0 not being
configured, coming from the moused_enable line I guess. I found however
that without that line the mouse did not work !
So I live with the error message. I did put a question about it to
-questions but got no response.
This was on a -stable of some time ago, and I have updated many times
since - but I have never fiddled with it since. So it isn't right, but
it works. I just live with the error.
--
Cliff
[ This mail has been checked as virus-free ]
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021202061424.GA355>
