Re: How to load a module at boot time

2000-07-03 Thread Tigran Aivazian
On Mon, 3 Jul 2000, Rajesh Mishra wrote: > Hi all, > Can anyone plz. tell how to load a module (.o) when kernel boots up. > regards. > a) if you wish to load a module by the kernel code, use request_module() API. b) if you wish to load a module (+ all the modules it depends on) use "modprobe m

How to load a module at boot time

2000-07-03 Thread Rajesh Mishra
Hi all, Can anyone plz. tell how to load a module (.o) when kernel boots up. regards. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/