The officially official Devuan Forum!

You are not logged in.

#1 2022-11-21 06:49:08

amc252
Member
From: Italy/México
Registered: 2021-01-16
Posts: 44  

[SOLVED] no MMIO resource found error

Hi,

On my Devuan Chimaera box I keep getting the following dmesg error:

[  887.331600] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[  887.331731] r8169 0000:01:00.0: no MMIO resource found

It shows up over and over on tty.
I have checked for drivers and modules errors but haven't found anything.
Any suggestion as to what might cause it?

Thanks.

Last edited by amc252 (2022-11-21 06:51:34)

Offline

#2 2022-11-21 06:55:14

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] no MMIO resource found error

The trick with problems like these is to enter the error message into a search engine.

I did that with your message (you're welcome) and this was the first link given:

https://askubuntu.com/questions/372363/ … eally-mean

Please use a search engine before starting another thread. Thanks.


Brianna Ghey — Rest In Power

Offline

#3 2022-11-21 07:33:48

amc252
Member
From: Italy/México
Registered: 2021-01-16
Posts: 44  

Re: [SOLVED] no MMIO resource found error

Thanks.

The post indicated refers to older drivers than what Devuan is using now, which makes it simpler.
In case anyone else got the same problem, what worked for me was:

sudo apt-get install r8168-dkms
sudo rmmod r8169
sudo touch /etc/modprobe.d/blacklist.conf
sudo echo "blacklist r8169" > /etc/modprobe.d/blacklist.conf
sudo update-initramfs -u -k all

Last edited by amc252 (2022-11-21 18:34:43)

Offline

Board footer