Quote:
Originally Posted by aconicq1
kernel version: 3.0.35-lab126
dmesg | tail after loading modules:
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
mousedev: PS/2 mouse device common for all mice
|
So they load without any error messages.
IIRC - they where built for 3.0.35 but you can check with
modinfo /full/path/and/filename.ko
(full path so you are certain to get the new ones)
What is your starting point with re-compiling the modules?
I.E: Background.
As in:
Have you compiled the kernel and kernel modules for anything before?
What is your working environment (MacOSx, Windoze, Linux, *BSD, other)?
Details like that about what you have to work with.
= = = = =
Since the modules seem to load without any errors, the problem is most likely your model has a different event device ordering than the scripting expects.
This is a load time / run time variation from what is expected.
The current release does not support hotplug, so it can't support u-dev, which means the event devices can't be 'stabilized' by the kernel's auto-loader and supporting software.
Which means the code has to be hand-tweaked per device.