lshw 출력에서 "메모리가 확보되지 않음"은 무엇을 의미합니까?
Dec 26 2020
방금 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
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
내 기계
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
이것에 대해 걱정해야합니까?
답변
4 Pilot6 Dec 26 2020 at 16:50
lshw
아직 제대로 인식되지 않는 새 RAM 컨트롤러가 있습니다.
모든 RAM이 free
명령 에 따라 제대로 작동하기 때문에 전혀 문제가되지 않습니다 .
SamyAbdellatif Dec 26 2020 at 07:09
패키지를 가져 오는 저장소 목록이 여기에 저장됩니다. /etc/apt/sources.list
GUI를 사용하여 Ubuntu Software
탭에서 사용 가능한 모든 리포지토리를 활성화 restricted
하고 및 포함하는 모든 리포지토리 를 활성화 할 수 있습니다.universe
다음 시도
sudo apt-get autoclean
sudo apt-get update
sudo apt-get upgrade