Linux启动出现start ls-disk module sg not found

  发布时间:2008-09-08 17:04:00   作者:佚名   我要评论

问题:模块sg没有发现

解决方法:模块sg就是SCSI generic driver,把scsi device support里面的SCSI generic driver编译成模块即可。

start ls-disk module sg not found

开机的ls-disk服务执行的情况依赖于一下模块

moduprobe ieee1394
modprobe ohci1394
modprobe sg
modprobe sbp2
modprobe sd_mod

相关文章

最新评论