;From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, January 08, 2003 8:27 PM
>To: [EMAIL PROTECTED]
>Subject: Re: How do I remove a module from the kernel
>
>
>Thx Dave..I guess that worked...Now the kernel is loading without this driver...
>
>But what is the pro
: Wednesday, January 08, 2003 8:27 PM
To: [EMAIL PROTECTED]
Subject: Re: How do I remove a module from the kernel
Thx Dave..I guess that worked...Now the kernel is loading without this driver...
But what is the procedure to install such modular drivers...I guess I don't have to
compile kern
> But what is the procedure to install such modular drivers...I guess I
don't have to compile kernel if I want the kernel load this driver at boot??
>
> -Saravanan
Drivers can be loaded on the fly using 'modprobe '
Regards,
---
Edward Dekkers (Director)
Triple D Computer Services P/L
--
red
-
>From: "Rigler, S C (Steve)" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, January 08, 2003 12:26
>Subject: RE: How do I remove a module from the kernel
>
>
>> You need to do "mkinitrd" to rebuild your initrd. It reads th
Steve)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 08, 2003 12:26
Subject: RE: How do I remove a module from the kernel
> You need to do "mkinitrd" to rebuild your initrd. It reads the
information
> from your /etc/modules.conf and adds the
Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 1:52 PM
To: [EMAIL PROTECTED]
Subject: How do I remove a module from the kernel
Hi all
I've a host running red hat 8.0 and my kernel loads the qlogic san driver during boot
time. I don&
Hi all
I've a host running red hat 8.0 and my kernel loads the qlogic san driver during boot
time. I don't want the kernel to load this driver during boot. So I did the following
steps
1. Did make menuconfig and unchecked the boxes related to qlogic under SCSI section.
Recompiled the kernel and