kudzu detects and configures new and/or changed hardware on a system. When started, kudzu detects the current hard-ware, and checks it against a database stored in /etc/sysconfig/hwconf, if one exists. It then determines if any hard-ware has been added or removed from the system. If so, it gives the users the opportunity to configure any added hard-ware, and unconfigure any removed hardware. It then updates the database in /etc/sysconfig/hwconf.
……
---- 参考资料: man 8 kudzu
hantu 于 2009-12-18 19:32:50发表:
它说检测到新硬件,接下来可能要对它进行配置
一米短绳 于 2009-12-18 15:53:14发表:
kudzu是开机init下达的第5号执行程序。
只要有新的硬件加入到主板,kudzu就会帮用户检测出来,这样可以自动安装最适合的module,类似
“即插即用”的机制。
这个kudzu会比较/etc/sysconfig/hwconf已经列出的硬件,来探测是否有硬件新增或改动。同时,也给用户来配置新增硬件的机会。
一切完成后,kudzu就会更新/etc/sysconfig/hwconf
如果需要加载适当的modules,就会在/etc/modprobe.conf(2.6.x内核)中记录。这样当以后再开机时,系统就会自动加载modprobe.conf中的设备了。
kudzu detects and configures new and/or changed hardware on a system. When started, kudzu detects the current hard-ware, and checks it against a database stored in /etc/sysconfig/hwconf, if one exists. It then determines if any hard-ware has been added or removed from the system. If so, it gives the users the opportunity to configure any added hard-ware, and unconfigure any removed hardware. It then updates the database in /etc/sysconfig/hwconf.
……
---- 参考资料: man 8 kudzu
langxingcs 于 2009-12-18 15:26:51发表:
不知道为什么会出现这个提示,按图片提示,接下来要配置网卡什么之类的
langxingcs 于 2009-12-18 15:25:49发表:
图片