|
|
发表于 2006-5-19 14:46:40
|
显示全部楼层
楼主的问题:
1. 修改/sbin/modules-update,最后那部分改成:
if [ -d "`depdir`" -a -f /proc/modules ]
then
if [ -f /boot/System.map ]; then
depmod -a -F /boot/System.map ${KV}
else
ewarn "System.map not found - unable to check symbols"
fi
fi
2,3都和网卡驱动有关,建议用livecd的config来编译内核,某些东西编进kernel而不是编成模块。 |
|