From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- pm-utils/pm-utils-14-disable-sata-alpm.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pm-utils/pm-utils-14-disable-sata-alpm.patch (limited to 'pm-utils/pm-utils-14-disable-sata-alpm.patch') diff --git a/pm-utils/pm-utils-14-disable-sata-alpm.patch b/pm-utils/pm-utils-14-disable-sata-alpm.patch new file mode 100644 index 000000000..020484809 --- /dev/null +++ b/pm-utils/pm-utils-14-disable-sata-alpm.patch @@ -0,0 +1,27 @@ +Description: Disable SATA link power management by default, as it still causes disk errors and corruptions on many hardware. +Author: Martin Pitt +Bug-Ubuntu: https://launchpad.net/bugs/539467 + +Index: pm-utils/pm/power.d/sata_alpm +=================================================================== +--- pm-utils.orig/pm/power.d/sata_alpm 2011-02-01 15:53:09.164867778 +0100 ++++ pm-utils/pm/power.d/sata_alpm 2011-02-01 15:53:28.954867786 +0100 +@@ -2,7 +2,7 @@ + + . "${PM_FUNCTIONS}" + +-SATA_ALPM_ENABLE=${SATA_ALPM_ENABLE:-true} ++SATA_ALPM_ENABLE=${SATA_ALPM_ENABLE:-false} + + help() { + cat <