What I do is add the commands to the end of the "/etc/rc.d/rc.local" file. These are executed after everything else during bootup. The commands in order.. /sbin/insmod parport.o /sbin/insmod parport_pc.o /sbin/insmod imm.o (or ppa.o) /sbin/insmod lp.o should load everything correctly. The lp.o entry is if you have a second parport with a printer on it. Jason Brown On Tue, 11 Apr 2000, you wrote: > Ok, I've got all the modules loaded and the Zip works. How do I get it to > automatically load the modules at startup? Is that with the > /etc/conf.modules file? If it is I can't figure out the correct syntax. > > Don > > > The modules should be loaded by default as part of the > > kernel-2.2.12-20.ixxx.rpm during install. Check /lib/modules/2.2.xx/misc > > where the 2.2.xx is the kernel version you are running. > > > > These would also be created and installed in /lib/modules/2.2.xx/misc if > you > > recompile the kernel. They are not in a package (tgz, rpm, or deb) by > > themselves. > > > > Jason Brown > > > > _______________________________________________ > Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss