急急急!!!RHEL4看不到万卡

涛阁
急急急!!!RHEL4看不到万卡

我今天 在机子上装了RHEL 4 可是装完后用ifconfig 看不到网卡 仅有lo
但是用ifconfig或netconfig可以配置网卡

而且network 重启也正常
是不是网卡驱动的事啊????
我的硬件
cpu:
AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ 双核
主板:
nf-mcp68-6a61mg02c-00


可是我在nvidia官方([url]http://www.nvidia.com/Download/index.aspx?lang=en-us[/url])上没找到这款 的主板(网卡)驱动啊

请各位大侠帮帮 有没有人有这驱动啊 。。。。。

achlice
[quote]但是用ifconfig或netconfig可以配置网卡[/quote]

ifconfig eth0 可以配置吗?

配置完后 ifconfig 能看到什么 ?

涛阁
回复 #2 achlice 的帖子

可以配
配完后 service network restart
正常
然后用ifconfig查看 只有lo

涛阁
[root@rhel4 ~]# netconfig
[root@rhel4 ~]# service network restart
关闭环回接口                                            [  正确  ]
设置网络参数                                            [  正确  ]
设置环回参数                                            [  正确  ]
弹出界面eth0                                           [  正确  ]
[root@rhel4 ~]# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:5790 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5790 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:7364716 (7.0 MiB)  TX bytes:7364716 (7.0 MiB)

[root@rhel4 ~]# ifconfig -a
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:5790 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5790 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:7364716 (7.0 MiB)  TX bytes:7364716 (7.0 MiB)

sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

[root@rhel4 ~]#

platinum
ifconfig eth0 1.1.1.1
ifconfig 能看到 eth0 的 IP 被设置为 1.1.1.1 了吗