You are not logged in.

#1 2020-05-24 09:03:32

deivi
Member
Registered: 2020-05-24
Posts: 19

Asus Vivobook Asus VivoBook D509DA-EJ098 RAM NOT DETECTED CORRECTLY

Hi,

I've been playing around with arch in VirtualBox a few months now, and I have just decided to buy a new laptop and go ahead to install it.
I have already installed a tiling WM, sound, graphics & touchpad drivers... etc, but the computer has 8 GB ram and the system does only detect 6.

I've been time searching for a solution but I just can't get it right, can someone help me?

Thanks.

Last edited by deivi (2020-05-24 09:04:05)

Offline

#2 2020-05-24 10:20:07

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: Asus Vivobook Asus VivoBook D509DA-EJ098 RAM NOT DETECTED CORRECTLY

deivi wrote:

the system does only detect 6

https://bbs.archlinux.org/viewtopic.php?id=57855

Offline

#3 2020-05-24 14:13:08

deivi
Member
Registered: 2020-05-24
Posts: 19

Re: Asus Vivobook Asus VivoBook D509DA-EJ098 RAM NOT DETECTED CORRECTLY

Head_on_a_Stick wrote:
deivi wrote:

the system does only detect 6

https://bbs.archlinux.org/viewtopic.php?id=57855

Okey, sorry.

When I check the total memory this is what I get:

# cat /proc/meminfo | grep MemTotal
MemTotal:        6099892 kB

But when I check the RAM sizes this is what I get:

# sudo dmidecode -t memory | grep Size
    Size: 4096 MB
    Size: 4096 MB

This is my dmesg: https://pastebin.com/XnEypYEW

Offline

#4 2020-05-25 10:56:02

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: Asus Vivobook Asus VivoBook D509DA-EJ098 RAM NOT DETECTED CORRECTLY

OT but:

deivi wrote:
# cat /proc/meminfo | grep MemTotal
MemTotal:        6099892 kB

Useless use of cat:

grep MemTotal /proc/meminfo

And please use code tags rather than quote tags when posting terminal output, as I have done above.

deivi wrote:

This is my dmesg

dmesg wrote:
[    4.005506] amdgpu 0000:03:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)

^ Your Vega iGPU is grabbing 2GiB. Try using the vramlimit option for the amdgpu module to change that: https://wiki.archlinux.org/index.php/Ke … le_options

Reference: https://dri.freedesktop.org/docs/drm/gpu/amdgpu.html

And it looks like you haven't installed the linux-firmware package, the graphics chip will need that for full performance.

Last edited by Head_on_a_Stick (2020-05-25 11:01:40)

Offline

#5 2020-05-25 15:06:05

deivi
Member
Registered: 2020-05-24
Posts: 19

Re: Asus Vivobook Asus VivoBook D509DA-EJ098 RAM NOT DETECTED CORRECTLY

All right, that is enough. I have so many things to learn.

Thanks for your help

Offline

Board footer

Powered by FluxBB