Click to See Complete Forum and Search --> : Upgraded my kernel, mouse is gone
subnet_rx
12-26-2001, 05:01 AM
I've just installed 2.4.17, and eventhough I did make modules, and make
modules_install, it is still not picking up my Logitech USB wheel mouse. My
old kernel, 2.4.7 is picking it up fine. An unrelated or maybe related
error on boot is "modprobe error: can't find char-major-10-135. And I see
the error that no device is being assigned to /dev/mouse. What can I do to
resolve this?
$ lsmod
hid
input
mousedev
usb-uhci
usbcore
Are all these mods loaded? I personally have my USB mouse under /dev/input/usbmouse; what is '/dev/mouse' on your system? Did you make sure to include the necessary 'Input core support' devices when building the kernel? What about all the USB config options?
[ 26 December 2001: Message edited by: bdl ]
subnet_rx
12-27-2001, 12:45 AM
thanks for at least giving me a place to start. I didn't know how to even troubleshoot this. I think I'm going to recompile the kernel and check all the config options again. I was thinking make oldconfig would configure support for all the normal things, and I would just have to add ext3, vfat, etc.
PimpHolic
12-27-2001, 03:53 AM
yea make sure those modules are running (those are the ones needed for a usb mouse)
start from there...
evilcartman
12-27-2001, 05:15 AM
Originally posted by subnet_rx:
[QB]An unrelated or maybe related
error on boot is "modprobe error: can't find char-major-10-135.QB]
Recompile your kernel and choose RTC module i Character Devices btw its about Real Time Clock not mouse
:D