Message ID | 20090713024418.GA11947@sage.bj.intel.com |
---|---|
State | Not Applicable |
Delegated to: | David Miller |
Headers | show |
Li, Yan wrote: > Hello, > > This is the storage fix up for a WDC WD1600BEVT-22ZCT0 hard drive in > an MSI Wind U100 Netbook. This netbook I have been using has a > Power_On_Hours of 38h and Load_Cycle_Count of 6617 (174 cycle/h). And > the noisy clicking sound can be heard every a few seconds. I found > that Power Management Level 254 is acceptable for it. > > Please be noted that the "smartcrl -a" output was taken today, when > I'd used it for a long time with Power Management Level 254/255 so the > Load_Cycle_Count/Power_On_Hours in it doesn't reflect the status of > it's default setting (Power Management Level 128). The > Load_Cycle_Count/Power_On_Hours in above paragraph was recorded months > ago without changing its default Power Management Level, thus very > high. Added. > Thank you. Please call me if you need any more information. Hehehe... this is so refreshing. Yay, I can call! Thanks.
From 8bcc46eb3b1a6a2760b9a040e9e2ebd36f8b812b Mon Sep 17 00:00:00 2001 Message-Id: <8bcc46eb3b1a6a2760b9a040e9e2ebd36f8b812b.1247212168.git.yan.i.li@intel.com> From: Yan Li <yan.i.li@intel.com> Date: Fri, 10 Jul 2009 15:49:01 +0800 Subject: [PATCH] for MSI Wind U100 Signed-off-by: Yan Li <yan.i.li@intel.com> --- storage-fixup.conf | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/storage-fixup.conf b/storage-fixup.conf index e47d966..03a94e1 100644 --- a/storage-fixup.conf +++ b/storage-fixup.conf @@ -188,3 +188,10 @@ dmi system-manufacturer ASUSTeK Computer Inc. dmi system-product-name M50SV ata model WDC WD*BEVE* act hdparm -B 254 $DEV + +# Reported drive model: WDC WD1600BEVT-22ZCT0 +rule msi-wind-u100-ms-n011 +dmi system-manufacturer MICRO-STAR INTERNATIONAL CO., LTD +dmi system-product-name U-100 +ata model WDC WD*BEVT* +act hdparm -B 254 $DEV -- 1.5.6.5