Osvaldo Filho wrote:
How do I get information about the hardware in Linux and Windows?
- Identification of the processor: model, manufacturer, serial number
That depends very much on the type of the processor, i.e. whether it's
x86, ARM and so on. On x86 the info is available from processor
r
in linux... just google list hardware linux. Below are some results.
Probably not all of them will be available, but you should be able to
work with whatever is available on your machine.
lshal
lshw
lspci
lsusb
lsscsi
systool
fdisk -l
dmidecode
cat /proc/cpuinfo
cat /proc/meminfo
dmesg | egrep
On 19/01/2010 13:09, Osvaldo Filho wrote:
How do I get information about the hardware in Linux and Windows?
- Identification of the processor: model, manufacturer, serial number
Reading /proc/cpuinfo will give you the model and manufacturer. Don't
know how to get the serial number. Was that no