Other Help Topics :: cpu-speed/videocard/etc..



I want to read-out all sorts of hardware info of the pc on which i am working (in DSL). I know that there is textual info in some directories in Linux (but i don't know which one). Ultimately i want to have a docking-application which tells me stuff like cpu-speed, pci-cards present, etc.. (or a application that does that). (MOST DOCKING APPLICATIONS CAN'T BE INSTALLED IN DSL BECAUSE INSTALLATION REQUIERES A COMPILER, WHICH I DON'T HAVE)
You can find processor info in /proc/cpuinfo and much other info can be found in /proc as well (or in some of the subdirectories).

original here.