added EEPROM data decoding for SDRAM DIMM modules tip
authorMichael Prokop <mika@grml.org>
Sat, 10 Feb 2007 17:41:46 +0000 (18:41 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 10 Feb 2007 17:41:46 +0000 (18:41 +0100)
debian/changelog
grml_tips

index dcb597b..c5abfa8 100644 (file)
@@ -1,3 +1,9 @@
+grml-tips (0.3-19) unstable; urgency=low
+
+  * New tips (eeprom ram).
+
+ -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 18:41:23 +0100
+
 grml-tips (0.3-18) unstable; urgency=low
 
   * Fix 'highlighting'-tip, thanks for hint - Nico.
index e5ad0da..fe031e7 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2402,3 +2402,8 @@ Test it with a minimal system like ttylinux:
 # gzip -d bootcd-i386-5.3.iso.gz
 # kvm -cdrom bootcd-i386-5.3.iso
 -- 
+EEPROM data decoding for SDRAM DIMM modules:
+
+# modprobe eeprom
+# /usr/share/doc/lm-sensors/examples/eeprom/decode-dimms.pl
+--