El Sun, Nov 02, 2003 at 01:49:43PM +0100, Kurt Sys escribió: > If I try a hard way: > for i in * ; do modprobe $i ; done > I get for all modules (including via-rhine.o, tulip.o, etc.): > 'Modprobe: Can't locate module xxx.o'
Better if you try like this ... for i in *; do modprobe `basename $i .o`; done or this ... for i in *; do insmod $i; done But the second one will give you problems with dependencies just because insmod don't try to resolve it. Best regards -- _ _ // Raúl A. Betancort Santana /> A Dream is an answer to __ \\ // <[EMAIL PROTECTED]> // question that we don't know (oo) \\ // Dimensión Virtual S.L. // how to ask. / \/ \ // \> A Linux Solution Provider </ `V__V' </
signature.asc
Description: Digital signature