最小化安装把lsusb和lspci装上 使用lsusb 和lspci的命令, centos上的安装命令: yum -y install usbutils yum -y install pciutils git 上的驱动 https://github.com/lwfinger/rtl8188eu gi ...
分类:
其他好文 时间:
2018-02-07 14:59:40
阅读次数:
1446
系统uname-a#查看内核/操作系统/CPU信息head-n1/etc/issue#查看操作系统版本cat/proc/cpuinfo#查看CPU信息hostname#查看计算机名lspci-tv#列出所有PCI设备lsusb-tv#列出所有USB设备lsmod#列出加载的内核模块env#查看环境变量资源free-m#查看内存使用量和交换区使用量df-h#查看各分区使用情况du-sh<目录名
分类:
系统相关 时间:
2018-01-15 11:08:32
阅读次数:
149
查看硬件信息相关的命令(8个) ifconfig free fdisk ethtool mii-tool dmidecode dmesg lspci其他(19个) echo printf rpm yum watch alias unalias date clear history eject tim ...
分类:
系统相关 时间:
2018-01-09 23:20:31
阅读次数:
336
一 查看系统pci设备,主板,声卡,显卡,网卡等# lspci二 查看cpu信息# more /proc/cpuinfo 1:查看系统物理cpu的个数 #cat /proc/cpuinfo | grep "physical id" | sort | uniq |
分类:
系统相关 时间:
2018-01-08 10:59:37
阅读次数:
246
系统 uname a 查看内核/操作系统/CPU信息 cat /etc/issue cat /etc/redhat release 查看操作系统版本 cat /proc/cpuinfo 查看CPU信息 hostname 查看计算机名 lspci tv 列出所有PCI设备 lsusb tv 列出所有U ...
分类:
系统相关 时间:
2017-12-26 22:41:41
阅读次数:
317
目的:记录Linux日常所用命令 [20171222]Linux环境下查看硬件组件型号 cat /proc/cpuinfo及lspci [root@t-redhat-01 ~]# lspci 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX ...
分类:
系统相关 时间:
2017-12-22 23:55:47
阅读次数:
203
GPU: NVIDIA Tesla K40C Enter the 'root' mode: $ su - 1. Pre-installation 1.1 Verify you have a CUDA-capable GPU $ lspci | grep -i nvidia 1.2 Verify yo ...
分类:
其他好文 时间:
2017-11-27 21:46:30
阅读次数:
396
查看GPU型号 lspci | grep -i nvidia 查看NVIDIA驱动版本 sudo dpkg --list | grep nvidia-* ...
分类:
系统相关 时间:
2017-11-24 15:04:40
阅读次数:
214
Linux主机的硬件配备lspci找到的是目前主机上面的硬件配备选项与参数:-v:显示更多的PCI接口装置的详细信息-vv:比-v还要更详细的信息-n:直接观察PCI的ID而不是厂商名称查阅您系统内的PCI装置:[root@localhostsosreport-HBBDCH-DN-01-20171102152408]#lspci-v00:00.0Hostbri..
分类:
其他好文 时间:
2017-11-13 11:36:11
阅读次数:
289
背景:新购DELLR940服务器安装完成ESXI6.0后,发现物理适配器仅有两个千兆,而R940配置了4个网卡,2个千兆,两个万兆;在ESXI的SSH中通过lspci也只能看到两块千兆网卡;咨询DELL售后服务,通过BIOS可以查看到4个网卡,说明是驱动问题,经了解需要去vmware官网下载相关驱动,然..
分类:
其他好文 时间:
2017-10-16 21:50:35
阅读次数:
427