Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mmap bar1: Invalid argument #6

Open
LutzenH opened this issue Jun 24, 2019 · 2 comments
Open

mmap bar1: Invalid argument #6

LutzenH opened this issue Jun 24, 2019 · 2 comments

Comments

@LutzenH
Copy link

LutzenH commented Jun 24, 2019

When running lsirec on linux kernel 4.5 or higher the program gives the error: mmap bar1: Invalid argument. This is due to memory mapping being prevented when the device drivers are loaded.

A workaround to this is to add to /etc/default/grub the kernel parameters: iomem=relaxed
and updating grub after that with update-grub.

@nzjc
Copy link

nzjc commented Oct 12, 2019

Cool - I had the same issue as well. However, this doesn't help those of us running a (for instance) Debian live CD... Is there somewhere else this could be set?

@nanaya
Copy link

nanaya commented Mar 1, 2021

Cool - I had the same issue as well. However, this doesn't help those of us running a (for instance) Debian live CD... Is there somewhere else this could be set?

A few years late but I just edit it directly on the grub screen by pressing e on the corresponding boot entry (append it on the vmlinuz line).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants