Strona 1 z 1

Jak sprawdzić podzespoły w kompie.

: 11 sierpnia 2014, 22:18
autor: Aykan
Jak w temacie. Jak sprawdzić jakie podzespoły mam w kompie?

: 11 sierpnia 2014, 22:27
autor: pone13
Rozebrać?
A poza tym lspci, lsusb, dmesg, system plików /proc...

: 11 sierpnia 2014, 22:54
autor: Aykan
Dzięki za odpowiedź. I za dawkę ironii. ;)

: 12 sierpnia 2014, 08:57
autor: pabliszer
Pakiet dmidecode też może się przydać :-)

: 12 sierpnia 2014, 17:25
autor: kodama
Ewentualnie https://packages.debian.org/stable/x11/hardinfo też fajnie.
Ale pierwsza odpowiedź pone13 i tak najlepsza :D

: 12 sierpnia 2014, 22:04
autor: Yampress
https://packages.debian.org/search?suit ... s=hardinfo


lub w konsoli
#
# cat /proc/cpuinfo
# CPU model
# cat /proc/meminfo # Hardware memory
# grep MemTotal /proc/meminfo # Display the physical memory
# watch -n1 'cat /proc/interrupts' # Watch changeable interrupts continuously
# free -m # Used and free memory (-m for MB)
# cat /proc/devices # Configured devices
# lspci -tv # Show PCI devices
# lsusb -tv # Show USB devices
# lshal # Show a list of all devices with their properties
# dmidecode # Show DMI/SMBIOS: hw info from the BIOS


: 12 sierpnia 2014, 23:19
autor: Renia
Gdybyś szukał czegoś bardziej rozbudowanego o ładnej, graficznej prezentacji wyników to polecam I-Nex: http://i-nex.linux.pl/