Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2009 05:36:51 +0100
From:      Polytropon <freebsd@edvax.de>
To:        Fbsd1 <fbsd1@a1poweruser.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: 8.0 release serial mouse not working
Message-ID:  <20091126053651.e4ac2766.freebsd@edvax.de>
In-Reply-To: <4B0DF955.50707@a1poweruser.com>
References:  <4B0DF955.50707@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 Nov 2009 11:43:17 +0800, Fbsd1 <fbsd1@a1poweruser.com> wrote:
> Been using the same serial mouse since release 7.0 through 7.1 and 7.2.
> Just installed release 8.0 and the rc.conf statements
> dont work any longer.
> 
> 
> # serial port radioshack 2 button mouse
> moused_port="/dev/cuad0"
> moused_type="intellimouse"
> moused_enable="YES"
> 
> Nothing has changed on the box hardware.
> Mouse worked in 7.2 but not in 8.0
> 
> I even tried sysinstall/configure/mouse to test other options and none 
> worked.
> 
> Has serial mouse support been dropped in release 8.0 and not removed 
> from sysinstall?????

I'm not sure about the moused_port, it's some time ago that
I've used a serial mouse, but I had

	moused_enable="YES"
	moused_port="/dev/cuaa0"
	moused_type="mousesystems"
	moused_flags="-r 300 -a 2.0"

in /etc/rc.conf - cuaa0 instead of cuad0.

For some checking, why not use

	moused -f -i all -p /dev/cuad0

and

	moused -f -d -t auto -p /dev/cuad0

for some checking?



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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