Comment 26 for bug 1574125

Revision history for this message
Padraig Galvin (xgalvin) wrote : Re: suspend not working after upgrade

Had the same problem on a Samsung S5 Ultra 530U. Upgrading the kernel fixed the problem. Thanks to Stephane! (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1574125/comments/24)

Commands for 64 bit system:

    cd /tmp

    wget \
    kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.2-wily/linux-headers-4.5.2-040502_4.5.2-040502.201604200335_all.deb \
    kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.2-wily/linux-headers-4.5.2-040502-generic_4.5.2-040502.201604200335_amd64.deb \
    kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.2-wily/linux-image-4.5.2-040502-generic_4.5.2-040502.201604200335_amd64.deb

    sudo dpkg -i linux-headers-4.5*.deb linux-image-4.5*.deb