■ 【 lspci 】コマンド――PCIデバイスの情報を表示する:Linux基本コマンドTips(274) - @IT
「lspci」はPCIデバイスの情報を表示するコマンドです。接続されているPCIデバイスを一覧表示できる他、詳細情報を表示可能です。
■ lspciコマンドの書式
lspci [オプション]
CentOS7で確認
[user@localhost ~]$ lspci -bash: lspci: コマンドが見つかりません→ CentOSの最小インストールではlspciコマンドはインストールされない模様。
pciutilsをインストールしてみる。
[user@localhost ~]$ sudo yum install -y pciutils 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * updates: ftp.iij.ad.jp 依存性の解決をしています --> トランザクションの確認を実行しています。 ---> パッケージ pciutils.x86_64 0:3.5.1-3.el7 を インストール --> 依存性解決を終了しました。 依存性を解決しました ================================================================================ Package アーキテクチャー バージョン リポジトリー 容量 ================================================================================ インストール中: pciutils x86_64 3.5.1-3.el7 base 93 k トランザクションの要約 ================================================================================ インストール 1 パッケージ 総ダウンロード容量: 93 k インストール容量: 196 k Downloading packages: 警告: /var/cache/yum/x86_64/7/base/packages/pciutils-3.5.1-3.el7.x86_64.rpm: ヘッダー V3 RSA/SHA256 Signature、鍵 ID f4a80eb5: NOKEY pciutils-3.5.1-3.el7.x86_64.rpm の公開鍵がインストールされていません pciutils-3.5.1-3.el7.x86_64.rpm | 93 kB 00:00 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 から鍵を取得中です。 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key)" Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-5.1804.el7.centos.x86_64 (@anaconda) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Running transaction check Running transaction test Transaction test succeeded Running transaction インストール中 : pciutils-3.5.1-3.el7.x86_64 1/1 検証中 : pciutils-3.5.1-3.el7.x86_64 1/1 インストール: pciutils.x86_64 0:3.5.1-3.el7 完了しました!
もう一度 lspciコマンドを実行してみる。
[user@localhost ~]$ lspci 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02) 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service 00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 01) 00:06.0 USB controller: Apple Inc. KeyLargo/Intrepid USB 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 00:08.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02) 00:0b.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller 00:0d.0 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02)→ OK
[Linux][Linuxコマンド]
0 件のコメント:
コメントを投稿