Tanya :
Bagaimana cara mencek spesifikasi hardware saya di LINUX ?
Jawab :
Bisa gunakan perintah lshw
sudo lshw
Jika ingin tampilan dalam bentuk yang sederhana tambahkan opsi -short
sudo lshw -short
Contoh outputnya di laptop saya :
rezaervani@rezaervani-laptop:~$ sudo lshw -short
[sudo] password for rezaervani:
H/W path Device Class Description
======================================================
system W760T/M740T/M760T
/0 bus Motherboard
/0/0 memory 106KiB BIOS
/0/2 bus W760T/M740T/M760T
/0/4 processor Intel(R) Core(TM)2 Duo CPU T6570
/0/4/5 memory 64KiB L1 cache
/0/4/6 memory 2MiB L2 cache
/0/4/1.1 processor Logical CPU
/0/4/1.2 processor Logical CPU
/0/15 memory 2GiB System Memory
/0/15/0 memory 2GiB SODIMM DDR2 Synchronous 667 MHz
/0/15/1 memory SODIMM DDR2 Synchronous 667 MHz (1.5
/0/1 processor
/0/1/1.1 processor Logical CPU
/0/1/1.2 processor Logical CPU
/0/100 bridge Mobile 4 Series Chipset Memory Contro
/0/100/2 display Mobile 4 Series Chipset Integrated Gr
/0/100/2.1 display Mobile 4 Series Chipset Integrated Gr
/0/100/1a bus 82801I (ICH9 Family) USB UHCI Control
/0/100/1a.1 bus 82801I (ICH9 Family) USB UHCI Control
/0/100/1a.2 bus 82801I (ICH9 Family) USB UHCI Control
/0/100/1a.7 bus 82801I (ICH9 Family) USB2 EHCI Contro
/0/100/1b multimedia 82801I (ICH9 Family) HD Audio Control
/0/100/1c bridge 82801I (ICH9 Family) PCI Express Port
/0/100/1c/0 wlan0 network Realtek Semiconductor Co., Ltd.
/0/100/1c.1 bridge 82801I (ICH9 Family) PCI Express Port
/0/100/1c.2 bridge 82801I (ICH9 Family) PCI Express Port
/0/100/1c.3 bridge 82801I (ICH9 Family) PCI Express Port
/0/100/1c.3/0 generic SD/MMC Host Controller
/0/100/1c.3/0.2 generic Standard SD Host Controller
/0/100/1c.3/0.3 generic MS Host Controller
/0/100/1c.3/0.5 eth0 network JMC260 PCI Express Fast Ethernet Cont
/0/100/1c.4 bridge 82801I (ICH9 Family) PCI Express Port
/0/100/1d bus 82801I (ICH9 Family) USB UHCI Control
/0/100/1d.1 bus 82801I (ICH9 Family) USB UHCI Control
/0/100/1d.2 bus 82801I (ICH9 Family) USB UHCI Control
/0/100/1d.7 bus 82801I (ICH9 Family) USB2 EHCI Contro
/0/100/1e bridge 82801 Mobile PCI Bridge
/0/100/1f bridge ICH9M LPC Interface Controller
/0/100/1f.2 scsi0 storage ICH9M/M-E 2 port SATA IDE Controller
/0/100/1f.2/0 /dev/sda disk 500GB ST9500325AS
/0/100/1f.2/0/1 /dev/sda1 volume 244GiB EXT4 volume
/0/100/1f.2/0/2 /dev/sda2 volume 179GiB Extended partition
/0/100/1f.2/0/2/5 /dev/sda5 volume 5789MiB Linux swap / Solaris partitio
/0/100/1f.2/0/2/6 /dev/sda6 volume 5784MiB Linux swap / Solaris partitio
/0/100/1f.2/0/2/7 /dev/sda7 volume 4768MiB Linux swap / Solaris partitio
/0/100/1f.2/0/2/8 /dev/sda8 volume 163GiB Linux filesystem partition
/0/100/1f.2/0/3 /dev/sda3 volume 2996MiB Linux swap volume
/0/100/1f.2/0/4 /dev/sda4 volume 39GiB EXT3 volume
/0/100/1f.2/1 /dev/cdrom disk CDDVDW TS-L633C
/0/100/1f.3 bus 82801I (ICH9 Family) SMBus Controller
/0/100/1f.5 storage ICH9M/M-E 2 port SATA IDE Controller
/1 power Intel Corporation
/2 system
/3 power To Be Defined By O.E.M
/4 vboxnet0 network Ethernet interface
Leave a Reply