Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2011-07-15 Thread b3d
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  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 :00:1a.7:
>   echo -n ":00:1a.7" | tee
> /sys/bus/pci/drivers/ehci_hcd/unbind
>  # Unbind ehci_hcd for second device :00:1d.7:
>   echo -n ":00:1d.7" | tee
> /sys/bus/pci/drivers/ehci_hcd/unbind
>;;
>resume|thaw)
>  # Bind ehci_hcd for first device :00:1a.7:
>  echo -n ":00:1a.7" | tee
> /sys/bus/pci/drivers/ehci_hcd/bind
>  # Bind ehci_hcd for second device :00:1d.7:
>  echo -n ":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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-11-15 Thread danzber
Ah, I didn't chmod.  That did the trick.  Thanks a lot!  Finally!

On Sat, Nov 13, 2010 at 4:41 PM, Arun <335...@bugs.launchpad.net> wrote:

> I made the file an executable to match the other files. In fact I just
> created and chmoded and did a suspend (no restart ) or anything. It worked
> straight.
>
> Cheers,
> Arun
>
> Sent from my Nexus One
> On 13 Nov 2010 21:36, "danzber"  wrote:
> > This did not resolve the issue for me. Did you do anything else, other
> than
> > create the file?
> >
> > On Wed, Nov 10, 2010 at 4:09 PM, Arun <335...@bugs.launchpad.net> wrote:
> >
> >> Even hibernate issue is fixed with this workaround! Yay!
> >>
> >> On Wed, Nov 10, 2010 at 8:35 PM, Arun  wrote:
> >>
> >> > Wow! very nice. It fixed the issue!!
> >> > Thanks a lot TM! I am happy now :)
> >> >
> >> >
> >> > On Tue, Nov 9, 2010 at 8:40 AM, tm  wrote:
> >> >
> >> >> Workaround for lenovo y530 suspend to ram:
> >> >>
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/587457/comments/6
> >> >>
> >> >> --
> >> >> [LENOVO 7454CTO] suspend/resume failure
> >> >> https://bugs.launchpad.net/bugs/335570
> >> >> You received this bug notification because you are a direct
> subscriber
> >> >> of a duplicate bug (351052).
> >> >>
> >> >
> >> >
> >>
> >> --
> >> [LENOVO 7454CTO] suspend/resume failure
> >> https://bugs.launchpad.net/bugs/335570
> >> You received this bug notification because you are a direct subscriber
> >> of a duplicate bug (354708).
> >>
> >> Status in “linux” package in Ubuntu: Triaged
> >>
> >> Bug description:
> >> This occured while doing suspend/resume testing using this script:
> >> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
> >>
> >> ProblemType: KernelOops
> >> Annotation: This occured during a previous suspend and prevented it from
> >> resuming properly.
> >> Architecture: i386
> >> DistroRelease: Ubuntu 9.04
> >> ExecutablePath: /usr/share/apport/apportcheckresume
> >> Failure: suspend/resume
> >> InterpreterPath: /usr/bin/python2.5
> >> MachineType: LENOVO 7454CTO
> >> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
> >> ProcAttrCurrent: unconfined
> >> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro
> >> vga=0x318 quiet splash
> >> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> >> ProcEnviron: PATH=(custom, no user)
> >> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
> >> SourcePackage: linux
> >> Tags: resume suspend
> >> Title: [LENOVO 7454CTO] suspend/resume failure
> >> UserGroups:
> >>
> >> To unsubscribe from this bug, go to:
> >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
> >>
> >
> >
> > --
> > - Alex
> >
> > --
> > [LENOVO 7454CTO] suspend/resume failure
> > https://bugs.launchpad.net/bugs/335570
> > You received this bug notification because you are a direct subscriber
> > of a duplicate bug (351052).
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (354708).
>
> Status in “linux” package in Ubuntu: Triaged
>
> Bug description:
> This occured while doing suspend/resume testing using this script:
> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
>
> ProblemType: KernelOops
> Annotation: This occured during a previous suspend and prevented it from
> resuming properly.
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/apport/apportcheckresume
> Failure: suspend/resume
> InterpreterPath: /usr/bin/python2.5
> MachineType: LENOVO 7454CTO
> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
> ProcAttrCurrent: unconfined
> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro
> vga=0x318 quiet splash
> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> ProcEnviron: PATH=(custom, no user)
> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
> SourcePackage: linux
> Tags: resume suspend
> Title: [LENOVO 7454CTO] suspend/resume failure
> UserGroups:
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
>


