ChinaUnix.net
相关文章推荐:

linux 查看网卡信息

vi /etc/sysconfig/network-scripts/ifcfg-eth0 用这个可以看到网卡信息 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/42106/showart_1165156.html

by light102 - Linux文档专区 - 2008-09-05 11:19:29 阅读(1473) 回复(0)

相关讨论

[root@wds ~]# ethtool -i eth0 driver: pcnet32 version: 1.31 firmware-version: bus-info: 0000:00:11.0 [root@wds ~]# ethtool -k eth0 Offload parameters for eth0: Cannot get device rx csum settings: Operation not supported rx-checksumming: off tx-checksumming: off scatter-gather: off tcp segmentation offload: off [root@wds ~]# ethtool -g eth0 Ring parameters for eth0: Pre-set maximums: RX: ...

by 7717060 - Linux文档专区 - 2009-02-04 19:17:56 阅读(1492) 回复(0)

linux系统中如何查看网卡的驱动程序的相关信息!

by dingjsblog - Linux系统管理 - 2007-08-09 17:52:09 阅读(2869) 回复(3)

有一台服务器, 按照说明书和外观判断应该是有两块网卡, 但是系统只显示了1块网卡 ifcongfig eth1 up显示找不到eth1 /etc/sysconfig/network-scripts/下只有ifcfg-eth0和ifcfg-lo 有什么办法可以在linux操作系统下查看有关网卡的硬件信息吗?(最好服务器不重启)

by reiliay - Linux系统管理 - 2006-01-18 15:23:00 阅读(1629) 回复(5)

有一台服务器, 按照说明书和外观判断应该是有两块网卡, 但是系统只显示了1块网卡 ifcongfig eth1 up显示找不到eth1 /etc/sysconfig/network-scripts/下只有ifcfg-eth0和ifcfg-lo 有什么办法可以在linux操作系统下查看有关网卡的硬件信息吗?(最好服务器不重启)

by reiliay - 网络与硬件 - 2006-01-18 15:23:00 阅读(1903) 回复(5)

1, 主板信息  .查看主板的序列号  --------------------------------------------------  #使用 命令   dmidecode | grep -i 'serial number'  #查看板卡信息  cat /proc/pci  ------------- ...  1, 主板信息   .查看主板的序列号   --------------------------------------------------   #使用命令   dmidecode | grep -i 'serial number'   #查看板卡信息   cat /proc/pci   ------------------...

by jiangwen127 - Linux文档专区 - 2009-12-30 10:30:14 阅读(1271) 回复(0)

linux下如何查看CPU信息, 包括位数和多核信息 # uname -a linux euis1 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/linux (查看当前操作系统内核信息) # cat /etc/issue | grep linux Red Hat Enterprise linux AS release 4 (Nahant Update 5) (查看当前操作系统发行版信息) # cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 8 Intel(R) Xeon(R) CPU E5410 @ 2.33GHz (...

by 枫影哥哥 - Linux文档专区 - 2009-12-24 20:46:38 阅读(1341) 回复(0)

1, 主板信息  .查看主板的序列号  --------------------------------------------------  #使用 命令   dmidecode | grep -i 'serial number'  #查看板卡信息  cat /proc/pci  ------------- ...  1, 主板信息   .查看主板的序列号   --------------------------------------------------   #使用命令   dmidecode | grep -i 'serial number'   #查看板卡信息   cat /proc/pci   -----------------...

by wddphero - Linux文档专区 - 2009-12-10 15:35:39 阅读(1253) 回复(0)

1, 主板信息   .查看主板的序列号     --------------------------------------------------   #使用命令   dmidecode | grep -i 'serial number'   #查看板卡信息   cat /proc/pci   --------------------------------------------------   2, cpu信息   --------------------------------------------------   #通过/proc文件 系统   1) cat /proc/cpuinfo   #通过查看开机信息 ...

by hyyshilei - Linux文档专区 - 2009-12-07 16:32:30 阅读(1085) 回复(0)

1, 主板信息  .查看主板的序列号     --------------------------------------------------    #使用命令 dmidecode | grep -i 'serial number' #查看板卡信息   cat /proc/pci    --------------------------------------------------   2, cpu信息   --------------------------------------------------   #通过/proc文件系统   1) cat /proc/cpuinfo   #通过查看开机信息   2) dmesg ...

by chenxing8738 - Linux文档专区 - 2009-11-28 20:08:06 阅读(1058) 回复(0)

1, 主板信息   .查看主板的序列号   --------------------------------------------------   #使用命令   dmidecode | grep -i 'serial number'   #查看板卡信息   cat /proc/pci   --------------------------------------------------   2, cpu信息   --------------------------------------------------   #通过/proc文件 系统   1) cat /proc/cpuinfo   #通过查看开机信息   2) dmesg | grep -...

by visky - Linux文档专区 - 2009-11-28 19:00:30 阅读(1053) 回复(0)