mei_me kernel spam: how to fix

Forum rules
Share your brain ;)
pidsley
Hermit
Posts: 2539
Joined: Wed Oct 17, 2012 12:31 pm

mei_me kernel spam: how to fix

Unread post by pidsley » Sun Oct 27, 2013 1:43 am

I have seen this mentioned, and attributed to a kernel bug, but it has been annoying me so I fixed it. On one of my test machines (just one) using the 3.11-6 kernel spammed my console with

Code: Select all

[65.456035] mei_me 0000:00:03.0: reset: connect/disconnect timeout.
about once a second. Downgrading the kernel fixed it, but it can also be fixed more simply by blacklisting the mei_me module.

Either do this for an immediate fix:

Code: Select all

sudo rmmod mei_me
or create a file in /etc/modeprobe.d called mei.conf (or <whateveryoulike>.conf) like this:

Code: Select all

echo blacklist mei_me | sudo tee /etc/modprobe.d/mei.conf
and reboot. No more spam.

This is what the mei_me module is supposed to do: http://cateee.net/lkddb/web-lkddb/INTEL_MEI.html

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: mei_me kernel spam: how to fix

Unread post by machinebacon » Sun Oct 27, 2013 3:38 am

Thanks Pids, the same can be done for the ipw2200 module if it's not needed on one's box. I hate these "I spam your console every now and then" kernel messages.
..gnutella..

Post Reply