Page 1 of 1

Logn pause during boot - sp5100-tco

PostPosted: Sep 9th, '23, 19:12
by MrTempleDene
Just upgraded to Mageia 9, love it

But when my system boots it pauses for approximately 2 minutes on this line

Code: Select all
sp5100-tco: Failed to reserve MMIO or alternate MMIO region


On googling this I found some suggestions to blacklist sp5100-tco in /etc/modprobe.d/sp5100_tco.conf but I don't have that file to add to and I'm not confident to go ahead and create it without some advice

Of course there may be a better solution.

Re: Logn pause during boot - sp5100-tco

PostPosted: Sep 9th, '23, 19:22
by doktor5000
MrTempleDene wrote:found some suggestions to blacklist sp5100-tco in /etc/modprobe.d/sp5100_tco.conf but I don't have that file to add to and I'm not confident to go ahead and create it without some advice

You can just create it. You could also add it to /etc/modprobe.d/blacklist-mga.conf - does not really matter as long as it's somewhere below /etc/modprobe.d/ in a .conf file.

Also, could you post the output as root of
Code: Select all
journalctl -ab | grep -i tco

Re: Logn pause during boot - sp5100-tco

PostPosted: Sep 9th, '23, 19:45
by MrTempleDene
Yes here you are

Code: Select all
Sep 09 17:12:32 localhost kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 09 17:12:32 localhost kernel: sp5100-tco sp5100-tco: Failed to reserve MMIO or alternate MMIO region
Sep 09 17:12:32 localhost kernel: sp5100-tco: probe of sp5100-tco failed with error -16

Re: Logn pause during boot - sp5100-tco

PostPosted: Sep 9th, '23, 21:17
by MrTempleDene
I blacklisted in blacklist-mga.conf with no success then tried creating sp5100_tco.conf and blacklisting in there with no success

I'm missing a step so back to google

Found references to /lib/modprobe.d so went there and added the blacklist to dist-blacklist.conf

This hasn't worked either

Unfortunately I have to go out for the evening now so I will come back to this tomorrow

Re: Logn pause during boot - sp5100-tco

PostPosted: Sep 9th, '23, 22:33
by doktor5000
Just to be sure, what did you add exactly? Also, you did reboot after blacklisting it, yes?

You can also try to disable watchdog / MMIO in your BIOS/UEFI. Also, what mainboard do you use, it's this one from your signature - Gigabyte GA-78LMT-USB3 ?

You could also add a full journal log after a fresh boot, maybe that line is not the culprit but just a red herring ... As root
Code: Select all
journalctl -ab > /tmp/journal.log
and later attach /tmp/journal.log here.