On Wed, 2002-06-12 at 14:21, Matthew Bradford wrote:
> Ok, I have asked this question before... maybe there was just too much info the 
>first time:
> 

Hmmm, I seem to remember answering this question already, but maybe you
missed it.

> Is there any way of disabling PNP in the 2.4.18-3 kernel (RH 7.3 out of the box) 
>without having to recompile the whole thing?
> 

Add the "noisapnp" argument to your grub.conf or lilo.conf depending
upon th bootloader you are using. Then reboot your system. Don't forget
to run "lilo -v" if you are using lilo.

example entry in grub.conf

title Red Hat Linux (2.4.18-4)
        root (hd0,0)
        kernel /vmlinuz-2.4.18-4 ro root=/dev/hda5 vga=791 noisapnp
        initrd /initrd-2.4.18-4.img


Or in lilo.conf add: append="noisapnp"
You cannot have multiple append statements in lilo.conf. If you have one
already just add "noisapnp" to it.


Regards,
        Jim H

-- 

!winjoke
I put BUGS=OFF in CONFIG.SYS and now Windows won't load!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to