• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

hardware-daten ausgeben

tuner

Member
cat /proc/cpuinfo --> cpu
cat /proc/scsi/... --> scsi
cat /proc/pci/devices --> pci-devices

wie kann ich feststellen, welches mainboard installiert war?
hwinfo ist nicht installiert (gentoo-rechner), herunterfahren oder aufschrauben geht nicht.

danke schon mal,
gruss antonis.
 

oc2pus

Ultimate Guru
schau dir mal genna an:
http://freshmeat.net/projects/genna/
http://hari.literaryforums.org/2006/02/24/linux-system-information-app/

genna is a system information tool for Linux. It consolidates a lot of useful information into a nice GUI.

Some time back, I created a little Linux system information app in Python/Glade. Most system information in Linux can be determined from the command line, but many people aren’t very familiar with how to access this information. Suggestions and feedback are welcome. Note that on your particular distribution, permissions may vary, so to obtain some of the information, you might need to run this as root.
 
OP
T

tuner

Member
naja, sollte kein gui-tool sein.
es muss doch irgendwo in /proc stehen?

und es ist ein server. da will ich eigentlich keine zusätzliche software installieren.
 

oc2pus

Ultimate Guru
tuner schrieb:
naja, sollte kein gui-tool sein.
es muss doch irgendwo in /proc stehen?

und es ist ein server. da will ich eigentlich keine zusätzliche software installieren.

na dann mach es damit:
http://freshmeat.net/projects/linuxsysteminfo/?branch_id=63462&release_id=221301
Code:
systeminfo.sh is a system information gathering script for Linux. It is non-intrusive and simply gathers information from commands that are already available. It outputs a single file or generates a menu driven Web page. The information includes hostname, software packages, memory, OS information, process information, kernel modules, network routes, socket ports, ulimits, chkconfig, hardware devices, swap, disks, DNS info, top, processor, meminfo, dmesg, cron jobs, network interfaces, and more.
 
Oben