-- 
- Alex

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-11-13 Thread Arun
I made the file an executable to match the other files. In fact I just
created and chmoded and did a suspend (no restart ) or anything. It worked
straight.

Cheers,
Arun

Sent from my Nexus One
On 13 Nov 2010 21:36, "danzber"  wrote:
> This did not resolve the issue for me. Did you do anything else, other
than
> create the file?
>
> On Wed, Nov 10, 2010 at 4:09 PM, Arun <335...@bugs.launchpad.net> wrote:
>
>> Even hibernate issue is fixed with this workaround! Yay!
>>
>> On Wed, Nov 10, 2010 at 8:35 PM, Arun  wrote:
>>
>> > Wow! very nice. It fixed the issue!!
>> > Thanks a lot TM! I am happy now :)
>> >
>> >
>> > On Tue, Nov 9, 2010 at 8:40 AM, tm  wrote:
>> >
>> >> Workaround for lenovo y530 suspend to ram:
>> >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/587457/comments/6
>> >>
>> >> --
>> >> [LENOVO 7454CTO] suspend/resume failure
>> >> https://bugs.launchpad.net/bugs/335570
>> >> You received this bug notification because you are a direct subscriber
>> >> of a duplicate bug (351052).
>> >>
>> >
>> >
>>
>> --
>> [LENOVO 7454CTO] suspend/resume failure
>> https://bugs.launchpad.net/bugs/335570
>> You received this bug notification because you are a direct subscriber
>> of a duplicate bug (354708).
>>
>> Status in “linux” package in Ubuntu: Triaged
>>
>> Bug description:
>> This occured while doing suspend/resume testing using this script:
>> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
>>
>> ProblemType: KernelOops
>> Annotation: This occured during a previous suspend and prevented it from
>> resuming properly.
>> Architecture: i386
>> DistroRelease: Ubuntu 9.04
>> ExecutablePath: /usr/share/apport/apportcheckresume
>> Failure: suspend/resume
>> InterpreterPath: /usr/bin/python2.5
>> MachineType: LENOVO 7454CTO
>> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
>> ProcAttrCurrent: unconfined
>> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro
>> vga=0x318 quiet splash
>> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
>> ProcEnviron: PATH=(custom, no user)
>> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
>> SourcePackage: linux
>> Tags: resume suspend
>> Title: [LENOVO 7454CTO] suspend/resume failure
>> UserGroups:
>>
>> To unsubscribe from this bug, go to:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
>>
>
>
> --
> - Alex
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (351052).

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-11-13 Thread danzber
This did not resolve the issue for me.  Did you do anything else, other than
create the file?

On Wed, Nov 10, 2010 at 4:09 PM, Arun <335...@bugs.launchpad.net> wrote:

> Even hibernate issue is fixed with this workaround! Yay!
>
> On Wed, Nov 10, 2010 at 8:35 PM, Arun  wrote:
>
> > Wow! very nice. It fixed the issue!!
> > Thanks a lot TM! I am happy now :)
> >
> >
> > On Tue, Nov 9, 2010 at 8:40 AM, tm  wrote:
> >
> >> Workaround for lenovo y530 suspend to ram:
> >> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/587457/comments/6
> >>
> >> --
> >> [LENOVO 7454CTO] suspend/resume failure
> >> https://bugs.launchpad.net/bugs/335570
> >> You received this bug notification because you are a direct subscriber
> >> of a duplicate bug (351052).
> >>
> >
> >
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (354708).
>
> Status in “linux” package in Ubuntu: Triaged
>
> Bug description:
> This occured while doing suspend/resume testing using this script:
> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
>
> ProblemType: KernelOops
> Annotation: This occured during a previous suspend and prevented it from
> resuming properly.
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/apport/apportcheckresume
> Failure: suspend/resume
> InterpreterPath: /usr/bin/python2.5
> MachineType: LENOVO 7454CTO
> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
> ProcAttrCurrent: unconfined
> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro
> vga=0x318 quiet splash
> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> ProcEnviron: PATH=(custom, no user)
> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
> SourcePackage: linux
> Tags: resume suspend
> Title: [LENOVO 7454CTO] suspend/resume failure
> UserGroups:
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
>


-- 
- Alex

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-11-10 Thread Arun
Even hibernate issue is fixed with this workaround! Yay!

