On Thu, Dec 05, 2002, Dan Kenigsberg wrote about "Re: where did my mouse go?":
> On Thu, Dec 05, 2002 at 02:41:05PM +0200, Nadav Har'El wrote:
> 
> The /dev/mouse symlink is fine, but `ls /dev/psaux' gives me
> 
> ls: /dev/psaux: Input/output error

Could it be that your /dev directory is ruined? ls should never have given
you "Input/output error", even on a bad device file, because it doesn't
try to read the file or open it...

Try
        mknod /tmp/mouse c 10 1
        cat /tmp/mouse

and see if this mouse device works. If it does, fsck your disk to try
to find any disk errors, and then remove /dev/mouse and recreate with
the above mknod command (you can make /dev/psaux root-owned with permissions
rw-------).

-- 
Nadav Har'El                        |     Thursday, Dec 5 2002, 30 Kislev 5763
[EMAIL PROTECTED]             |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |Computers are like air conditioners. Both
http://nadav.harel.org.il           |stop working if you open windows.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to