Hardware diagnostics on Linux
Something from the topic of “Things you can’t do in Windows”.
Hypothetical scenario: you have a new machine and new installation of Windows XP, but no hardware is recognized. It barely display’s you a really small resolution picture.
Another scenario: you cant look into your box, but you have to get the specs somehow.
Now on Windows you would probably try something like SiSoftware Sandra, but it seems to recognize only the drivers that are installed in your system. Not the hardware itself. That is almost completely useless. Well I am not aware of any better means to accomplish this task in Windows than to reboot into Linux (whether its a live cd or installed dual boot system, doesn’t really matter) and explore your system with some of the following commands:
- lspci
- cat /proc/cpuinfo
- lsusb
- cat /proc/scsi/scsi
- ls /dev (if using udev)
- dmesg|less
Via Slashdot.
“Hypothetical scenario: you have a new machine and new installation of Windows XP, but no hardware is recognized. It barely display’s you a really small resolution picture.”
Can you comment on the probability of this scenario with Windows XP/Server 2003?
@e:r - well, when I said “hypothetical scenario” then you might read “a situation I ran into couple of days ago which gave me couple of gray hair and enriched the world with some new combinations of curse words”.