Friday, March 14, 2008

 

Determine the memory type in Linux

  1. sudo lshw # for basic information
  2. sudo apt-get install i2c-tools lm-sensors
  3. sudo modprobe eeprom
  4. sudo modprobe i2c-i801
  5. wget http://www.lm-sensors.org/browser/i2c-tools/trunk/eeprom/decode-dimms.pl?format=raw
  6. mv decode-dimms.pl\?format\=raw decode-dimms.pl
  7. perl decode-dimms.pl

This page is powered by Blogger. Isn't yours?