Skip to main content
Topic: Did your kernel enable CONFIG_IO_STRICT_DEVMEM? (Read 1256 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

Did your kernel enable CONFIG_IO_STRICT_DEVMEM?

My System Artix Plasma openrc

following the command and the error message:
Code: [Select]
nvme show-regs -H /dev/nvme0
nvme0 failed to map. Did your kernel enable CONFIG_IO_STRICT_DEVMEM?

Can anyone help me to solve this issue?

Thanks in advance and best regards.

Re: Did your kernel enable CONFIG_IO_STRICT_DEVMEM?

Reply #1
My System Artix Plasma openrc

following the command and the error message:
Code: [Select]
nvme show-regs -H /dev/nvme0
nvme0 failed to map. Did your kernel enable CONFIG_IO_STRICT_DEVMEM?

Can anyone help me to solve this issue?

Thanks in advance and best regards.

At least let us know what kernel you're currently running. Regardless, you can check it by yourself in /proc/config.gz

Re: Did your kernel enable CONFIG_IO_STRICT_DEVMEM?

Reply #2
Code: [Select]
uname -a
Linux Tony-Haupt-PC 5.12.14-artix1-1 #1 SMP PREEMPT Thu, 01 Jul 2021 20:51:04 +0000 x86_64 GNU/Linux

I don't know how to  read '/proc/config.gz', have you a command for my?

 

Re: Did your kernel enable CONFIG_IO_STRICT_DEVMEM?

Reply #3
Yes, it's enabled by default.

Code: [Select]
CONFIG_IO_STRICT_DEVMEM=y