From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sadanapalli, Pradeep Kumar (MED, TCS)" Subject: hi Date: Wed, 22 Jan 2003 10:29:45 -0600 Sender: linux-admin-owner@vger.kernel.org Message-ID: <8608421EC5CBD511B5090002A55C00480478E361@uswaumsx04medge.med.ge.com> Mime-Version: 1.0 Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "'linux-admin@vger.kernel.org'" Hi Friends, I have compiled a module, which I am able to load by "insmod mymodule.o" .But I don't want to do that all the time. I would like my module to be automatically loaded at boot time. Can anyone please tell me clearly how to use depmod and modprobe utilities to achieve this? Thanks in advance Pradeep