From: Christian Franke <Christian.Franke@t-online.de>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: hdparm documentation
Date: Sun, 08 Nov 2009 18:09:33 +0100 [thread overview]
Message-ID: <4AF6FB4D.8030501@t-online.de> (raw)
In-Reply-To: <COL111-W580589E568B8168F01DD22B0AD0@phx.gbl>
Pedro A ARANDA wrote:
> I'm trying to make the hdparm module run on my HP Mini 110. I have had
> no luck,
> neither in doing so or finding documentation which could help me doing
> so. If I get
> the right pointer and I make it run on my box, I'd be willing to post
> a HOWTO, to
> make things easier to other people.
>
> I'm currently running Ubuntu 2009.10 with grub2.
>
> When I
>
> set debug=ata
> insmod ata
>
> I actually get my drive listed as (ata0,0) but when I then
> try
>
> insmod hdparm
> hdparm -B 255 (ata0,0)
>
> grub keeps telling me that the drive (hd0) is not known...
>
After 'insmod ata', loading of further modules typically fails because
the drive in the 'prefix' variable is no longer valid.
The following works for me:
# Load needed modules first
insmod hdparm
# Switch to ATA driver and load ATA pass-through support
# (this invalidates prefix)
insmod ata_pthru
# Turn APM off
hdparm -B 255 (ata0)
--
Regards,
Christian Franke
next prev parent reply other threads:[~2009-11-08 19:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-08 15:27 hdparm documentation Pedro A ARANDA
2009-11-08 17:09 ` Christian Franke [this message]
2009-11-09 14:13 ` Robert Millan
2009-11-09 15:00 ` [PATCH] prefix redefinition fix (Re: hdparm documentation) Robert Millan
2009-11-09 21:06 ` Robert Millan
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=4AF6FB4D.8030501@t-online.de \
--to=christian.franke@t-online.de \
--cc=grub-devel@gnu.org \
/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.