Hi Vincenzo, Suspend to RAM should be supported by the LiveCD. However, the Alpha1 ISO was packaged with the 2.6.22 kernel so it will give you the same issue that you are seeing. To test the hardy kernel on your machine please do the following:
1) edit your /etc/apt/sources.list and add the following lines (replace <mirror> with whatever mirror you are currently using in your sources.list file): deb <mirror> hardy main restricted deb-src <mirror> hardy main restricted 2) sudo apt-get update 3) sudo apt-get install linux-image-2.6.24-1-generic 4) reboot and make sure to select the newer kernel from the grub menu After you've tested, feel free to revert back - ie boot into old kernel, sudo apt-get remove linux-image-2.6.24-1-generic, remove lines from /etc/apt/sources.list -- [gutsy] [regression] suspend-to-ram: resume is blocked on a blinking cursor until some random keystrokes are entered - removing "processor" module makes it work https://bugs.launchpad.net/bugs/137477 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
