All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Tobias Stegmann <tobias_stegmann@gmx.net>
Cc: linux-ide@vger.kernel.org
Subject: Re: an affected device for the head unload wikipage
Date: Thu, 31 Jul 2008 20:38:12 +0900	[thread overview]
Message-ID: <4891A424.6030604@kernel.org> (raw)
In-Reply-To: <488C4B11.8030603@gmx.net>

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

Tobias Stegmann wrote:
> Hey guys,
> 
> here are the dmidecode and hdparm -i outputs of my HP Pavilion dv9533
> Notebook PC.
> 
> This notebook got 2 hdds (same model) built in, so I added both hdparm
> outputs.

Added.  Can you please test the attached storage-fixup.conf fixes the
problem?

Thanks.

-- 
tejun

[-- Attachment #2: storage-fixup.conf --]
[-- Type: text/plain, Size: 2329 bytes --]

#
# /etc/storage-fixup.conf - Configuration file for storage-fixup
#
# Blank lines and lines starting with # are ignored.  Please read
# comment at the top of storage-fixup for more information.
#
# Drive model patterns are generalized to cover drives from the same
# family.  Drive manufacturers usually have datasheets or web pages
# listing all models of the same family.
#
# The DMI part is difficult to generalize as there's no such
# information.  We'll have to generalize as we collect entries.
#
# If you have a harddrive which does crazy unloading but not listed
# here, please write to linux-ide@vger.kernel.org with the outputs of
# "dmidecode" and "hdparm -I DRIVE" attached.  On a laptop the DRIVE
# is usually /dev/sda.
#

# Reported drive model: Hitachi HTS722020K9SA00
rule tp-t60
dmi system-manufacturer		LENOVO
dmi system-product-name		1952W5R
dmi system-version		ThinkPad T60
ata model			Hitachi HTS7220*K9*A*
act hdparm -B 255 $DEV

# Reported drive model: SAMSUNG HM250JI
rule hp-dv6500
dmi system-manufacturer		Hewlett-Packard
dmi system-product-name		HP Pavilion dv6500 Notebook PC
dmi system-version		Rev 1
ata model			SAMSUNG HM*I
act hdparm -B 255 $DEV

# Reported drive model: TOSHIBA MK1637GSX
rule hp-dv9500
dmi system-manufacturer		Hewlett-Packard
dmi system-product-name		HP Pavilion dv9500 Notebook PC
dmi system-version		Rev 1
ata model			TOSHIBA MK*37GSX
act hdparm -B 255 $DEV

# Reported drive model: ST9100824AS
rule dell-e1505
dmi system-manufacturer		Dell Inc.
dmi system-product-name		MM061
ata model			ST9*AS
act hdparm -B 255 $DEV

# Reported drive model: ST9120822AS
rule dell-Vostro-1400
dmi system-manufacturer		Dell Inc.
dmi system-product-name		Vostro 1400
ata model			ST9*AS
act hdparm -B 254 $DEV

# Reported drive model: Toshiba MK2546GSX
rule samsung-q45
dmi system-manufacturer		SAMSUNG ELECTRONICS CO., LTD.
dmi system-product-name		SQ45S70S
ata model			TOSHIBA MK*46GSX
act hdparm -B 254 $DEV

# Reported drive model: FUJITSU MHV2080BHPL
rule macmini1_1
dmi system-manufacturer		Apple Computer, Inc.
dmi system-product-name		Macmini1,1
ata model			FUJITSU MHV2*
act hdparm -B 255 $DEV

# Reported drive model: WDC WD1200BEVE-00WZT0
rule acer-aspire-1690
dmi system-manufacturer		Acer, inc.
dmi system-product-name		Aspire 1690
ata model			WDC WD*BEVE*
act hdparm -B 255 $DEV

      reply	other threads:[~2008-07-31 11:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-27 10:16 an affected device for the head unload wikipage Tobias Stegmann
2008-07-31 11:38 ` Tejun Heo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4891A424.6030604@kernel.org \
    --to=tj@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=tobias_stegmann@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.