Comment 45 for bug 335570

Revision history for this message
b3d (jim-herrmann) wrote : Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

This means it will be fixed in future releases of Ubuntu? That would be
awesome.

On Fri, Jul 15, 2011 at 6:43 AM, George Hein <email address hidden> wrote:

> FIXED via adding following file for all versions of Ubuntu tried in the
> last year:
>
>
> #!/bin/sh
> # File: "/etc/pm/sleep.d/20_custom-ehci_hcd". FIX for IDEAPAD-Y530
> case "${1}" in
> hibernate|suspend)
> # Unbind ehci_hcd for first device 0000:00:1a.7:
> echo -n "0000:00:1a.7" | tee
> /sys/bus/pci/drivers/ehci_hcd/unbind
> # Unbind ehci_hcd for second device 0000:00:1d.7:
> echo -n "0000:00:1d.7" | tee
> /sys/bus/pci/drivers/ehci_hcd/unbind
> ;;
> resume|thaw)
> # Bind ehci_hcd for first device 0000:00:1a.7:
> echo -n "0000:00:1a.7" | tee
> /sys/bus/pci/drivers/ehci_hcd/bind
> # Bind ehci_hcd for second device 0000:00:1d.7:
> echo -n "0000:00:1d.7" | tee
> /sys/bus/pci/drivers/ehci_hcd/bind
> ;;
> esac
>
> --
> You received this bug notification because you are subscribed to a
> duplicate bug report (354708).
> https://bugs.launchpad.net/bugs/335570
>
> Title:
> [LENOVO 7454CTO] suspend/resume failure
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscriptions
>

--
"Of all forms of tyranny the least attractive and the most vulgar is the
tyranny of mere wealth, the tyranny of plutocracy." -- John Pierpont Morgan