You are not logged in.
I had the same problem on my Thinkpad T420. Blacklisting MEI fixed the issue, thanks to you.
EDIT: I do not use testing repos
EDIT2: wow, it seems that this leads to major power regression (like 2 hours less autonomy on my laptop). Is it possible? What is the mei module anyway?
Last edited by Rolinh (2012-01-22 14:54:20)
Offline
I noticed the same problems with MEI driver and power consumption on my Lenovo X220, but I am not sure if they are related.
Offline
EDIT2: wow, it seems that this leads to major power regression (like 2 hours less autonomy on my laptop). Is it possible? What is the mei module anyway?
Normally I would say that the MEI is a part of Intel Active Management Technology which is basically a remote management solution present in vPro chipsets and as such has nothing to do with power consumption. *But* my experience is that when I disable the AMT completly via BIOS setup, I loose even the builtin i5 mobile CPU frequency scaling features. ...Anyone from Intel here? :-)
Offline
Thanks for your answer. Well, I did a research about mei but I thought it could not be related. However, I unblacklisted the module (so I get the error at boot again now) but I regained the 2 hours I had lost. I did not change anything else. Pretty weird...
Offline
You can still blacklist the other watchdog driver (probably the iTCO_wdt module) to get rid of the error message.
Offline
Ok, I'll have a look at that. Thanks.
Offline
I have the same issue. If I blacklist iTCO_wdt I just get a different error message with the same 25 second pause:
Thu Jan 26 07:37:43 2012: :: Waiting for UDev uevents to be processed [BUSY] udevd[145]: worker [163] timeout, kill it
Thu Jan 26 07:37:43 2012:
Thu Jan 26 07:37:43 2012: udevd[145]: seq 1219 '/devices/pci0000:00/0000:00:1c.1/0000:03:00.0' killed
Thu Jan 26 07:37:43 2012:
Thu Jan 26 07:37:43 2012: udevd[145]: worker [163] terminated by signal 9 (Killed)
Offline
Actually I seem to get that whether I blacklist iTCO_wdt or not.
Last edited by JamieKitson (2012-01-26 07:48:18)
Offline
Same here... What is the current answer to this? I'm concerned about implementing a solution that is going to cost be battery time...
Offline
Jamies problem is IMO completely unrelated.
Offline
Jamies problem is IMO completely unrelated.
Yep. This, probably: https://bbs.archlinux.org/viewtopic.php?id=134012
As for the watchdog error... Have you guys thought about simply ignoring it? If you otherwise don't see any issues with the machine, watchdogs aren't really that critical to have. Unless it's about a server that's quite a bit away from your current position.
Offline
Have you guys thought about simply ignoring it? If you otherwise don't see any issues with the machine, watchdogs aren't really that critical to have. Unless it's about a server that's quite a bit away from your current position.
Yep, you are right. I don't understand them either. I bet no one is running watchdogd anyway.
Offline
laloch wrote:Jamies problem is IMO completely unrelated.
Yep. This, probably: https://bbs.archlinux.org/viewtopic.php?id=134012
Yes it was, thanks.
Offline
I don't understand them either.
It's an OCD "must get rid of all errors!" thing. Quite an amusing phenomenon.
Offline
Is there any solution here? I still have this error.
Offline
Is there any solution here? I still have this error.
Apparently we're obsessing. Anyway, I finally created a bug report upstream.
Offline
Any news here
Offline
bump: affected, too
Offline
I just disabled the mei module in my kernel config as suggested here, and I didn't notice a power regression, so for me, that was the solution to this problem.
Last edited by Sara (2012-05-24 02:18:51)
Registed Linux User 483618
Offline
Lars, I had the same problem on my Thinkpad x220i.
From the /var/log/errors.log
Jan 20 11:12:50 localhost kernel: [ 4.888313] watchdog: error registering /dev/watchdog (err=-16). Jan 20 11:12:50 localhost kernel: [ 4.888377] mei: unable to register watchdog device.
Blacklisting mei:
echo blacklist mei > /etc/modprobe.d/mei.conf
No more errors during boot!
+1 with Thinkpad x220i
Offline