linux下怎么装网卡?急

linux下怎么装网卡?急

怎么在linux下装网卡,

还有一个问题,怎么编译内核呀?      
make config
make dep
make clear
make image      
Refer to the first question

find your network card modules by looking in /usr/src/linux/driver/net

1)then use
#modprobe module_name
2)in /etc/modules.conf
add alias ethA module_name
(A is number eg>0,1,..)

To configure IP
go to /etc/sysconfig/network-scripts/
to change the files ifcfg-ethA

OR you can simply use linuxconf(which exist in some linux distribution)      
谢谢,
不过,我装的是redhat7.1,在/usr/src/下没有linux目录,只有一个redhat目录,而且下面没有driver/net;
在/etc/modules.cof文件里有
alias ath0 tulip;

在/etc/sysconfig/network-scripts/下没有
ifcfg-eth0文件

我该怎么办?



































      
   你没装kernel-source。
   第二个问题,用netconf配置后就有了。      
系统提示我没有安装linuxconf包,怎么安装它呀,      
As you install the linux,choose full install.      
使用ifconfig也行的嘛      
我昨天装d-link530时,只有一个via-sdf530.o文件

好象是要我insmod via-sdf530.o

然后再ifconfig eth1 up一下就可以了!

后来我回家了,也不知到底装好没有!      
down driver,make