linux下怎么装网卡?急

i have resolved this question

thank all of you

i send this message under linux!

: )

      
很简单的,只要先装入驱动程序,再配IP和掩码,就可以在局域网内连通了。想通过服务器上互连网的话,再加上网关即可。具体语句如下:
以530TX为例:
insmod via-rhine.o
ifconfig eth0 192.168.0.22 netmask 255.255.255.0 up
route add default gw 192.168.0.1

如想让每次开机都自动装载这些语句的话,只需要在rc.local中加入。
      
很好。      
如果 tx530看看


::、、
http://zreo.myrice.com/old/notes/linuxnetcard.txt