Ram 升级导致黑屏,但 dmidecode 命令指示可以升级

Ram 升级导致黑屏,但 dmidecode 命令指示可以升级

我确实升级了 3 台笔记本电脑的 RAM,其中 2 台装有 Linux(Ubuntu 和 Peppermint),并执行了 dmidecode 命令,对于 HP,根据其官方规格,最大容量为 8GB,但 dmidecode 命令指示 16GB,因此根据该信息,我安全地升级到了 16GB

现在来看看老款的 Acer Aspire One:

  • KAV60 LO3(根据 RAM 插槽)

相同的 dmidecode 命令指示以下内容:

sudo dmidecode -t memory
# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.

Handle 0x0004, DMI type 5, 20 bytes
Memory Controller Information
    Error Detecting Method: None
    Error Correcting Capabilities:
        None
    Supported Interleave: One-way Interleave
    Current Interleave: One-way Interleave
    Maximum Memory Module Size: 2048 MB
    Maximum Total Memory Size: 4096 MB
    Supported Speeds:
        Other
    Supported Memory Types:
        Other
    Memory Module Voltage: Unknown
    Associated Memory Slots: 2
        0x0000
        0x0000
    Enabled Error Correcting Capabilities:
        None

Handle 0x0016, DMI type 16, 15 bytes
Physical Memory Array
    Location: System Board Or Motherboard
    Use: System Memory
    Error Correction Type: None
    Maximum Capacity: 4 GB
    Error Information Handle: Not Provided
    Number Of Devices: 1

Handle 0x0017, DMI type 6, 12 bytes
Memory Module Information
    Socket Designation: J2
    Bank Connections: 0 0
    Current Speed: 1 ns
    Type: DIMM
    Installed Size: 2048 MB (Single-bank Connection)
    Enabled Size: 2048 MB (Single-bank Connection)
    Error Status: OK

Handle 0x0018, DMI type 17, 27 bytes
Memory Device
    Array Handle: 0x0016
    Error Information Handle: Not Provided
    Total Width: 64 bits
    Data Width: 64 bits
    Size: 2 GB
    Form Factor: DIMM
    Set: None
    Locator: J2
    Bank Locator: CHAN A DIMM 0
    Type: DDR2
    Type Detail: Synchronous
    Speed: 533 MT/s
    Manufacturer: 0x0000000000000000
    Serial Number: 0x00000000
    Asset Tag: Unknown
    Part Number: 0x000000000000000000000000000000000000

嗯,我买了这个 RAM

但遗憾的是,当笔记本电脑启动时,屏幕仍然黑着。

取下的棍子为:

#
# Box
#
Golden Memory
GM800D2S6/2G
2GB PC2-6400 CL6 200-Pin SODIMM

#
# Sticker in the RAM itself
#
GM800D2S6/2G
DDR2 200 PIN SODIMM 1.8V

怎样才能让这 4GB 安静地运行呢?

答案1

听起来笔记本电脑有一个内存控制器,设计用于支持两个 SODIMM 插槽,尽管笔记本电脑制造商没有在您的特定型号中连接第二个插槽。

考虑到这一点,dmidecode 输出表明限制仅为每个插槽 2 GB,而 4 GB 实际上是两个都插槽。由于您的笔记本电脑物理上只有一个插槽,因此您最多可以获得 2 GB。

Google 表示,KAV60 LO3 通常配备 32 位 Intel Atom CPU,因此可能不值得尝试将其升级到 2 GB 以上——对于大多数需要这种 RAM 的程序来说,CPU 无法跟上。(理论上,额外的 RAM 可用于页面缓存以加快文件访问速度,但将 HDD 升级到 SSD 可能会获得更好的效果。)

相关内容