如何在arch中装上内建的网卡3C940

作者:Neil-Lin
来自:LinuxSir.Org

提要:我使用的是asus p4p800的板子,内建3com 3c940的网卡,我要如何安装上这网卡,或是内建中是否有相容的网卡晶片可以设定。如何让它启动后就自动用dhcp连线。

主要内容:

我的做法是在modprobe.conf中加入 alisa eth0 sk98lin
编辑rc.conf 只改 eth0="dhcp"
这样开机时就自动使用dhcp连线了。