On Fri, 16 Aug 2002, Eliran wrote: > Hey ! > > Does loadlin also loads device's drivers that doesn't work on linux? > > I mean if I am connected to the internet and I use loadlin to load my > RH7.3 box will the modem work ?
loadlin is not relevant.[*] loadlin loads your linux system. It loads a specific kernel. The modules for the modem would typically be in kernel modules that can be dynamically loaded at runtime (without the rebuilding the kernel). Add the module name to /etc/modules to have it automatically loaded at startup. [*] Unless you need to give the kernel a specific option. This should only be that case here if the code was compiled into the kernel itself, not as a module, and required some extra parameters. Both not applicable here. -- Tzafrir Cohen mailto:[EMAIL PROTECTED] http://www.technion.ac.il/~tzafrir ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]