On Wed, Nov 10, 2010 at 8:35 PM, Arun  wrote:

> Wow! very nice. It fixed the issue!!
> Thanks a lot TM! I am happy now :)
>
>
> On Tue, Nov 9, 2010 at 8:40 AM, tm  wrote:
>
>> Workaround for lenovo y530 suspend to ram:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/587457/comments/6
>>
>> --
>> [LENOVO 7454CTO] suspend/resume failure
>> https://bugs.launchpad.net/bugs/335570
>> You received this bug notification because you are a direct subscriber
>> of a duplicate bug (351052).
>>
>
>

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-11-10 Thread Arun
Wow! very nice. It fixed the issue!!
Thanks a lot TM! I am happy now :)

On Tue, Nov 9, 2010 at 8:40 AM, tm  wrote:

> Workaround for lenovo y530 suspend to ram:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/587457/comments/6
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of a duplicate bug (351052).
>

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-05-30 Thread Arun
Cool. Will try today. Thanks for the information.

Cheers,
Arun

Sent from my Nexus One.

On 30 May 2010 06:40, "Mekk"  wrote:

Since yesterday suddenly my Lenovo Y530 started to properly hibernate
and resume.

I use tuxonice kernel (2.6.32-22-generic-tuxonice). Earlier tuxonice
properly hibernated (or at least it seemed so as it showed hibernation
messages and shut down) but never resumed.

So if somebody has the same problem, it may make sense to add

deb http://ppa.launchpad.net/tuxonice/ppa/ubuntu lucid main

to sources.list, install tuxonice kernel and give it a try.


-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
You received thi...

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-05-03 Thread b3d
Suspend doesn't work for me, and I did a fresh install of 10.4 on my Y530.
Haven't tried hibernate yet.  The boot and shutdown are real fast, so
hibernate doesn't do me much good.

On Mon, May 3, 2010 at 1:23 PM, Arun  wrote:

> Very true. I think the suspend resume still doesn't work on y 530. Will do
> a
> fresh install and report back. But the issues are different and must be
> unmarked as duplicate
>
> Cheers,
> Arun
>
> Sent from my Nexus One.
>
> On 3 May 2010 19:13, "David Hamm"  wrote:
>
> @^_Pepe_^ I confirm that I have the same hardware as the original.
> However seeing as people are still experiencing issues with the ideapad
> y530, and that the other y530 bugs have been marked as duplicates, this bug
> should be changed to reflect the current issue.
>
> --
>
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug...
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-05-03 Thread Arun
Very true. I think the suspend resume still doesn't work on y 530. Will do a
fresh install and report back. But the issues are different and must be
unmarked as duplicate

Cheers,
Arun

Sent from my Nexus One.

On 3 May 2010 19:13, "David Hamm"  wrote:

@^_Pepe_^ I confirm that I have the same hardware as the original.
However seeing as people are still experiencing issues with the ideapad
y530, and that the other y530 bugs have been marked as duplicates, this bug
should be changed to reflect the current issue.

--

