X-Git-Url: http://git.grml.org/?p=grml-hwinfo.git;a=blobdiff_plain;f=grml-hwinfo;h=b91a137a8b81df3f1656c1c03a06c1b54cacbeb4;hp=8c1c590e4ab497371c482133b267e9c71359242b;hb=0976417e66a900928252a2e127ca7e5c1660303f;hpb=6232adbb5609f96b4464b749dc50f20b6e15a903 diff --git a/grml-hwinfo b/grml-hwinfo index 8c1c590..b91a137 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Die Jun 12 18:44:00 CEST 2007 [mika] +# Latest change: Mon Aug 20 11:23:37 CEST 2007 [mika] ################################################################################ # Notice: Some ideas have been taken from # http://club.black.co.at/david/hwdb/infodump @@ -171,6 +171,11 @@ else exectest sfdisk && sfdisk -d > sfdisk 2>sfdisk.error exectest ddcprobe && ddcprobe > ddcprobe exectest dmidecode && dmidecode > dmidecode + + if [ -x /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl ] ; then + /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl > decode-dimms 2>decode-dimms.error + fi + for disk in $disklist; do exectest smartctl && smartctl -i /dev/$disk >> smartctl exectest hdparm && hdparm -iv /dev/$disk >> hdparm