> Ralf Corsepius wrote:
>
> > I am trying to install 2.2.2 on an AcerNote 970 notebook.
> > This notebook has a ps2-mouse compatible touch pad build-in.
>
> > When trying to access the touch-pad as /dev/psaux I get:
> > /dev/mouse: Operation not supported by device
>
> That's a confusing message caused by glibc. Most likely the real
> error is that opening /dev/psaux failed.
My post wasn't 100% correct: /dev/mouse is a symlink to /dev/psaux.
>
> First of all, make sure the mouse is compiled into the kernel.
> It can't be used as a module anymore. Old .config files with
> CONFIG_PSMOUSE=m are known to have caused trouble. When you are
> sure the config is ok
I think so:
CONFIG_PSMOUSE=y (in both linux-2.1.131/.config and
linux-2.2.2/.config).
> , check the 'dmesg' output to see if it contains
> a message indicating the mouse port was detected.
dmesg, /var/log/boot.msg doesn't contain a detection message with both
kernels.
Other (desktop) machines report PS/2 mouse port detection with 2.2.2 in
dmesg.
> If it is not, then
> the kernel detection logic is flawed for you computer.
>
Possibly. Did something change in psaux detection scheme from 2.1.131 to
2.2.2?
With 2.1.131 the touch-pad works and with 2.2.2 it doesn't :-.
Ralf.
-- Ralf Corsepius Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung (FAW) Helmholtzstr. 16, 89081 Ulm, Germany Tel: +49/731/501-8690 mailto:corsepiu@faw.uni-ulm.de FAX: +49/731/501-999 http://www.faw.uni-ulm.de
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/