PDA

View Full Version : Diable HW-Detection completely?



apfelkorn
03-28-2005, 06:43 PM
Hi
is it possible to disable the hardware detection completely and load only the modules i need manually if i remaster?
where does the detection get called?

thanks

tom p
03-28-2005, 06:51 PM
Hi
is it possible to disable the hardware detection completely and load only the modules i need manually if i remaster?
where does the detection get called?

well, yes, to a great extend. Hardware detection normally is done within the scripts running from initrd. If you compile your own kernel and compile in only the drivers that you know you need, you don't even have to use modules. You also don't have to specify a initrd then. Hardware detection (and initialization) is then done only for the hardware you have installed in your computer.

Tom