On Thu, 26 Nov 2009 11:43:17 +0800, Fbsd1 <fb...@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, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to