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:	Fri, 21 Jan 2011 10:16:35 +0100
From:	Jiri Slaby <jirislaby@...il.com>
To:	"Rafael J. Wysocki" <rjw@...e.com>
CC:	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
	Linux-pm mailing list <linux-pm@...ts.linux-foundation.org>
Subject: Re: Resume hangs [was: mmotm 2010-12-02-16-34 uploaded]

On 01/20/2011 10:02 PM, Rafael J. Wysocki wrote:
> In that case the next step would be to build the kernel with
> CONFIG_PM_ADVANCED_DEBUG set and try to switch the async flag for individual
> devices (it is located is /sys/devices/.../power/ for each device).
> 
> For example, I wonder if it is sufficient to unset it for all USB devices.

Ok, I added
for aa in /sys/bus/usb/devices/*/power/async; do
        echo disabled > $aa
done
to /etc/init.d/boot.local. Let's see :).

thanks,
-- 
js
--
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