|
|
发表于 2005-8-15 21:06:01
|
显示全部楼层
我的理解,不知道对不对
/etc/rc.d/rc.netdevice
# Load module for network device.
# This script is automatically generated during the installation.
/sbin/modprobe xxx
某些网卡,slackware没有识别,需要自己编译模块,然后modprobe,
slackware启动的时候会在/etc/rc.d/中寻找rc.netdevice,然后把模块自动加载上
如果是8139这种常见的网卡,是不需要加载模块的(已经编译进内核),所以就没有这个文件
我的机器也没有 |
|