Linux查看硬體資訊(北橋晶片集、南橋、PCI介面、CPU等)

來源:互聯網
上載者:User

今天想要在Linux下查看機器上MCH(北橋)晶片,ICH(南橋)資訊,在網上找方法。通過命令lspci | grep -i host\ bridge查看北橋晶片只能看到屬於哪個系列的,例如我的是
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
 
不能看到更具體資訊。
 
在網上看到可以通過dmesg看到,但沒說具體方法。我也是通過dmesg查看到的,特此記錄下來。順便把查看PC其他硬體相關資訊方法記錄下。
 
查看MCH(北橋)
 1.lspci方法
lspci | grep -i host\ bridge(只顯示是那個系列的)
例如我的顯示  00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
 
是Intel Corporation 4系列的。
 2.dmesg方法
'dmesg | grep Chipset'(具體到那個晶片集)
例如我的查看到  [    2.679615] agpgart-intel 0000:00:00.0: Intel G41 Chipset
 
顯示我的北橋是G41的。
 
查看ICH(南橋)
 
查看命令:lspci | grep -i interface
 
查看CPU
 
cat /proc/cpuinfo
 
查看pci介面裝置
 
lspci 可以查看到北橋、顯卡(VGA)、音效卡(Audio device)、PCI介面、USB介面及網卡(Ethenet)等
 
查看記憶體
 
cat /proc/meminfo
 
查看中斷(IRQ)
 
cat /proc/interrupts
 
查看硬碟
 
hdparm -i /dev/sda
 
查看分區情況
 
df -l
 
可用裝置的列表
 
cat /proc/devices (在核心開發用於建立字元裝置或塊裝置時有用)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.