Apps :: find out what my system details are?



You could also use lspci, lsusb and cartctl to find out about your PCI, USB and PCMCIA devices, I suppose. Also, if you look in /etc/sysconfig you should find some info about your monitor etc.
thank you :) TyphoonMentat
Also useful is       dmesg | grep hd
(cd, usb or whatever you want to find out) rather than page through the whole blasted thing :)

But if you really do want to page through the whole blasted thing, try:

dmesg | more

Where the "|" or PIPE sign is shift-Backslash on most US keyboards.

thx guys - gonna boot it up and give it ago :)
Next Page...
original here.