As to identifying the module: Use bisection.
First swap: 2 1 3 4 If error moves, it is in 1 or 2
Second swap: 1 2 4 3 If error moves, it is in 3 or 4.
Last swap for error in 1,2: 3 2 1 4 If error moves then it is in 1 else2
Last swap for error in 3,4: 1 4 3 2 If error moves then it is in 4 else3
No good module required, just some patience.
Hi,
Here are my first results.
I named my memory slots starting from the CPU socket side A, B, C, D.
I numbered the DIMMs 1, 2, 3, 4.
* My initial configuration which produced the detected error is A1,
B2, C3, D4.
Here are the results:
A1 B2 C3 D4 => error detected at address 0X001BF979C00 at pass 3
(
http://www.cijoint.fr/cj201109/cijIqjVMpU.jpg)
* I then tested the DIMM one at a time (note that MemTest86+ detects
my DDR2 as DDR3 when plugging only 1 DIMM):
Ax Bx Cx D2 => no error (12 passes)
(
http://www.cijoint.fr/cj201109/cijZZSejAG.jpg)
Ax Bx Cx D1 => no error (8 passes)
(
http://www.cijoint.fr/cj201109/cijMjR2lNE.jpg)
Ax Bx Cx D3 => no error (8 passes)
(
http://www.cijoint.fr/cj201109/cij1mqUEL9.jpg)
Ax Bx Cx D4 => no error (9 passes)
(
http://www.cijoint.fr/cj201109/cijGAGjkop.jpg)
* Then I started the bisection:
A2 B1 C3 D4 => no error (3 passes)
(
http://www.cijoint.fr/cj201109/cijQHoAdmW.jpg)
It seems that I can not reproduce the error anymore.
My 700 GB file copy test was also fine whereas I always had corrupted
files in the initial configuration.
Of course, I am not happy with this because the problem will certainly
occur again and more frequently.
Here are my hypothesis:
By moving the RAM, the bug occurrence was reduced in some way.
Of course, I could let it run for days but I can not test more than 8
consecutive hours at night because I need to work with my computer at
daytime.
I thought it could be a conductive dust which went away when I plugged/
unplugged but I doubt : my motherboard is clean and I am very careful
to dust when I plug a new memory or card.
Moreover, I suppose I would have got a lot of errors instead of only
one located byte (or even a no-functional memory).
According to my motherboard manual, 1 was working with 3 and 2 with 4
in the initial state.
Now I moved them, 2 is working with 3 and 1 with 4.
Perhaps the modules works better together in this new configuration.
The problem is I can not undervolt my RAM because my BIOS only allow
me to overvolt so I do not know how I can increase the error
frequency.