You are not logged in.
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
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
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