[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2014-09-15 Thread brianM
This bug still affects me with U14.04 and an addon pcie usb3 card. The solution that worked for me was the script in #61 (thanks Dale). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title:

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2013-06-12 Thread Foo Bar
This still affects 13.04, latest kernel. SUpport compiled into the kernel - no way to disable the module as a workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI (USB 3.0)

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2013-06-12 Thread Bryn Hughes
I don't believe this issue still exists personally. My Lenovo W510 suspends absolutely fine with Precise (12.04). I have tested with the 3.5 kernel as well without issues. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2013-02-19 Thread oni
Kernel 3.5.0-24-generic is still affected. After recompiling the kernel with xhci as a module fixes the Problem. So I suggest to change the default config. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2012-12-09 Thread Ákos Maróy
I seem to have the same issue with 12.10, kernel 3.5.0-19-generic. this is what I get in dmesg when trying to suspend: [ 40.213352] xhci_hcd :02:00.0: WARN: xHC CMD_RUN timeout [ 40.213370] suspend_common(): xhci_pci_suspend+0x0/0x40 returns -110 [ 40.213373] pci_pm_suspend():

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2012-03-27 Thread Ville Ranki
Could someone change this bug back to Confirmed on Ubuntu Oneiric? It is not fixed and makes for example HP Elitebooks unusable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-10-24 Thread Jeremy Kerr
It sounds like a new bug has been introduced; this bug was tracking the lack of PM support in the xhci stack. If you're experiencing a problem that is resolved by adding xhci_hcd to SUSPEND_MODULES, please file a new bug, and post the bug number here so folks can find it. Thanks! -- You

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-10-23 Thread Thucydides411
There is a fix released for this? It hasn't made its way into Ubuntu then. Klugy hacks are still required to suspend on most modern laptops. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-09-06 Thread Ville Ranki
Recently (in a couple of weeks) this bug has appeared in Natty on HP Elitebook 8540p. rmmoding xhci_hcd before suspend helps. Looks like a regression. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-08-31 Thread Alex M. Lowe
I have also been experiencing this bug in Oneiric (like #56). Can we reopen this bug for Oneiric? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI (USB 3.0) kernel Module Prevents

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-07-08 Thread Dale Lukas Peterson
I have a Lenovo Thinkpad W510, and the following works flawlessly for me: 1) As root/sudo, create /etc/pm/sleep.d/20_custom-xhci_hcd with the following contents: #!/bin/sh # File: /etc/pm/sleep.d/20_custom-xhci_hcd. TMPLIST=/tmp/xhci-dev-list case ${1} in hibernate|suspend) echo -n

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-07-08 Thread Dale Lukas Peterson
Additionally, the solution in comment #61 works perfectly for with hibernate, although hibernate takes forever to enter into and come out of (almost as much time as a shutdown and restart, with the exception that your applications all come back). -- You received this bug notification because you

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-07-07 Thread Markus Reuther
I am also affected by this problem (or not?) using Natty (fresh install) on my new ThinkPad X220 with i7 and usb 3.0. The proposed workaround by adding SUSPEND_MODULES=xhci_hcd to /etc/pm/config.d/unload_module did not work for me. I tried a lot and found out that suspend to ram works if I

Re: [Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-07-07 Thread Simon Hirscher
Markus, can you tell what exactly is being displayed after suspending? I have to say that suspend worked for me a while ago (after having upgraded my Thinkpad W510's BIOS) but now, I'm experiencing a similiar (if not the same) issue like you: When I press the power button (turn it on again) or

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-07-07 Thread d3mia7
Markus / Simon: Do you believe your problems have any relation to your USB 3.0 hardware? Note that this is not a general purpose bug for troubleshooting resume issues. This bug only covers the specific case of a system with a USB 3.0 controller using the XHCI driver not being able to suspend

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-07-07 Thread Markus Reuther
@Simon What is shown on resume if it freezes is non-deterministic. I guess it sometimes shows the log messages that where displayed just before suspend. Sometimes the screen is blank. @d3mia7 After more and more testing, I don't believe that I postet in the correct bug report. I found out that

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-07-06 Thread Neil J. Patel
This bug is showing up on Oneiric with x220 i7 + USB3. The fix mentioned in the description works...regression in Oneiric kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-05-17 Thread Christophe Beauregard
I'm seeing this on a fresh Natty upgrade. Kernel 2.6.38-8. Removing xhci_hcd makes suspend work again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI (USB 3.0) kernel Module

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-04-28 Thread Logan
Just installed Natty - still had to perform the fixes on Comment #47's forum link in order to get suspend/hibernate working on my ASUS U43F- BBA6. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-04-28 Thread Martin Spacek
From what I've seen so far on a fresh install of Natty on my Thinkpad W510, suspend/resume works fine, even after a few tries in a row. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title:

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-04-10 Thread Jessie Morris
By the way, in Natty (11.04), I had to remove the iwlagn part on the SUSPEND_MODULES while running the newest kernel. If I didn't, Network Manager would sit there saying, Authorizing forever. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-02-09 Thread Racecar56
On my GA-770T-USB3 motherboard, adding exactly SUSPEND_MODULES=xhci- hcd to the exact file /etc/pm/config.d/unload_module works extremely well for me on Maverick with kernel 2.6.35-25-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-01-25 Thread Chris Van Hoof
USB 3.0 Power Management support landed in 2.6.37, and was pulled into natty, marking that task Fix Released. Marking the Maverick/Lucid tasks as won't fix as these changes have been found to be too intrusive to backport. ** Changed in: linux (Ubuntu Natty) Status: Triaged = Fix Released

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-01-05 Thread Chris Van Hoof
** Changed in: oem-priority Assignee: Canonical Kernel Team (canonical-kernel-team) = Chris Van Hoof (vanhoof) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI (USB 3.0)

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2011-01-04 Thread NakedNous
ptha workaround did the trick for me. Thanks (asus N53J) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI (USB 3.0) kernel Module Prevents Suspend -- ubuntu-bugs mailing list

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-12-19 Thread R. A. Rivas Diaz
I'm running Ubuntu 10.10 on a Sager laptop and also have this problem. Adding the script to /etc/pm/sleep.d/ to unload/reload the xhci_hcd module seems to solve the problem for me. After reading the comments, I'm not sure if it's better to add xhci_hcd to SUSPEND_MODULES. -- You received this

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-12-18 Thread ptha
Hi all, I'm running 10.10 on an Asus N61JQ laptop. Here are the steps I've taken to get suspend/hibernate working on my laptop. For hibernate, I had to resize my swap as it had been created smaller than my actual RAM size. I tried adding SUSPEND_MODULES=xhci_hcd, which helped but did not resolve

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-12-03 Thread Martin Spacek
Jerome, either seems to work fine (other than the occasional hang). If you look at the modprobe man page, it says that _ and - are synonymous. Although I guess it's better to use _, since that's what all the module names show when you do lsmod. -- You received this bug notification because you

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-12-02 Thread Martin Spacek
As mentioned by Jerone Young in comment #28, I've noticed that even with SUSPEND_MODULES=xhci-hcd in unload_modules, once in a while, after a few suspend/resume cycles, My Thinkpad W510 maverick system will hang while trying to suspend, and has to be hard powered off. This is bad. I don't run any

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-12-02 Thread Jerome Lacoste
Martin, you wrote SUSPEND_MODULES=xhci-hcd instead of SUSPEND_MODULES=xhci_hcd. Could that be a problem ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/522998 Title: XHCI (USB 3.0) kernel Module

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-29 Thread Chris Van Hoof
** Tags added: hwe-blocker -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-12 Thread Brian Murray
** Also affects: linux (Ubuntu Natty) Importance: Medium Status: Triaged -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-11 Thread itoas
When adding echo disable /sys/firmware/acpi/interrupts/gpe01 to /etc/rc.local don't forget to change the execution bit with $ chmod u+x /etc/rc.local -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-11 Thread Gabou
Temporary fix (Please note the _ in xhci_hcd) On Ubuntu 10.10 # Be root sudo su # Edit this file vim /etc/pm/sleep.d/05_xhci Here is the content of this file #!/bin/sh # Fix some issues with USB3 if [ $1 = suspend ] then modprobe -r xhci_hcd fi if [ $1 =

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-11 Thread Jeremy Kerr
Gabou: if I'm not mistaken, the SUSPEND_MODULES fix above does exactly that. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-09 Thread Jeremy Kerr
OK, looks like we've got the XHCI power management patches upstream in 2.6.37-rc1: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=5cc103506289de7ee0a0b526ae0381541990cad4 Unfortunately, it looks like there's be quite a few xhci updates to backport if we were

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-09 Thread Jeremy Kerr
In other news, the Natty kernel has recently been uploaded, it's based on 2.6.37-rc1, which will have these patches. If you can, please try this kernel with USB 3 suspend/resume and let me know how it goes. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-11-09 Thread Jeremy Kerr
We *may* be able to just grab the power management implementation patches Nope, we're missing some prerequisites for these patches, so can't do a trivial backport. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-10-11 Thread Vin Shankar
Bug confirmed still present in Maverick release (not that we were expecting anything different - wouldn't have been feasible). For me, the offending device is an UPEK fingerprint reader. Workaround works as expected. -- XHCI (USB 3.0) kernel Module Prevents Suspend

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-10-09 Thread Robbie Williamson
Release noting for 10.10: When the XHCI module is loaded for USB 3.0 operation the system cannot suspend. Manually unloading XHCI will allow suspend to complete normally. To avoid future suspend problems, the workaround is to add: SUSPEND_MODULES=xhci to /etc/pm/config.d/unload_module then

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-10-09 Thread Martin Spacek
@Robbie: Apparently, the module has been renamed xhci_hcd. Perhaps that should be indicated in the release notes? ** Changed in: ubuntu-release-notes Status: Fix Released = Confirmed -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-10-09 Thread Jeff Burns
@Robbie and @Martin, Since running out of time before Maverick releases, I updated the Release Notes. :) Please see the following and review for accuracy: https://wiki.ubuntu.com/MaverickMeerkat/ReleaseNotes#Boot,%20installation,%20upgrade%20and%20post-install cheers Jeff Burns -- XHCI (USB

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-10-09 Thread Martin Spacek
** Changed in: ubuntu-release-notes Status: Confirmed = Fix Released -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-10-09 Thread Jeff Burns
I should've added to my previous post - the workaround for Maverick did work on my Thinkpad W510. (adding SUSPEND_MODULES=xhci-hcd to /etc/pm/config.d/unload_module) -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-10-03 Thread Tadeo.Balderrama
Sorry if this has already been addressed: Running 10.04 on Lenovo 3000 V100, machine was going into suspend without issues until I upgraded the kernel to 2.6.32-25-generic a couple of days ago. I tried the solution on post #13 but it gives me: bash: /sys/bus/usb/devices/usb1/power/wakeup:

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-09-19 Thread creeson
I was getting the messages: pm_op(): usb_dev_freeze+0x0/0x20 returns -2 PM: Device usb9 failed to freeze async: error -2 This is an usb 3.0 port on a new computer with Ubuntu 10.10 The proposed workaround: create files : /etc/pm/config.d/00sleep_module and /etc/pm/config.d/unload_module add

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-09-19 Thread Robbie Williamson
** Also affects: linux (Ubuntu Maverick) Importance: Medium Status: Triaged ** Also affects: linux (Ubuntu Lucid) Importance: Undecided Status: New -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-09-19 Thread Robbie Williamson
Marking this for the 10.10 release notes, seeing how it's unlikely to be fixed by the release date. ** Also affects: linux Importance: Undecided Status: New ** Changed in: linux Status: New = Invalid ** Also affects: ubuntu-release-notes Importance: Undecided Status:

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-09-15 Thread Jeremy Kerr
The next version of the patchset (v6) has been posted: http://article.gmane.org/gmane.linux.usb.general/35579. Jerone: I'm sure that upstream will welcome extra testing, but there has not been any requests for such. No news on any progress in inclusion into mainline, unfortunately. -- XHCI (USB

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-08-08 Thread Jerone Young
@Jeremy Unfortunetly it's not. The reason is we have seen that unloading the module can have bad effects at times when doing multiple suspends. The safest way is to have the suspend code in the driver. Do you know if upstream is looking for testing to help move inclusion along? --

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-08-03 Thread Jeremy Kerr
Jerone - the linked patch is version 4; there is a v5 of that series on linux-usb at the moment (http://www.spinics.net/lists/linux- usb/msg33949.html, we'll probably need the rest of that series too). It looks like there are still a few issues to be sorted out before this series will be merged.

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-06-27 Thread Jerone Young
To help someone working on this on the community side. If you look in drivers/usb/host/xhci-pci.c you will find comments suspend and resume implemented later in structs hc_driver xhci_pci_hc_driver xhci_pci_driver where there should be function pointers to functions so that it can suspend.

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-06-21 Thread Tony Espy
** Changed in: oem-priority Status: New = Triaged -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-06-21 Thread Alex Gontmakher
I have the same issue on Dell Latitude Z600 - at least, I see dmsg lines that hint of the same problem. However, the workarounds listed above do not make my laptop suspend. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-06-01 Thread Martin Spacek
I just gave it a try. Unsurprisingly, this firmware update hasn't resolved this issue. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-31 Thread Martin Spacek
I just noticed the following firmware update for the NEC USB 3.0 controller for the Thinkpad W510 at http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-75165 Version 3.0.2.5 * (New) Initial release * (New) Mass Storage Class UAS (USB Attached SCSI) is supported. *

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-27 Thread d3mia7
Agreed, this is probably not fixable in terms of total functionality under Lucid (and possibly not even under Maverick), however there needs to be some sort of workaround in place especially as this is an LTS release. Within 6 months USB 3.0 ports will start to become standard across the board.

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-26 Thread mpgarate
I did a fresh install, and then this worked. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-26 Thread Stefan Bader
As mentioned in comment #5, the driver code explicitly states that suspend/resume will be implemented later (whenever that will be, has not changed as of today), so the work-around is the way to go until then. Depending on the impact of changes if this happens, this might or might not be

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-26 Thread Stefan Bader
I set this to triaged and leave the Lucid nomination open for now. This falls in the category of we cannot fix this as upstream did not implement it. Maybe there is some development there in the Maverick cycle or not. But that is totally open. ** Changed in: linux (Ubuntu) Importance:

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-26 Thread Manoj Iyer
** Tags added: kernel-reviewed -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-25 Thread d3mia7
@TheDreamer - with this method do your USB 3.x ports work after resume? -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-25 Thread TheDreamer
Wasn't aware that I had USB 3.x ports, I don't any have USB 3.x devicesalso I don't think I've ever used the USB ports on the laptop (except to charge my phone when I'm traveling). Well, I actually, I guess I have used the USB portsbut only so that I could disable the beeper on some UPSs

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-25 Thread mpgarate
I have the w510 and none of these workarounds worked for me. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-23 Thread TheDreamer
I have a Lenovo 3000 V200 laptop, and I used: echo disabled /sys/bus/usb/devices/usb2/power/wakeup -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-21 Thread Lukas Svoboda
echo disabled /sys/bus/usb/devices/usb1/power/wakeup solves the problem on Lenovo 3000 V100 laptop. The problematic device is the integrated camera: Bus 001 Device 002: ID 0402:5602 ALi Corp. Video Camera Controller -- XHCI (USB 3.0) kernel Module Prevents Suspend

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-21 Thread Jerone Young
@Lukas When you do this does the camera usable after suspsend ? I suspect it will not be. -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-18 Thread Pedro Villavicencio
** Changed in: oem-priority Assignee: Canonical Platform QA Team (canonical-platform-qa) = Canonical Kernel Team (canonical-kernel-team) ** Changed in: linux (Ubuntu) Assignee: (unassigned) = Canonical Kernel Team (canonical-kernel-team) -- XHCI (USB 3.0) kernel Module Prevents

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-17 Thread Jerone Young
** Tags added: lenovo -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-17 Thread Kevin Krafthefer
** Changed in: oem-priority Assignee: (unassigned) = Canonical Platform QA Team (canonical-platform-qa) ** Changed in: oem-priority Importance: Undecided = Medium -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-10 Thread Alexander Hungenberg
please also have a look at the duplicate bug: The workaround echo disable /sys/bus/usb/devices/usb*/power/wakeup also fixes the problem. Maybe this is a hint? -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-10 Thread d3mia7
*** This bug is a duplicate of bug 515109 *** https://bugs.launchpad.net/bugs/515109 ** This bug has been marked a duplicate of bug 515109 cannot suspend usb devices on lucid -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-10 Thread Jerone Young
** This bug is no longer a duplicate of bug 515109 cannot suspend usb devices on lucid -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-05-05 Thread d3mia7
Note that the module has been renamed xhci_hcd in the latest mainline kernel (2.6.34-rc6). -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-04-27 Thread Dushyant Shringi
System config: i7-930, Gigabyte x58a-ud7, Ubuntu Lucid Lynx 10.04 RC USB 3.0 controller on ga-x58a-ud7 motherboard create files : /etc/pm/config.d/00sleep_module and /etc/pm/config.d/unload_module add line to files : SUSPEND_MODULES=xhci fixed my not hibernating problem. Thank you -- XHCI

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-04-27 Thread Jerone Young
** Also affects: oem-priority Importance: Undecided Status: New -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-04-27 Thread d3mia7
Hi everyone, Please mark this bug as affecting you rather than commenting about the workaround - we know that manually unloading the module or adding SUSPEND_MODULES=xhci fixes the problem, but this is not the correct solution. The XHCI driver either needs to have suspend implemented, or

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-04-15 Thread Pablo Vanwoerkom
Martin, I added SUSPEND_MODULES=xhci to /etc/pm/config.d/00sleep_module (create the file if it doesn't exist), have you tried that? -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 522998] Re: XHCI (USB 3.0) kernel Module Prevents Suspend

2010-04-11 Thread Jerone Young
** Summary changed: - XHCI (USB 3.0) Module Prevents Suspend + XHCI (USB 3.0) kernel Module Prevents Suspend -- XHCI (USB 3.0) kernel Module Prevents Suspend https://bugs.launchpad.net/bugs/522998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to