Steve 45 wrote:
>
> Thank you Lornix for your reply.
>
> Up until OS 11.0 I have not had a problem with this KVM or mouse with
> either computer.
> It worked with OS 10.2 and 10.3, it should work with 11.0.
> The other computer is not on most of the time.
> And when I do use it, it is usually booted after my Linux machine.
>
> If I buy an new USB keyboard and mouse (which I would like to do some
> day) I will also have to buy a new KVM switch.
> I am not interested in dumping all that money on this problem.
> I realize that if I purchase a USB keyboard and mouse I will not need
> the KVM except I don’t want two keyboards and mice cluttering up my
> desk. (I know, whine, whine, whine)
>
> So, my question now is, is there any file I can look in, when I boot my
> system and the mouse is dead, that will indicate what my system is
> seeing/not seeing so we can fix this problem?
>
>
{Smile} I agree, new equipment might be nice, but shouldn’t be needed.
You might try looking in /proc/bus/input/devices. The contents of that file
list all of the devices the system sees and can use.
Files in the /proc subdir are ‘psuedo-files’, in that they really don’t
exist. They’re connected to the modules and kernel support routines, and
are created on the fly when you ask for the information.
When mouse does not work:
cat /proc/bus/input/devices > not-working
Then again, when mouse does work:
cat /proc/bus/input/devices > working
then have a look and see what’s different between the two files.
an easy way to compare them:
diff not-working working
will show only the lines which differ between the two files. (or just post
the contents here)
If you look at the contents, you should be able to tell which section is for
what device and narrow it down quickly.
Once we know which device is transitory, we can then narrow it down to how
and when support for it should be loaded.
Loni
–
L R Nix
lornix@lornix.com