lshw 输出中的“内存无人认领”是什么意思?

yup*_*guy 1 firmware system-installation ubuntu-drivers 20.04

我刚刚全新安装了 Ubuntu 20.04(完全覆盖了之前的安装)。然后安装所有固件/软件更新。

然后我跑了sudo lshw -c memory,这显示

*-memory UNCLAIMED
       description: RAM memory
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 14.2
       bus info: pci@0000:00:14.2
       version: 30
       width: 64 bits
       clock: 33MHz (30.3ns)
       capabilities: pm bus_master cap_list
       configuration: latency=0
       resources: iomemory:600-5ff iomemory:600-5ff memory:6013108000-6013109fff memory:601310d000-601310dfff
Run Code Online (Sandbox Code Playgroud)

free -h, 输出

              total        used        free      shared  buff/cache   available

Mem:          7.6Gi       1.6Gi       4.5Gi       124Mi       1.4Gi       5.5Gi

Swap:         2.0Gi          0B       2.0Gi
Run Code Online (Sandbox Code Playgroud)

我的机器

Machine :  Acer Aspire 5 (A5 515-55g).
Processor: Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz
Memory  : 7923MB (5740MB used)
Resolution  : 1920x1080 pixels
OpenGL Renderer : GeForce MX350/PCIe/SSE2 (Nvidia driver 455 open-source)
Gnome-shell version: 3.36.8
Run Code Online (Sandbox Code Playgroud)

我应该担心这个吗?

Pil*_*ot6 5

您有一个lshw尚未正确识别的新 RAM 控制器。

这根本不是问题,因为您的所有 RAM 都根据free命令正常工作。