Hardware Cek

From OnnoWiki
Revision as of 15:50, 27 May 2016 by Onnowpurbo (talk | contribs) (New page: ==Secara Umum== lshw ==Cek Ethernet== lspci | awk '/net/ {print $1}' | xargs -i% lspci -ks % contoh output 00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Secara Umum

lshw

Cek Ethernet

lspci | awk '/net/ {print $1}' | xargs -i% lspci -ks %

contoh output

00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
	Subsystem: CLEVO/KAPOK Computer 191 Gigabit Ethernet Adapter
	Kernel driver in use: sis190
	Kernel modules: sis190

atau

sudo lshw -c network


contoh output

  *-network               
       description: Ethernet interface
       product: 191 Gigabit Ethernet Adapter
       vendor: Silicon Integrated Systems [SiS]
       physical id: 4
       bus info: pci@0000:00:04.0
       logical name: enp0s4
       version: 02
       serial: 00:90:f5:6f:ad:b6
       size: 100Mbit/s
       capacity: 100Mbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=sis190 driverversion=1.4 duplex=full ip=192.168.0.3 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
       resources: irq:19 memory:d4407000-d440707f ioport:1000(size=128)
  *-network DISABLED
       description: Wireless interface
       physical id: 1
       bus info: usb@1:2
       logical name: wlx0015afb08c71
       serial: 00:15:af:b0:8c:71
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8187 driverversion=4.4.0-22-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11bg 


Cek VGA

lspci -vnn | grep VGA -A 12


contoh output


01:00.0 VGA compatible controller [0300]: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter [1039:6351] (rev 10) (prog-if 00 [VGA controller])
	Subsystem: CLEVO/KAPOK Computer 771/671 PCIE VGA Display Adapter [1558:0803]
	Flags: 66MHz, medium devsel, IRQ 9
	BIST result: 00
	Memory at c0000000 (32-bit, prefetchable) [size=256M]
	Memory at d4000000 (32-bit, non-prefetchable) [size=128K]
	I/O ports at 9000 [size=128]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [40] Power Management version 2
	Capabilities: [50] AGP version 3.0

Cek Bus

sudo lshw -businfo