lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 1 Jul 2010 09:24:54 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Jerome Lacoste <jerome.lacoste@...il.com>
Cc:	lkml <linux-kernel@...r.kernel.org>
Subject: Re: i8042 no mouse on resume. (i8042: failed to resume active
 multiplexor, mouse won't work.)

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