* Marco d'Itri <[EMAIL PROTECTED]> [2006-03-08 23:26]: > For the next test, remove the module and then try to manually load with > modprobe the $MODALIAS string.
Okay, that's pretty interesting. I did: $ modprobe -n -v --first-time input:b0011v0002p0001e0000-e0,1,2,k110,111,112,r0,1,amlsfw WARNING: Not loading blacklisted module evbug insmod /lib/modules/2.6.16-rc5-486/kernel/drivers/input/tsdev.ko insmod /lib/modules/2.6.16-rc5-486/kernel/drivers/input/mousedev.ko insmod /lib/modules/2.6.16-rc5-486/kernel/drivers/input/evdev.ko But /dev/input did not exist and a "lsmod | grep mouse" shows: psmouse 34564 0 i.e. mousedev did not actually get loaded! When I manually do a "modprobe mousedev", /dev/input comes into existence. So why does it say it's loading mousedev.ko when it's not? For reference again: 631:[EMAIL PROTECTED]: /lib/modules/2.6.16-rc5-486] grep mousedev modules.alias alias input:b*v*p*e*-e*1,*3,*k*145,*r*a*0,*1,*18,*1C,*m*l*s*f*w* mousedev alias input:b*v*p*e*-e*1,*3,*k*14A,*r*a*0,*1,*m*l*s*f*w* mousedev alias input:b*v*p*e*-e*1,*2,*k*r*8,*a*m*l*s*f*w* mousedev alias input:b*v*p*e*-e*1,*2,*k*110,*r*0,*1,*a*m*l*s*f*w* mousedev 632:[EMAIL PROTECTED]: /lib/modules/2.6.16-rc5-486] HOTPLUG_TIME='Mon Mar 6 20:04:44 GMT 2006' PHYSDEVPATH=/devices/platform/i8042/serio3/serio5 EV=7 SUBSYSTEM=input OLDPWD=/ DEVPATH=/class/input/input3 NAME="PS/2 Generic Mouse" ACTION=add MODALIAS=input:b0011v0002p0001e0000-e0,1,2,k110,111,112,r0,1,amlsfw UDEV_LOG=3 REL=3 KEY=70000 0 0 0 0 0 0 0 0 UDEVD_EVENT=1 PHYSDEVDRIVER=psmouse PHYS="synaptics-pt/serio0/input0" PRODUCT=11/2/1/0 PHYSDEVBUS=serio SEQNUM=2254 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