[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
You received this bug...

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-04-30 Thread David Hamm
probably gonna have to clean up some stuff then, not sure what exactly
caused the problem to begin with, but reinstalling graphics
drivers/reconfigure, look through forums? make sure you have all the
newest packages apt-get dist-upgrade, recovery mode check for broken
packages. This would be one of those situations i'm glad I have a home
partition. :/

On Fri, Apr 30, 2010 at 2:28 PM, danzber  wrote:
> No, not a fresh installupgrade.  I'd really like to avoid a fresh
> install.
>
> On Fri, Apr 30, 2010 at 5:11 PM, David Hamm 
> wrote:
>
>> @danzber fresh install?
>>
>> --
>> [LENOVO 7454CTO] suspend/resume failure
>> https://bugs.launchpad.net/bugs/335570
>> You received this bug notification because you are a direct subscriber
>> of a duplicate bug.
>>
>> Status in “linux” package in Ubuntu: Triaged
>>
>> Bug description:
>> This occured while doing suspend/resume testing using this script:
>> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
>>
>> ProblemType: KernelOops
>> Annotation: This occured during a previous suspend and prevented it from
>> resuming properly.
>> Architecture: i386
>> DistroRelease: Ubuntu 9.04
>> ExecutablePath: /usr/share/apport/apportcheckresume
>> Failure: suspend/resume
>> InterpreterPath: /usr/bin/python2.5
>> MachineType: LENOVO 7454CTO
>> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
>> ProcAttrCurrent: unconfined
>> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro
>> vga=0x318 quiet splash
>> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
>> ProcEnviron: PATH=(custom, no user)
>> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
>> SourcePackage: linux
>> Tags: resume suspend
>> Title: [LENOVO 7454CTO] suspend/resume failure
>> UserGroups:
>>
>> To unsubscribe from this bug, go to:
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
>>
>
>
> --
> - Alex
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “linux” package in Ubuntu: Triaged
>
> Bug description:
> This occured while doing suspend/resume testing using this script: 
> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
>
> ProblemType: KernelOops
> Annotation: This occured during a previous suspend and prevented it from 
> resuming properly.
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/apport/apportcheckresume
> Failure: suspend/resume
> InterpreterPath: /usr/bin/python2.5
> MachineType: LENOVO 7454CTO
> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
> ProcAttrCurrent: unconfined
> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro vga=0x318 
> quiet splash
> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> ProcEnviron: PATH=(custom, no user)
> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
> SourcePackage: linux
> Tags: resume suspend
> Title: [LENOVO 7454CTO] suspend/resume failure
> UserGroups:
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
>

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-04-30 Thread danzber
No, not a fresh installupgrade.  I'd really like to avoid a fresh
install.

On Fri, Apr 30, 2010 at 5:11 PM, David Hamm 
wrote:

> @danzber fresh install?
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in “linux” package in Ubuntu: Triaged
>
> Bug description:
> This occured while doing suspend/resume testing using this script:
> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
>
> ProblemType: KernelOops
> Annotation: This occured during a previous suspend and prevented it from
> resuming properly.
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/apport/apportcheckresume
> Failure: suspend/resume
> InterpreterPath: /usr/bin/python2.5
> MachineType: LENOVO 7454CTO
> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
> ProcAttrCurrent: unconfined
> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro
> vga=0x318 quiet splash
> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> ProcEnviron: PATH=(custom, no user)
> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
> SourcePackage: linux
> Tags: resume suspend
> Title: [LENOVO 7454CTO] suspend/resume failure
> UserGroups:
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
>


-- 
- Alex

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-04-30 Thread danzber
I just recently upgraded to Lucid and am still having the issue with
suspend, although I have been able to hibernate successfully for quite some
time.  Did you do anything out of the ordinary to your configuration to get
the suspend to work?

On Fri, Apr 30, 2010 at 10:47 AM, David Hamm 
wrote:

> on lucid w/ newer kernel 2.6.32-21-generic x64 x200 lenovo 7454CTO
>
> --
> [LENOVO 7454CTO] suspend/resume failure
> https://bugs.launchpad.net/bugs/335570
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in “linux” package in Ubuntu: Triaged
>
> Bug description:
> This occured while doing suspend/resume testing using this script:
> https://wiki.ubuntu.com/KernelTeam/SuspendResumeTesting
>
> ProblemType: KernelOops
> Annotation: This occured during a previous suspend and prevented it from
> resuming properly.
> Architecture: i386
> DistroRelease: Ubuntu 9.04
> ExecutablePath: /usr/share/apport/apportcheckresume
> Failure: suspend/resume
> InterpreterPath: /usr/bin/python2.5
> MachineType: LENOVO 7454CTO
> Package: linux-image-2.6.28-8-generic 2.6.28-8.26
> ProcAttrCurrent: unconfined
> ProcCmdLine: User Name=UUID=66ce513b-48b5-48dc-ba87-c21fa1bb6217 ro
> vga=0x318 quiet splash
> ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
> ProcEnviron: PATH=(custom, no user)
> ProcVersionSignature: Ubuntu 2.6.28-8.26-generic
> SourcePackage: linux
> Tags: resume suspend
> Title: [LENOVO 7454CTO] suspend/resume failure
> UserGroups:
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/335570/+subscribe
>


-- 
- Alex

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 335570] Re: [LENOVO 7454CTO] suspend/resume failure

2010-01-13 Thread Arun
Any improvements  for lenovo y 530 in lucid?

On 13 Jan 2010 06:55, "David Hamm"  wrote:

In lucid, currently, the system will resume from standby when the lid is
opened. It will then magically go back into standby. A final press on
the power button will bring it back out of standby for good.

-- [LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570 You received thi...

-- 
[LENOVO 7454CTO] suspend/resume failure
https://bugs.launchpad.net/bugs/335570
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs