O
O
ObehanProger2020-01-20 10:30:11
ubuntu
ObehanProger, 2020-01-20 10:30:11

How to determine the memory mode single / dual channel in Linux?

Is it possible to get information in the terminal in which mode the memory works. When you enter the command "sudo lshw -C memory" produces:

*-firmware                
       описание: BIOS
       производитель: Award Software International, Inc.
       физический ID: 0
       версия: F7
       date: 08/19/2010
       размер: 128KiB
       capacity: 960KiB
       возможности: pci pnp apm upgrade shadowing cdboot bootselect edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification
  *-cache:0
       описание: L1 кэш
       физический ID: 8
       слот: Internal Cache
       размер: 64KiB
       capacity: 64KiB
       возможности: synchronous internal write-back
       конфигурация: level=1
  *-cache:1
       описание: L2 кэш
       физический ID: 9
       слот: External Cache
       размер: 3MiB
       возможности: synchronous internal write-back
       конфигурация: level=2
  *-memory
       описание: Системная память
       физический ID: 18
       слот: Системная плата или материнская плата
       размер: 4GiB
     *-bank:0
          описание: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <[email protected]>PO-Revision-Date: 2015-01-21 09:55+0000Last-Translator: Aleksey Kabanov <Unknown>Language-Team: Russian <[email protected]>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719)Language: ru_RU 800 MHz (1,2 ns)
          физический ID: 0
          слот: A0
          размер: 2GiB
          разрядность: 64 bits
          частота: 800MHz (1.2ns)
     *-bank:1
          описание: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME <[email protected]>PO-Revision-Date: 2015-01-21 09:55+0000Last-Translator: Aleksey Kabanov <Unknown>Language-Team: Russian <[email protected]>MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2018-07-12 13:19+0000X-Generator: Launchpad (build 18719)Language: ru_RU 800 MHz (1,2 ns)
          физический ID: 1
          слот: A1
          размер: 2GiB
          разрядность: 64 bits
          частота: 800MHz (1.2ns)

Where is the information about single or dual channel mode? If it's not there, how do you get it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ronald McDonald, 2020-01-20
@ObehanProger

Look at the value of the "slot" parameter. You have A0 and A1 there, which means that the mode is two-channel, pusho the first letters (channel) are the same. It would be A0 and B1, then there would be a single-channel mode.

K
ky0, 2020-01-20
@ky0

You can definitely find this out only in the BIOS, since the physical location of the bars does not guarantee the mode of operation - it can be locked manually.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question