Since upgrading to 15.10, I am having suspend issue on my Thinkpad X1 Carbon (1st gen) which has been running five or six Ubuntu releases fine so far.
Upon lid close, no successful suspend happens right now: the machine stays on / immediately reverts to 'on'. When I first noticed that (about a month ago after upgrading) I simply reverted to booting into the older 3.* kernel. Following a reboot this week it turned out that under 3.50.* I had no wifi :-/ so the 3.* kernel is no viable option.
So back to 4.2.0-19, and after some research (and looking at existing bug reports) I found out that sudo pm-suspend; sudo pm-suspend
works.
I tried to file a bug report but ubuntu-bug
complains about third-party repositories so no luck. Happy to provide further details if it helps.
sudo pm-suspend && sudo pm-suspend
works? – MrVaykadji Dec 11 '15 at 00:55pm-suspend
twice as stated in the question title above. Whether I use;
or&&
is irrelevant. – Dirk Eddelbuettel Dec 11 '15 at 00:57