Dual channel

G

Guest

Guest
Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

Do you have to do anything when you install memory for dual channel
to work beswides putting the memory in the right slots? Thanks
 
G

Guest

Guest
Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

RDellinger wrote:
> Do you have to do anything when you install memory for dual channel
> to work beswides putting the memory in the right slots? Thanks

No - if you have two matching ('identical') memory modules...
 
G

Guest

Guest
Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

You must use matched IDENTICAL RAM sticks.

--
DaveW



"RDellinger" <rdellinger@cox.net> wrote in message
news:jq7nb016ib3ofrq046kkvm302eubtldtdc@4ax.com...
> Do you have to do anything when you install memory for dual channel
> to work beswides putting the memory in the right slots? Thanks
 
G

Guest

Guest
Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

As in PC3200 333 mhz? Or also the same maufacturer??

On Mon, 31 May 2004 23:20:49 GMT, "DaveW" <none@zero.org> wrote:

>You must use matched IDENTICAL RAM sticks.
 
G

Guest

Guest
Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

RDellinger wrote:
> As in PC3200 333 mhz? Or also the same maufacturer??
>
> On Mon, 31 May 2004 23:20:49 GMT, "DaveW" <none@zero.org> wrote:
>
>
>>You must use matched IDENTICAL RAM sticks.
>
>

Same manufacturer. From the same lot, if at all
possible.
 

Paul

Splendid
Mar 30, 2004
5,267
0
25,780
Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

In article <2qmnb053nvcj226tuggpci2ojb7fo9pkd9@4ax.com>, RDellinger
<rdellinger@cox.net> wrote:

> As in PC3200 333 mhz? Or also the same maufacturer??
>
> On Mon, 31 May 2004 23:20:49 GMT, "DaveW" <none@zero.org> wrote:
>
> >You must use matched IDENTICAL RAM sticks.

The degree of matching depends on the chipset. The dual channel
implementations are not all the same. The Nvidia NForce2 has
demonstrated itself to have independent memory controllers, so
the matching consists of matching the amount of memory on each
channel, and operating the memory at a mutually agreeable speed.
For example, if you mixed a 512MB PC2700 with a 512MB PC3200,
then when plugged into the appropriate slots, they could be
operated at DDR333. It even operates in dual channel mode
when the amount of memory mismatches, but that means the
unmatched portion of memory runs in single channel mode
(it doesn't have a choice - it is physics).

An Intel 875/865 chipset operates the DIMM slots in "UberDIMM"
mode. AFAIK this means one memory controller develops signals
for two slots, so the sticks have to behave exactly the same way.
I haven't read a lot of posts about attempts to match to different
degrees, but I suspect "identical" sticks would help on that
platform. See page 11 of this guide.

ftp://download.intel.com/design/chipsets/applnots/25273001.pdf

For the Athlon FX, AMD provides some useful info. See pg.143

http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/26094.PDF

// Special case
if ((DimmLowSize == 1024MB) && (DimmLowDevWidth == x8) &&
(DimmLowNRanks== 2) && (DimmHighSize == 512MB) &&
(DimmHighDevWidth == x16) && (DimmHighNRanks == 1))
DramMode = 64-bit;
// General case
else{
if (DimmLowSize <= DimmHighSize){
DramMode = 128-bit;
}
else{
if (DimmLowSize == DimmHighSize * 2){
if ((DimmLowNRanks == 1) && (DimmHighNRanks == 2)){
DramMode = 64-bit;
}
else{
DramMode = 128-bit;
}
else{
DramMode = 64-bit;
}
}
}

If you can understand that pseudocode, you are a better person than me :)

HTH,
Paul
 
G

Guest

Guest
Archived from groups: alt.comp.periphs.mainboard.asus (More info?)

RDellinger wrote:
> Do you have to do anything when you install memory for dual channel
> to work beswides putting the memory in the right slots? Thanks

No. Even if you don't have matching memory*.

I know this works well on nForce (AMD), and there is no reason why it
shouldn't on Intel - provided you set the timings manually.

Ben
--
A7N8X FAQ: www.ben.pope.name/a7n8x_faq.html
Questions by email will likely be ignored, please use the newsgroups.
I'm not just a number. To many, I'm known as a String...
 

TRENDING THREADS