免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 4668 | 回复: 17
打印 上一主题 下一主题

多网卡情况下,网卡有时候不稳定. [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-09-13 16:39 |只看该作者 |倒序浏览
系统fedora core5
共有三块网卡.
eth0
eth1
eht2

eth0,eth1是d-link的网卡,eth2是主板集成的网卡.


奇怪的是,
我用service network restart命令.

[root@localhost network-scripts]# service network restart
正在关闭接口 eth0:                                        [确定]
正在关闭接口 eth1:                                        [确定]
关闭环回接口:                                             [确定]
弹出环回接口:                                             [确定]
弹出界面 eth0:                                            [确定]
弹出界面 eth1:                                            [确定]
弹出界面 eth2: 设备 eth2 似乎不存在, 初始化操作将被延迟。
                                                           [失败]
[root@localhost network-scripts]#

[root@localhost network-scripts]# cat ifcfg-eth2
DEVICE=eth2
BOOTPROTO=dhcp
ONBOOT=yes
[root@localhost network-scripts]#


为什么呢?   eth1,eth2同样没有接网线.

论坛徽章:
0
2 [报告]
发表于 2006-09-13 17:14 |只看该作者
原帖由 henryqu 于 2006-9-13 16:39 发表
系统fedora core5
共有三块网卡.
eth0
eth1
eht2

eth0,eth1是d-link的网卡,eth2是主板集成的网卡.


你得先确认这些东西:

1. lspci 看一下,是否主机已经抓到正确的硬体网路卡的资讯了?

2. /etc/modprobe.conf 内,alias eth0 xxx 这类配置,是否已经都完成了?

3. ifconfig -a 是不是已经看到 eth0, eth1, eth2 等介面了?若是没看到表示基本的 kernel module 没载入,或者是主机根本没抓到该网卡。

==

论坛徽章:
0
3 [报告]
发表于 2006-09-13 18:23 |只看该作者
原帖由 kenduest 于 2006-9-13 17:14 发表


你得先确认这些东西:

1. lspci 看一下,是否主机已经抓到正确的硬体网路卡的资讯了?

2. /etc/modprobe.conf 内,alias eth0 xxx 这类配置,是否已经都完成了?

3. ifconfig -a 是不是已经看到 eth0 ...



[root@localhost etc]# lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:03.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] (rev 86)
01:08.0 Ethernet controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) integrated LAN Controller (rev 02)
[root@localhost etc]#

[root@localhost etc]# cat /etc/modprobe.conf
alias scsi_hostadapter ata_piix
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
options snd-intel8x0 index=0
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias eth0 e100
alias eth1 via-rhine

[root@localhost etc]#


[root@localhost etc]# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:05:5E:20:4A:BF  
          inet addr:192.168.0.200  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::205:5eff:fe20:4abf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2564 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2307 errors:2 dropped:0 overruns:0 carrier:2
          collisions:169 txqueuelen:1000
          RX bytes:230523 (225.1 KiB)  TX bytes:479505 (468.2 KiB)
          Interrupt:16 Base address:0x8000

eth1      Link encap:Ethernet  HWaddr 00:14:856:5C:3B  
          inet addr:192.168.1.200  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::214:85ff:fed6:5c3b/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:2735 errors:0 dropped:0 overruns:0 frame:0
          TX packets:76 errors:0 dropped:0 overruns:0 carrier:0
          collisions:1 txqueuelen:1000
          RX bytes:240891 (235.2 KiB)  TX bytes:5297 (5.1 KiB)

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:6120 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6120 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4687615 (4.4 MiB)  TX bytes:4687615 (4.4 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)


只认出了两块网卡.

我应该怎样再让,系统重装检测我已经装上去的网卡硬件?

论坛徽章:
0
4 [报告]
发表于 2006-09-13 18:28 |只看该作者
原帖由 henryqu 于 2006-9-13 18:23 发表
只认出了两块网卡.


是内建的没看到,还是?

内建的,检查 bios/cmos 内设定。介面卡的话,检查网卡是否没插好。

==

论坛徽章:
0
5 [报告]
发表于 2006-09-13 19:09 |只看该作者
1、网卡是否有同型号/厂家的

2、假如不是,有否内核不支持的类型。假如有,请升级内核

论坛徽章:
0
6 [报告]
发表于 2006-09-13 21:52 |只看该作者
原帖由 kenduest 于 2006-9-13 18:28 发表


是内建的没看到,还是?

内建的,检查 bios/cmos 内设定。介面卡的话,检查网卡是否没插好。

==


是pci的网卡(介面卡),同样型号的d-link的网卡.

只认到其中一块.  主板的集成网卡都认出来.

论坛徽章:
0
7 [报告]
发表于 2006-09-13 21:54 |只看该作者
原帖由 langue 于 2006-9-13 19:09 发表
1、网卡是否有同型号/厂家的

2、假如不是,有否内核不支持的类型。假如有,请升级内核


1.是同d-link的同样型号的网卡. 应该要怎样做?
不能同时接两个同样型号的网卡,要修改那个地方呢?

论坛徽章:
0
8 [报告]
发表于 2006-09-13 23:04 |只看该作者
原帖由 henryqu 于 2006-9-13 21:52 发表
是pci的网卡(介面卡),同样型号的d-link的网卡.
只认到其中一块.  主板的集成网卡都认出来.


检查硬体 nic card 是否没插好。

另外换插槽测试看看。

==

论坛徽章:
0
9 [报告]
发表于 2006-09-14 11:12 |只看该作者
原帖由 henryqu 于 2006-9-13 16:39 发表
系统fedora core5
共有三块网卡.
eth0
eth1
eht2

eth0,eth1是d-link的网卡,eth2是主板集成的网卡.


奇怪的是,
我用service network restart命令.

[root@localhost network-scripts]# service netw ...


请问如何知道我当前的网卡使用的驱动对不对???

论坛徽章:
0
10 [报告]
发表于 2006-09-14 11:35 |只看该作者
原帖由 henryqu 于 2006-9-14 11:12 发表
请问如何知道我当前的网卡使用的驱动对不对???


你把问题越弄越乱了。

问题根本 lspci 没看到的话,表示硬体侦测根本就没侦测到该网卡。

所以请你确认的是,若是 onboard 的话,bios/cmos 内再次确认有开,包含 irq/dma 的配置选自动配置而不要选 manual。

而若是你装的是不是 onboard 的介面卡的话,就换个插槽部份试看看,包含重插一次。

lspci 至少一定要有看到,因为不管 linux 是否支援该网卡都一定可以看到。这部份确认号,后续再谈驱动程式部份才有意义。

==
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP