Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754534AbdCIAbg (ORCPT ); Wed, 8 Mar 2017 19:31:36 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39396 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751929AbdCIAbe (ORCPT ); Wed, 8 Mar 2017 19:31:34 -0500 Date: Wed, 8 Mar 2017 21:15:58 +0100 From: Greg KH To: Diego Viola Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: Dell Inspiron 5558/0VNM2T hangs at resume from suspend when USB 3 is enabled Message-ID: <20170308201558.GA16596@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1022 Lines: 32 On Wed, Mar 08, 2017 at 03:49:19PM -0300, Diego Viola wrote: > It hangs on resume from suspend if I have USB 3.0 enabled on the BIOS, > it works fine with ehci_hcd or USB 2.0. > > The way I reproduce the problem is with this command: > > $ i3lock && systemctl suspend > > This is what I see on the screen when it hangs: > > https://dl.dropboxusercontent.com/u/6005119/dell/IMG_20170308_095000.jpg > https://dl.dropboxusercontent.com/u/6005119/dell/IMG_20170307_133928.jpg > > Some logs: > > https://dl.dropboxusercontent.com/u/6005119/dell/dmesg1.txt > https://dl.dropboxusercontent.com/u/6005119/dell/dmesg2.txt > > I'm on Arch Linux x86_64, kernel 4.9.11-1-ARCH. > > I also tried Linux 4.10.1 and I could reproduce this problem there as well. > > Please let me know if I could provide more info. Has any previous kernel ever worked properly before? If so, any chance you can use 'git bisect' to find the offending commit? And are you sure you have updated your bios to the latest version? thanks, greg k-h