> :linux# uname -a
> Linux arm 2.4.26-ts11 #3 Tue Jun 6 14:13:14 MST 2006 armv4l GNU/Linux
>
> :input# pwd
> /lib/modules/2.4.26-ts11/kernel/drivers/input
> :input# ls
> input.o keybdev.o mousedev.o
> :input# modinfo mousedev
> modinfo: mousedev: no module by that name found
> :input#
Try
:input# modinfo ./mousedev
If that works, then there's something screwy with the
paths insmod etc are looking for modules. I can't
recall where that comes from.
If modinfo ./mousedev works, you can indmod ./mousedev.
Cheers,
Dave
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|