lspci方法
lspci | grep -i host\ bridge(只显示是那个系列的)
例如我的显示
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller
是Intel Corporation系列的.
查看命令:lspci | grep -i interface
cat /proc/cpuinfo
lspci
可以查看到北桥、显卡(VGA)、声卡(Audio device)、PCI接口、USB接口及网卡(Ethenet)等
cat /proc/meminfo
cat /proc/interrupts
hdparm -i /dev/sda
df -l
cat /proc/devices (在内核开发用于创建字符设备或块设备时有用)