RE: How do I remove a module from the kernel

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

RE: How do I remove a module from the kernel

2003-01-09 Thread Rigler, S C (Steve)
: 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

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 ' Regards, --- Edward Dekkers (Director) Triple D Computer Services P/L -- red

Re: How do I remove a module from the kernel

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

Re: How do I remove a module from the kernel

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

RE: How do I remove a module from the kernel

2003-01-08 Thread Rigler, S C (Steve)
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&

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 and