--- In David Hawkins <> wrote:
>
>
> > :modules# insmod mousedev
> > insmod: mousedev: no module by that name found
> > :modules# ls /lib/modules/2.4.26-ts11/kernel/drivers/
input/
> > input.o keybdev.o mousedev.o
>
> To check its a module, try;
>
> modinfo mousedev
>
> It should list the module properties.
>
> Have you tried insmod with the file in the
> current directory, rather than having the modules be
> search for. Perhaps there is a mousedev.o object
> file somewhere that is confusing things.
>
> Cheers,
> Dave
>
thanks for you suggestions but I get the same result from the
directory where the modules are. Do you have
: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#
:input# ls -ail
total 23
309303 drwxr-xr-x 2 root root 5 Jun 15 2006 ./
309287 drwxr-xr-x 13 root root 13 Feb 1 2007 ../
309304 -rw-r--r-- 1 root root 7932 Jun 15 2006 input.o
309305 -rw-r--r-- 1 root root 4148 Jun 15 2006 keybdev.o
309306 -rw-r--r-- 1 root root 8764 Jun 15 2006 mousedev.o
Do you have something that looks different from that (assuming you
have the stock release kernel)?
BTW, I'm not kidding myself here, this is the right module to get a
mouse device with the serial driver, right?
TIA.
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/
|