public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Checking module parameters
@ 2009-01-17 22:26 David Wagner
  2009-01-17 23:47 ` Alexey Dobriyan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: David Wagner @ 2009-01-17 22:26 UTC (permalink / raw)
  To: linux-kernel

Is there a way to tell what options have been applied to a currently
loaded kernel module?

I'm trying to force libata to use 1.5Gbps rather than 3Gbps, so I created
a file /etc/modprobe.d/local containing:
  options libata force=1.5Gbps
However my SATA drive gets loaded at 3Gbps.  I'm trying to figure out how
to debug this so that I can tell whether the option got correctly applied
to the libata module, and if not, how to force the SATA link to 1.5Gbps.
Any suggestions or ideas?

(I can't set libata.force=1.5Gbps as a kernel argument because on my
Fedora kernel, libata is loaded as a module rather than built into the
kernel.  I can't run "modprobe libata force=1.5Gbps" by hand because
I've got SATA drives, so the libata module is automatically loaded before
I get shell access.)

^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <bVsVO-15X-19@gated-at.bofh.it>]

end of thread, other threads:[~2009-01-19 13:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-17 22:26 Checking module parameters David Wagner
2009-01-17 23:47 ` Alexey Dobriyan
2009-01-18  0:22 ` Robert Hancock
2009-01-18 15:59 ` Yanko Kaneti
2009-01-18 18:58 ` Alan Cox
     [not found] <bVsVO-15X-19@gated-at.bofh.it>
2009-01-19  9:38 ` Nick Craig-Wood
2009-01-19 10:19   ` Stefan Richter
2009-01-19 12:44     ` Nick Craig-Wood
2009-01-19 13:06       ` Stefan Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox