X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-hwinfo;h=158e75074ffd2be83f97c1873ebb15d368f4ef0c;hb=8acdf3ae629dfb71920b933ab2e2e632a50398a5;hp=5d7dbae37ac52f2654ff27bae60e77997fe2fd5e;hpb=36da277d9bc1dc2bed6367c59f4929b117ab5dba;p=grml-hwinfo.git diff --git a/grml-hwinfo b/grml-hwinfo index 5d7dbae..158e750 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: Mon Jun 11 12:15:04 CEST 2007 [mika] +# Latest change: Mon Aug 27 18:32:27 CEST 2007 [mika] ################################################################################ # Notice: Some ideas have been taken from # http://club.black.co.at/david/hwdb/infodump @@ -114,6 +114,7 @@ mkdir info || exit -1 # hwinfo exectest discover && discover -v --type-summary --enable-bus all > discover 2> discover.2 exectest hwinfo && hwinfo log=hwinfo + exectest x86info && x86info > x86info 2>x86info.2 # net stuff exectest ifconfig && ifconfig -v -a > ifconfig @@ -170,6 +171,13 @@ else exectest sfdisk && sfdisk -d > sfdisk 2>sfdisk.error exectest ddcprobe && ddcprobe > ddcprobe exectest dmidecode && dmidecode > dmidecode + + exectest dconf && dconf -o dconf + + 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