From owner-freebsd-current@FreeBSD.ORG Wed May 21 19:44:03 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0B47F43; Wed, 21 May 2014 19:44:03 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.130]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA256 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA3B2925; Wed, 21 May 2014 19:44:03 +0000 (UTC) Received: from [192.168.178.36] (p57AEE30E.dip0.t-ipconnect.de [87.174.227.14]) by mrelayeu.kundenserver.de (node=mreue005) with ESMTP (Nemesis) id 0M6ym1-1WzFWi3g5F-00wozj; Wed, 21 May 2014 21:43:50 +0200 Message-ID: <537D01F5.2050101@janh.de> Date: Wed, 21 May 2014 21:43:49 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Hans Petter Selasky , John Baldwin , Kevin Oberman , Adrian Chadd Subject: Re: Thinkpad T410: resume broken References: <53762216.8020205@gmx.net> <537753F3.6000202@FreeBSD.org> <537CFB7C.60702@janh.de> <537CFCE4.2000300@selasky.org> In-Reply-To: <537CFCE4.2000300@selasky.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:Muzqf0Bb6iwmGUybrhPBXFee9hyGW+44VTMXp+H5uyH bkZyub8LXJwxQKN3/LNZQJydWil83E96wKp4V3n/ssQ4vlql8T phfptVZgVZoe1bsaub6ziSAak/noUYPR6+lNeHaioDVC4Gd63+ YQiyb8+GKnrP/rADw11vphiaOw5n8edlW21rQPPugqtXwFzi5A f9Iyt5MVtnFyyfYC4HMtRa3GOkcHRFLoL8Y+VAGaGv/KKMQ7+G vqBHGb98Vh4gavAmkStNGQ1FXs9dubblz0Cp8Z1cKCsU91/MUy Q6TKyzoPczZHfFTgYGNfaZTxvFaOzzGtt9s8b7fZV3re2NTa9F xTy9RqjTmydt2v+S8o6U= Cc: "current@freebsd.org" , Stefan Ehmann , "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 19:44:03 -0000 On 05/21/2014 21:22, Hans Petter Selasky wrote: > On 05/21/14 21:16, Jan Henrik Sylvester wrote: >> Unfortunately, my USB mouse does not work anymore: After the first >> resume, it took a few seconds until it worked again (the build in >> touchpad was back immediately). After the second resume, it would not >> work anymore at all, even after reconnecting it to a different EHCI >> port. It does work at a XHCI, though, until the next resume. Anyhow, >> this is obviously not related to the original problem. > > Hi, > > USB controller are being reset at resume, so I think this indicates a > more fundamental PCI/BUS problem. Looking through dmesg, it seems that other USB devices (build-in) are reappearing (Qualcomm Gobi 2000, Broadcom Bluetooth Device) after resume, just not the mouse. Are these lines likely related? pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.PEG_: AE_BAD_PARAMETER pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP1: AE_BAD_PARAMETER pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP2: AE_BAD_PARAMETER pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP4: AE_BAD_PARAMETER pci0: failed to set ACPI power state D2 on \134_SB_.PCI0.EXP5: AE_BAD_PARAMETER Thanks, Jan Henrik