Re: 8.0 release serial mouse not working

2009-11-26 Thread Fbsd1

Polytropon wrote:

On Thu, 26 Nov 2009 14:57:32 +0800, Fbsd1 fb...@a1poweruser.com wrote:

 From the 8.0 release notes is the following
http://www.freebsd.org/releases/8.0R/relnotes-detailed.html

[amd64, i386] The uart(4) is now the default driver for serial port 
devices in favor of the sio(4) driver. Note that the device nodes have 
been renamed with /dev/cuauN and /dev/ttyuN.


tested these rc.conf statements

moused_port=/dev/cuau0
moused_type=intellimouse
moused_enable=YES

serial mouse works again


Can confirm.



This means sysinstall mouse config needs to be changed to reflect the 
new dev names.


That's correct. The handbook sec. 2.10.10 and fig. 2-44 would
need an update, too.

http://www.freebsd.org/doc/en/books/handbook/install-post.html





submitted PR
http://www.freebsd.org/cgi/query-pr.cgi?pr=140887
___
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


8.0 release serial mouse not working

2009-11-25 Thread Fbsd1

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?

___
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


Re: 8.0 release serial mouse not working

2009-11-25 Thread Polytropon
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


Re: 8.0 release serial mouse not working

2009-11-25 Thread Fbsd1

Polytropon wrote:

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?




I checked /dev and there are no cuaa* or cuad*
In 7.2 used the sysinstall/configur/mouse menu and it was the one that 
crated the moused_port=/dev/cuad0 rc.conf statment as showen in first 
post.


/dev does have cuau0  cuau1 for uucp dialer. could this be the names of 
the serial ports in 8.0?


___
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


Re: 8.0 release serial mouse not working

2009-11-25 Thread Polytropon
On Thu, 26 Nov 2009 14:06:56 +0800, Fbsd1 fb...@a1poweruser.com wrote:
 I checked /dev and there are no cuaa* or cuad*

Confirmed, 8.0-RC1 with GENERIC kernel (my toyaround machine).

 In 7.2 used the sysinstall/configur/mouse menu and it was the one that 
 crated the moused_port=/dev/cuad0 rc.conf statment as showen in first 
 post.

That should have been the correct setting. On version 7, I
have /dev/cuad0, /dev/cuad0.init and /dev/cuad0.lock. On
version 8, there's /dev/cuau0, /dev/cuau0.init and
/dev/cuau0.lock instead.

Maybe loading a kernel module is required to have the
serial ports available again?



 /dev does have cuau0  cuau1 for uucp dialer. could this be the names of 
 the serial ports in 8.0?

It seems that they don't work for the mouse because they're
something different.

I think there's another problem rising: Assume you want to
have a serial dialin line (e. g. for a serial terminal), then
you would have something like

ttyd0 /usr/libexec/getty std.115200 vt320 on secure

in /etc/ttys. The question would be: If /dev/ttyd0 does not
exist anymore, how to make this work again?




-- 
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


Re: 8.0 release serial mouse not working

2009-11-25 Thread Fbsd1

Polytropon wrote:

On Thu, 26 Nov 2009 14:06:56 +0800, Fbsd1 fb...@a1poweruser.com wrote:

I checked /dev and there are no cuaa* or cuad*


Confirmed, 8.0-RC1 with GENERIC kernel (my toyaround machine).

In 7.2 used the sysinstall/configur/mouse menu and it was the one that 
crated the moused_port=/dev/cuad0 rc.conf statment as showen in first 
post.


That should have been the correct setting. On version 7, I
have /dev/cuad0, /dev/cuad0.init and /dev/cuad0.lock. On
version 8, there's /dev/cuau0, /dev/cuau0.init and
/dev/cuau0.lock instead.

Maybe loading a kernel module is required to have the
serial ports available again?



/dev does have cuau0  cuau1 for uucp dialer. could this be the names of 
the serial ports in 8.0?


It seems that they don't work for the mouse because they're
something different.

I think there's another problem rising: Assume you want to
have a serial dialin line (e. g. for a serial terminal), then
you would have something like

ttyd0 /usr/libexec/getty std.115200 vt320 on secure

in /etc/ttys. The question would be: If /dev/ttyd0 does not
exist anymore, how to make this work again?





From the 8.0 release notes is the following
http://www.freebsd.org/releases/8.0R/relnotes-detailed.html

[amd64, i386] The uart(4) is now the default driver for serial port 
devices in favor of the sio(4) driver. Note that the device nodes have 
been renamed with /dev/cuauN and /dev/ttyuN.


tested these rc.conf statements

moused_port=/dev/cuau0
moused_type=intellimouse
moused_enable=YES

serial mouse works again

This means sysinstall mouse config needs to be changed to reflect the 
new dev names.

___
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


Re: 8.0 release serial mouse not working

2009-11-25 Thread Polytropon
On Thu, 26 Nov 2009 14:57:32 +0800, Fbsd1 fb...@a1poweruser.com wrote:
  From the 8.0 release notes is the following
 http://www.freebsd.org/releases/8.0R/relnotes-detailed.html
 
 [amd64, i386] The uart(4) is now the default driver for serial port 
 devices in favor of the sio(4) driver. Note that the device nodes have 
 been renamed with /dev/cuauN and /dev/ttyuN.
 
 tested these rc.conf statements
 
 moused_port=/dev/cuau0
 moused_type=intellimouse
 moused_enable=YES
 
 serial mouse works again

Can confirm.



 This means sysinstall mouse config needs to be changed to reflect the 
 new dev names.

That's correct. The handbook sec. 2.10.10 and fig. 2-44 would
need an update, too.

http://www.freebsd.org/doc/en/books/handbook/install-post.html



-- 
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