From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Exception code: 0xc0000006 after waking computer from sleep Date: Tue, 03 Feb 2015 00:26:14 +0000 Message-ID: <87oapbet7d.fsf@robertthorpeconsulting.com> References: <83bnlcgle5.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422923199 16535 80.91.229.3 (3 Feb 2015 00:26:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2015 00:26:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 03 01:26:34 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIRK5-0000ll-UN for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Feb 2015 01:26:34 +0100 Original-Received: from localhost ([::1]:57244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIRK4-0000Jw-QJ for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Feb 2015 19:26:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIRJu-0000Je-Fl for help-gnu-emacs@gnu.org; Mon, 02 Feb 2015 19:26:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIRJp-0003Q8-Cm for help-gnu-emacs@gnu.org; Mon, 02 Feb 2015 19:26:22 -0500 Original-Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:38812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIRJp-0003Py-7M for help-gnu-emacs@gnu.org; Mon, 02 Feb 2015 19:26:17 -0500 Original-Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp05.blacknight.com (Postfix) with ESMTPS id 821BC98FF7 for ; Tue, 3 Feb 2015 00:26:15 +0000 (UTC) Original-Received: (qmail 16620 invoked from network); 3 Feb 2015 00:26:15 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.76.240.199]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 3 Feb 2015 00:26:15 -0000 In-Reply-To: <83bnlcgle5.fsf@gnu.org> (message from Eli Zaretskii on Mon, 02 Feb 2015 21:32:02 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102451 Archived-At: Eli Zaretskii writes: >> Date: Mon, 2 Feb 2015 11:06:09 -0800 (PST) >> From: BobD ... > My advice to you would be to update the USB device drivers, and > perhaps replace the disk itself or the hub. This is probably one of the large number of resume bugs in USB hardware. Many USB devices have bugs in resuming from various low-power states. The so-called "S3 resume" bugs are particularly common. This is partly because of inconsistency in the way PCs deal with it. Some of them turn off the 5V power supply to the USB devices (Vbus) while others leave it on. Either choice is valid but some hardware makers only test with it on. A different disk may fix it, or it may have a similar bug. It may also be another device connected to USB which has the bug. Quite a few USB hubs lie to the USB controller. They report themselves as being powered by an external power supply, when they're in fact powered by the 5V from USB. It's best to keep Emacs on an internal hard disk. BR, Robert Thorpe