RE: How do I remove a module from the kernel

2003-01-09 Thread Rigler, S C (Steve)
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 procedure to install such modular drivers...I guess I don't have

RE: How do I remove a module from the kernel

2003-01-09 Thread smusuvat
, 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 kernel if I want

How do I remove a module from the kernel

2003-01-08 Thread smusuvat
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

RE: How do I remove a module from the kernel

2003-01-08 Thread Rigler, S C (Steve)
: [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't want the kernel to load

Re: How do I remove a module from the kernel

2003-01-08 Thread David Busby
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 scsi ones to your initrd so they get loaded at boot

Re: How do I remove a module from the kernel

2003-01-08 Thread smusuvat
] 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 scsi ones to your initrd so they get loaded at boot time. I believe

Re: How do I remove a module from the kernel

2003-01-08 Thread Edward Dekkers
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 modulename' Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L