you also have to make sure udevd starts up at boot up. is udevd running?
"pgrep udevd -l" will let you know
whats the output of #cat /dev/input/mice (as root. if it works move your mouse around and not any odd symbols displaying)
On 7/22/06, Patrick Wiseman
<[EMAIL PROTECTED]> wrote:
On 7/22/06, Chuckk Hubbard <[EMAIL PROTECTED] > wrote:I forgot, this stuck out at me: the first line of the error report
with an error says "xf86OpenSerial: Cannot open device
/dev/input/mice"I had a similar problem with a new install of etch recently. Replacing /dev/input/mice with /dev/psaux in /etc/X11/xorg.conf corrected the problem for me.
Patrick