Perintah Terminal untuk Menampilkan Informasi Hardware di Ubuntu

Ini judul nggak efektif nih sepertinya hahaha ah masa bodo yang penting isinya efektif toh sob :D. Terkadang kita lupa spesifikasi hardware komputer atau cuma pengen ngecek spesifikasi hardware kita dengan detil mmm bisa juga buat pamer ke OS sebelah biar kerenan dikit sob hehehe.
Berikut list perintanya sob :

Perintah Terminal untuk Menampilkan Informasi Hardware di Ubuntu


1. lsusb
Command line ini digunakan untuk mengetahui hardware yang menggunakan port USB, Hasil punya saya ni :
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 005: ID 046d:c52f Logitech, Inc. Wireless Mouse M305
Bus 002 Device 004: ID 058f:b002 Alcor Micro Corp. 

bisa juga dengan menambahkan optional
lsusb -v atau lsusb -t
2. lshw dan lspci
Ini menampilkan identitas hardware dengan sangat detil dan lengkap hehehe. contoh :

         *-logicalcpu:4
             description: Logical CPU
             physical id: 1.5
             width: 64 bits
             capabilities: logical
        *-logicalcpu:5
             description: Logical CPU
             physical id: 1.6
             width: 64 bits
             capabilities: logical
        *-logicalcpu:6
             description: Logical CPU
             physical id: 1.7
             width: 64 bits
             capabilities: logical
        *-logicalcpu:7
             description: Logical CPU
             physical id: 1.8
             width: 64 bits
             capabilities: logical
        *-logicalcpu:8
             description: Logical CPU
             physical id: 1.9
             width: 64 bits
             capabilities: logical
        *-logicalcpu:9
             description: Logical CPU
             physical id: 1.a
             width: 64 bits
             capabilities: logical
        *-logicalcpu:10
             description: Logical CPU
             physical id: 1.b
             width: 64 bits
             capabilities: logical
        *-logicalcpu:11
             description: Logical CPU
             physical id: 1.c
             width: 64 bits
             capabilities: logical
        *-logicalcpu:12
             description: Logical CPU
             physical id: 1.d
             width: 64 bits
             capabilities: logical
        *-logicalcpu:13
             description: Logical CPU
             physical id: 1.e
             width: 64 bits
             capabilities: logical
        *-logicalcpu:14
             description: Logical CPU
             physical id: 1.f
             width: 64 bits
             capabilities: logical
        .............

lspci

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05).........

Jika ingin mendapatkan spek hardware tertentu kita tinggal menambahkan perintah 
| grep -i hardwarenya
Misal

lspci | grep -i usb
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
3. dmesg
Mirip dengan lspci hasilnya panjang ini sob, bahkan lebih panjang, untuk menyingkat bisa menggunakan grep seperti diatas.

contoh 

dmesg | grep -i ethernet
[   20.380718] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Previous
Next Post »

ConversionConversion

Thanks for your comment