chuck wrote: >I need to load three modules, input.o, hid.o and joydev.o on startup. >What's the best way to do this? > >Thanks for any help, > >-Chuck > > > > > >------------------------------------------------------------------------ > >Want to buy your Pack or Services from MandrakeSoft? >Go to http://www.mandrakestore.com > first of all, you need to make sure they are compiled for your kernel...
they should reside in /lib/modules/2.4.18-x.ymdk/kernel/drivers and or subdirectories of such... there may already be modules of that name there. If you do not have source for your modules, the task is likely not possible Put them (by name) in /etc/modules.conf in lines like alias joystick joydev # (no .o or .o.gz necessary) and they will be loaded at sysinit time. Civileme
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
