অন্য আদেশ:
lspci -v
নমুনা আউটপুট:
00:00.0 Host bridge: Intel Corporation 5000P Chipset Memory Controller Hub (rev b1)
Subsystem: Super Micro Computer Inc Device 9280
Flags: bus master, fast devsel, latency 0
Capabilities: [50] Power Management version 2
Capabilities: [58] MSI: Enable- Count=1/2 Maskable- 64bit-
Capabilities: [6c] Express Root Port (Slot-), MSI 00
Capabilities: [100] Advanced Error Reporting
00:02.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8 Port 2-3 (rev b1) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=05, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: d8200000-d83fffff
Capabilities: [50] Power Management version 2
Capabilities: [58] MSI: Enable+ Count=1/2 Maskable- 64bit-
Capabilities: [6c] Express Root Port (Slot-), MSI 00
Capabilities: [100] Advanced Error Reporting
Kernel driver in use: pcieport-driver
Kernel modules: shpchp
....
.....
...
0a:01.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Super Micro Computer Inc Device 9280
Flags: bus master, stepping, fast Back2Back, medium devsel, latency 66, IRQ 11
Memory at d0000000 (32-bit, prefetchable) [size=128M]
I/O ports at 3000 [size=256]
Memory at d8400000 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at d8420000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
বা - একটি জিইউআই ইনস্টল করুন:
sudo apt-get install gnome-device-manager
এটি চালাতে - gnome-device-manager
lspci
কেবল চিপই দেখাতে পারতাম। সরাসরি প্রস্তুতকারকের মুদ্রণের জন্য দ্রুত হ্যাক:lspci -knn | perl -ne 'if(/^[^ ]* VGA/){$_=<>;s/^[^:]*: (.*)Device.*/$1/;print;exit}'