View previous topic :: View next topic |
Author |
Message |
andrewwalker27 l33t


Joined: 27 Jun 2005 Posts: 660
|
Posted: Mon Sep 27, 2010 9:17 pm Post subject: Dmesg repeating the same lines constantly |
|
|
When I try dmesg all I get is the following lines repeated constantly.
X:3431 conflicting memory types e0d2e000-e0e2f000 uncached-minus<->write-combining
reserve_memtype failed 0xe0d2e000-0xe0e2f000, track write-combining, req write-combining
I recently installed a SSD for my system files, could this be the cause and is it something I should worry about?
Anyone know what it's trying to tell me? |
|
Back to top |
|
 |
BradN Advocate


Joined: 19 Apr 2002 Posts: 2391 Location: Wisconsin (USA)
|
Posted: Mon Sep 27, 2010 11:07 pm Post subject: |
|
|
Seems to be X+mtrr+PAT related.
Add nopat to your kernel boot options or remove PAT feature from the kernel.
https://forums.gentoo.org/viewtopic-t-717804.html
PAT is designed as an improved memory/caching control along the lines of mtrr, but it seems the code to operate it is not mature yet. So for now just turn it off, and eventually it will probably be working (and a better choice). |
|
Back to top |
|
 |
|