Cara untuk melihat spesifikasi hardware yang support
# lspci
Memeriksa lebih spesifik
# lspci | grep Ethernet
03:00.0 Ethernet controller: Qualcomm Atheros AR8162 Fast Ethernet (rev 10)
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
# lspci | grep USB
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
# lspci | grep RAM
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
Pengecekan System Motherboard
# dmidecode -t baseboard
# dmidecode 2.12
SMBIOS 2.7 present.
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: 1015E
Version: 1.0
Serial Number: BSN12345678901234567
Asset Tag: ATN12345678901234567
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: MIDDLE
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Pengecekan System BIOS
# dmidecode | head -15
# dmidecode 2.12
SMBIOS 2.7 present.
22 structures occupying 1640 bytes.
Table at 0x000EBDB0.
Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: American Megatrends Inc.
Version: 1015E.302
Release Date: 03/05/2013
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 6144 kB
Characteristics:
PCI is supported
.:: DNS ::.
Untuk menambahkan DNS manual masuk ke directory
# /etc/resolv.conf
.:: DHCP ::.
konfigurasi DHCP statik
# etc/network/interfaces
.:: Wireless Konfigurasi ::.
ESSID scanning support
# sudo ifconfig wlan0 up
# iwlist wlan0 scann
Muncul wifi yang ada di sektiar.
# lspci
Memeriksa lebih spesifik
# lspci | grep Ethernet
03:00.0 Ethernet controller: Qualcomm Atheros AR8162 Fast Ethernet (rev 10)
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
# lspci | grep USB
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
# lspci | grep RAM
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
Pengecekan System Motherboard
# dmidecode -t baseboard
# dmidecode 2.12
SMBIOS 2.7 present.
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: 1015E
Version: 1.0
Serial Number: BSN12345678901234567
Asset Tag: ATN12345678901234567
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: MIDDLE
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Pengecekan System BIOS
# dmidecode | head -15
# dmidecode 2.12
SMBIOS 2.7 present.
22 structures occupying 1640 bytes.
Table at 0x000EBDB0.
Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: American Megatrends Inc.
Version: 1015E.302
Release Date: 03/05/2013
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 6144 kB
Characteristics:
PCI is supported
.:: DNS ::.
Untuk menambahkan DNS manual masuk ke directory
# /etc/resolv.conf
.:: DHCP ::.
konfigurasi DHCP statik
# etc/network/interfaces
.:: Wireless Konfigurasi ::.
ESSID scanning support
# sudo ifconfig wlan0 up
# iwlist wlan0 scann
Muncul wifi yang ada di sektiar.
Komentar