June 25, 2026
To find the model number of Network Interface Card installed in your Machine, you can use the lspci command. lspci command will list all detected PCI or PCIe hardware devices installed on your machine. So in order to find only network cards, you can run following command: We got it using below command on our […]
Read Morelspci module is not installed on linux os by default you need to use below steps to install it [root@localhost ~]# yum install pciutils Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile * base: yum.tamu.edu * extras: mirrors.cmich.edu * openvz-kernel-rhel6: openvz.jetfire.io * openvz-utils: openvz.jetfire.io * updates: centos.mia.host-engine.com Resolving Dependencies –> […]
Read More