Hi, did it the lazy way and installed linux-image-3.2.0-2-amd64 3.2.13-1 followed by 3.2.14-1 from the snapshots.
You might want to take a look at the changes between 13 and 14, because 3.2.13-1 is shutting down properly :) Methods tried: - selecting shutdown from Gnome - issuing "shutdown -h 0" happy hunting ;) On Sat, Nov 3, 2012 at 8:07 PM, Jonathan Nieder <jrnie...@gmail.com> wrote: > found 691902 linux/3.6.4-1~experimental.1 > quit > > Janne Boman wrote: > >> acpidump & dmesg attached >> 3.6 from experimental did not work... > > Thanks for checking so quickly. By "did not work", you mean that > after booting that kernel, shutting down caused the computer to > reboot, right? > > Please test the pre-compiled 3.2.13-1 and 3.2.14-1 packages from > <http://snapshot.debian.org/package/linux-2.6/>, or if you prefer, > please test the attached patch against a 3.7-rc3 or newer kernel, for > example by using the following directions: > > 0. prerequisites > apt-get install git build-essential > > 1. get the kernel history, if you don't already have it > git clone \ > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > 2. configure, build, test > cd linux > git fetch origin > git checkout origin/master > cp /boot/config-3.6-trunk-amd64 .config; # stock configuration > scripts/config --disable DEBUG_INFO > make localmodconfig; # optional: minimize configuration > make deb-pkg; # optionally with -j<num> for parallel build > dpkg -i ../<name of package>; # as root > shut down, unplug, remove battery, wait a few seconds > restore power, boot > shutdown -h now > > Hopefully it reproduces the bug, so > > 3. try the patch > cd linux > git revert 41c7f7424259 > :wq > make deb-pkg; # maybe with -j4 > dpkg -i ../<name of package>; # as root > ... power down completely, test it ... > > Hope that helps, > Jonathan