[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2012-09-21 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/234954

Title:
  No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/234954/+subscriptions

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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2012-07-23 Thread Christopher M. Penalver
Tom Soderlund, this bug was reported a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an
issue? Can you try with the latest development release of Ubuntu? ISO CD
images are available from http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command in the
development release from a Terminal
(Applications-Accessories-Terminal). It will automatically gather and
attach updated debug information to this report.

apport-collect -p linux replace-with-bug-number

Also, if you could test the latest upstream kernel available that would
be great. It will allow additional upstream developers to examine the
issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please do
not test the kernel in the daily folder, but the one all the way at the
bottom. Once you've tested the upstream kernel, please remove the
'needs-upstream-testing' tag. This can be done by clicking on the yellow
pencil icon next to the tag located at the bottom of the bug description
and deleting the 'needs-upstream-testing' text. As well, please comment
on which kernel version specifically you tested.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not
boot, please add the tag: 'kernel-unable-to-test-upstream', and comment
as to why specifically you were unable to test it.

Please let us know your results. Thanks in advance.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/234954

Title:
  No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/234954/+subscriptions

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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2010-01-09 Thread Aadil H
This sounds just like my issues. Reinstall initscripts from package
manager


Problem at shutdown failure at deactivating Swap Solved on Karmic Ubuntu

After over a month, desperately searching the INTERNET launchpad and
wherever the search engines took me. I found the solution for my system.
It is so simple I'm surprised none of the experts of the many many
forums ever suggested it.

I forced my system off, i restarted to bios and power it off from there,
tried to modify scripts and power down using various commands, yet it
all failed, the hours  hours wasted. After almost giving up  waiting
for the next major update to Lucid Lynx meaning months to shutdown my
system properly (silly but well what can i say)

OK to the point which really really doesn't make me happy
because of its simplicity.

I decided to find some shutdown tools in the hope that an advanced tool
might help... So I Entered Synaptic Package Manager

Did a search... typed shut ( of course the results had a few tools for
shutting down) or you can search initscripts which is my solution

1. I right clicked (sweet no command line)
2. Mark for re-installation (sweet so simple)
3. Apply  let the task complete

4. Reboot / perhaps shutdown  your computer powers off itself (You must
love technology that turns off when you tell it to)

As a new user, why of why didn't anyone say i could have reinstalled
that, i was thinking how to reinstall shutdown but didn't know the term
i needed. I'd be interested to know, does this solve a

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2009-12-16 Thread Luis Lumbreras Picazo
I have the same problem, but it seems to be a gdm problem, not related
with acpi nor with apm... le te mexplain why:

If i tell it to hybernate it power off at end of it and when powered on again 
it resumes well.
If i tell it to shutdown it does not power off at end, but hey only if gdm was 
running when asked.

More detailed:
If gdm is running and i open a terminal window: no way to power off after 
shutdown, none commands: shutdown, halt --poweroff,... none works
If gdm is running and i press Ctrl+Alt+F2 to go to a console at full screen 
(text mode), but i let gdm running: no way to power off after shutdown, none 
commands: shutdown, halt --poweroff,... none works

But, if i press Ctrl+Alt+F2 to go to a console at full screen (text mode), and 
do:
#sudo /etc/init.d/gdm stop
So gdm is stopped then after few secconds i can confirm it is stopped with [ps 
-A | grep gdm], so i ask to shutdown with:
#sudo halt --poweroff
Or with shutdown,... all of them at end turns off the power and power off the 
notebook correctly.

I have seen on Internet a lot of forums on where they tell something
about acpi=force, apm=power-off,... on /boot/grub/menu.lst also about
adding apm to modules,... etc. none of that works for me.

And i found that if gdm is not running when calling shutdown it power
off correctly.

When i was using Ubuntu Intrepid Ibex and Ubuntu Jaunty Jackalope it
allways power off correctly, but when i updated to Ubuntu Karmic Koala
it starts to not do the final power off when shutdown... now i know the
cause is gdm running when calling shutdown.

Maybe it is related in some way with Kernel or with propietary ATI
graphics driver...

Also i can see some near identical lines (more than ten) on /var/messages at 
the end of it with this error:
Kernel: Assertion fail in 
../../../../../../../../drivers/2d/lnx/fgl/drm/kernel/hal_rs780.0 at line: 53

I do not know if such error is related with the shutdown problem, but is
the last error logged and it is at end ot /var/messages no more lines
after it... but i can only see it when not powered off correctly, if i
do the trick of stoping gdm it does not appear.

Hope this can help someone to fix-it. Till them i will do the trick of
Ctrl+Alt+F2 - login - password - sudo /etc/init.d/gdm stop - sudo
halt --poweroff

Note: 
After doing such, i powered on again and then after some hours of work i press 
shutdown by mistake (did not remember ro do the trick stop gdm then halt 
--poweroff) but what surprise! it turns off the notebook correctly... so when 
i have time i will re-check if it was only once or can be reproduced.

I mean: 
-Power On, then tell destop menu to shutdown normally and check if it turns off.
-If not force turn off, then turn on again, do the trick of stopping gdm and 
halt --poweroff, then power on again then tell destop menu to shutdown normally 
and check if it turns off.

But i will not have time till weekend, so if any one can also check
that, it would be great.

SOLUTION THAT WORKS FOR ME: 
Ctrl+Alt+F2 - Login - Password - sudo /etc/init.d/gdm stop - sudo halt 
--poweroff

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2009-10-25 Thread Armageddon
I've had a problem with both Jaunty and Karmic now, the shutdown in all
ways does a restart the only way to shutdown the pc is to do shutdown
-H now and then power it off manually by pushing the switch button for
5 seconds. Tried everything so far, and the problem still exist.

The laptop is Toshiba Satellite A300D-17G
AMD64 Ultra Turion
ATI VGA 3650 HD Radeon
and a Phoenix BIOS

for any further information please reply to me and I will be happy to
give it, I'm not a big Linux knowledgeable yet.

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2009-07-09 Thread Tom Soderlund
The problem still exists in 9.04 /w 2.6.28-13-generic x86_64. The
graphical shutdown splash screen always exits fully and on the remaining
plain text screen there is a single line text message saying something
like Power down. But the power is not really down.

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2009-07-09 Thread kernel-janitor
** Tags removed: needs-kernel-logs

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2009-07-08 Thread Jeremy Foshee
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please run the following command from a Terminal
(Applications-Accessories-Terminal).  It will automatically gather and
attach updated debug information to this report.

apport-collect -p linux-image-2.6.28-11-generic 234954

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag.  This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.  Please let us know your
results.

Thanks in advance.

-JFo

** Changed in: linux (Ubuntu)
   Status: Triaged = Incomplete

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2009-01-18 Thread John Hart
I have this problem with my laptop, but it is intermittent, most of the
time it will shut down ok by occassionally it will not completely
shutdown, it is as if the CPU is shut down but the screen backlight
stays on along with the wifi LED.

Linux 2.27.9.2-generic i686   Ubuntu 8.10

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2008-11-14 Thread Antonio
It happens something similar in my Lenovo Thinkpad T60. When I call the 
shutdown from the GDM menu, it does not shutdown completely. The only way that 
works for me is from the command line.
I am using Ubuntu 8.04.1 and Fluxbox as a graphical interface.

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2008-10-24 Thread Tom Soderlund
With the original hardware of this bug report the issue seems to have
had some positive advancements in intrepid ibex beta (current);
sometimes the powerdown now actually happens after the shutdown logo
screen but not always. The logo screen advances to the completely blank
advancement bar state now always, regardless of the actual powerdown
happening or not.

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2008-10-11 Thread no!chance
I have the same issue on two machines with kernel 2.6.24-19-server
(Motherboard GA-MA78G-DS3H) and 2.6.24-19-generic (with an old
Pentium2-Motherboard).

Hard disks seem to power down, but ubuntu logo is still shown on screen.
I have to press the power button to shut it off.

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2008-09-05 Thread Leann Ogasawara
** Tags added: linux-2.6.27

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team)
   Status: New = Triaged

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2008-08-30 Thread Tom Soderlund
Still no powerdown at shutdown with 2.6.27-1-generic.

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the
upcoming Intrepid Ibex 8.10 release.  As a result, the kernel team would
appreciate it if you could please test this newer 2.6.27 Ubuntu kernel.
There are one of two ways you should be able to test:

1)  If you are comfortable installing packages on your own, the linux-
image-2.6.27-* package is currently available for you to install and
test.

--or--

2)  The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer
2.6.27 Ubuntu kernel.  Alpha5 is set to be released Thursday Sept 4.
Please watch http://www.ubuntu.com/testing for Alpha5 to be announced.
You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the
bug reported here or if the issue remains.  More importantly, please
open a new bug report for each new bug/regression introduced by the
2.6.27 kernel and tag the bug report with 'linux-2.6.27'.  Also, please
specifically note if the issue does or does not appear in the 2.6.26
kernel.  Thanks again, we really appreicate your help and feedback.

** Tags added: cft-2.6.27

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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


[Bug 234954] Re: No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)

2008-05-28 Thread Tom Soderlund
(The absent shutdown dialog in hardy seemed to be result from disabled
Power Manager (in gutsy the manager caused some extra wakeups for the
notebook's processor so I had disabled it). After enabling the Power
Manager the dialog box appears as it should. The main problem remains --
no powerdown at shutdown).

-- 
No powerdown upon shutdown on Lenovo 6469-22R (3000 Y200)
https://bugs.launchpad.net/bugs/234954
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