Comment 19 for bug 137477

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

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