Re: i8042 no mouse on resume. (i8042: failed to resume activemultiplexor, mouse won't work.)

From: Dmitry Torokhov
Date: Thu Jul 01 2010 - 12:25:11 EST


Hi Jerome,

On Thu, Jul 01, 2010 at 07:00:45AM +0200, Jerome Lacoste wrote:
> [Please CC me]
>
> Hei,
>
> I've had a suspend/resume issue for 3 years: my mouse isn't working
> upon resume. I see this at resume time:
>
> i8042: failed to resume active multiplexor, mouse won't work.
>
> and also some
>
> atkbd.c: Spurious ACK on isa0060/serio0. Some program might be
> trying access hardware directly.
>
> I used to solve it by unbinding/binding my i8042 module after suspend.
> Worked great.
> Now that I've upgraded my distribution once more, the latest kernel
> doesn't expose unbind/bind attributes for the driver.
> See http://marc.info/?l=linux-kernel&m=125585230724962&w=2 for patch
> and thread that (understandably) disabled the feature.
>
> So it looks like there's no workaround left for me to troubleshoot
> this problem. I guess I need to finally fix the original issue !
>
> I've enabled i8042.debug. I've tested the following: boot. go to
> console. echo mem > /sys/power/state, resume, ALT+F7: no mouse on gdm.
>

...

>
> so i8042_set_mux_mode() doesn't seem to work at all
>
> I am running
>
> Linux expresso2 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3
> 22:02:19 UTC 2010 i686 GNU/Linux
>
> But as far as I can tell, there's no modification to i8042 in that
> kernel (http://packages.ubuntu.com/en/lucid/linux-image-2.6.32-22-generic)
>
> Let me know if you need anything else.
>
> Cheers,
>
> Jerome
>
> For reference,
>
> * the hardware is a Lenovo 3000 N100

We already trying to disable MUX mode on Lenovo 3000 N100, see
drivers/input/serio/i8042-x86ia64io.h:

{
/* Lenovo 3000 n100 */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "076804U"),
},
},

What's in your dmi?

--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/