Corrige problema con suspension del equipo en un XPS M1330 M1530
Corrige el problema con la suspension e hibernacion de un XPS
| sudo gedit /etc/default/acpi-support |
| …
# Note that network cards and USB controllers will automatically be unloaded # Should we attempt to warm-boot the video hardware on resume?POST_VIDEO=false # Should we save and restore state using VESA BIOS Extensions?SAVE_VBE_STATE=false |
| sudo gedit /etc/acpi/resume.d/72-acpi-pain.sh |
| …
modprobe -rv acpi_cpufreq |
Fuente: http://blog.higherthings.org/borghardt/article/3077.html
