UbuntuJapaneseWiki

フォーラムで質問するとき1、バグ報告2をするとき、ハードウェアサポート情報に書き込むときの参考にしてください。

コマンドライン

端末で、以下のコマンドを実行してください。

Ubuntu のバージョン

$ lsb_release -r

メーカー

 $ lshal | grep system.hardware.vendor

形式名

$ lshal | grep system.hardware.product

$ sudo dmidecode -s system-product-name

CPU

CPU 名

$ cat /proc/cpuinfo | grep "model name"

$ sudo lshw -short -class processor

CPU の機能フラグ

$ cat /proc/cpuinfo | grep flags

Chipset

$ sudo lshw | grep -A 10 "Host bridge"

メモリ容量

$ cat /proc/meminfo | grep MemTotal

$ sudo lshw -short | grep "System Memory"

グラフィックボード

$ sudo lshw -short -class display

$ sudo lshw -class display

ネットワーク

$ lspci | grep Ethernet

$ sudo lshw -short -class network

$ lsusb

一覧の簡易表示

$ sudo lshw -short

GUI

lshw-gtk

インストール

パッケージ名

lshw-gtk

インストール

AptURL(ヘルプ)

クリック

ほかの方法

起動

GNOME のメニューの システム ▷ 設定 ▷ Hardware Lister から起動できますが、gksu lshw-gtk として起動すると警告が出ません。一部 root 権限でないと表示できません。
スクリーンショット

調べ方

メーカー
Multi-system の vendor の欄 (root 権限が必要)
形式名
Multi-system の product の欄 (root 権限が必要)
CPU
Multi-system(Computer) ▷ Motherboard ▷ CPU の product の欄
Chipset
Multi-system(Computer) ▷ Motherboard ▷ Host bridge の product の欄
メモリ容量
Multi-system(Computer) ▷ Motherboard ▷ System Memory の size の欄
グラフィックボード
Multi-system(Computer) ▷ Motherboard ▷ Host bridge ▷ VGA *** の product の欄

ご意見などに関して

ご意見などに関しては、ここに書き込むかUbuntu日本語フォーラム / Wiki に "ハードウェア情報を調べるには" を追加しましたに書き込んでいただけるとありがたいです。

外部リンク


  1. 出力が長いときは[code]と[/code]の間に貼り付けると見やすいです (1)

  2. 詳しくは[https://wiki.ubuntulinux.jp/BugReport バグ報告の方法]をご覧ください (2)

UbuntuJapaneseWiki: UbuntuTips/Hardware/SearchHardwareInformation (最終更新日時 2013-02-24 11:50:33 更新者 MakotoHasegawa)