Linux : Ermitteln über die verbaute Hardware
Mal schnell unter Linux ermitteln welches Mainboard verbaut ist
sudo dmidecode -t 2 # dmidecode 3.2 Getting SMBIOS data from sysfs. SMBIOS 3.0 present. Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: MSI Product Name: Z270 GAMING PRO CARBON (MS-7A63) Version: 1.0 Serial Number: H216226023 Asset Tag: Default string Features: Board is a hosting board Board is replaceable Location In Chassis: Default string Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0Die Befehle inxi und lshw zeigen z.B. schön aufbereitet den Arbeitsspeicher an
>> sudo inxi -m Memory: RAM: total: 31.32 GiB used: 1.13 GiB (3.6%) Array-1: capacity: 64 GiB slots: 4 EC: None Device-1: ChannelA-DIMM0 size: 8 GiB speed: 3000 MT/s Device-2: ChannelA-DIMM1 size: 8 GiB speed: 3000 MT/s Device-3: ChannelB-DIMM0 size: 8 GiB speed: 3000 MT/s Device-4: ChannelB-DIMM1 size: 8 GiB speed: 3000 MT/s >> sudo lshw -C memory | grep bank -A 9 *-bank:0 Beschreibung: DIMM DDR4 Synchron 3000 MHz (0,3 ns) Produkt: F4-3000C15-8GRK Hersteller: Fujitsu Physische ID: 0 Seriennummer: 00000000 Steckplatz: ChannelA-DIMM0 Größe: 8GiB Breite: 64 bits Takt: 3GHz (0.3ns) *-bank:1 Beschreibung: DIMM DDR4 Synchron 3000 MHz (0,3 ns) Produkt: F4-3000C15-8GRK Hersteller: Fujitsu ....für die CPU reicht ein
cat /proc/cpuinfooder man verwendet wieder lshw
sudo lshw -C cpu *-cpu Beschreibung: CPU Produkt: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ....Kleine Spielerrei am Rande der Output von neofetch