From: Boris Beletsky <[EMAIL PROTECTED]> > Sep 9 03:53:44 sim modprobe: Can't locate module char-major-10
You are running kerneld. You go to open a character device with major number 10. There is no driver for the device and kerneld tries to load it. Do this command: ls /dev |grep "10," and you will see those devices - you are trying to open one of them. Perhaps one of the mouse interfaces? Bruce