Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 190915

Summary: need general doc for modules.d format
Product: [OLD] Docs on www.gentoo.org Reporter: Eric Brown <eric.brown>
Component: Other documentsAssignee: Docs Team <docs-team>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Eric Brown 2007-08-31 22:14:52 UTC
I recently had to find out how to feed parameters to modules during boot, and found that they go in /etc/modules.d/blah (alsa in this case).  What I noticed was that there was no documentation for the format of this file, and except for a few small references here and there (alsa guide does in fact make a little mention of troubleshooting by looking in that file), there isn't any general documentation that tells users how to configure modules.

What I propose is:
1) either write up a section in some administrative/post install doc on kernel modules and how they are handled
2) or at least add a README in /etc/modules.d/, or put some kind of helpful comments in the files in that directory

Reproducible: Always
Comment 1 nm (RETIRED) gentoo-dev 2007-08-31 23:26:23 UTC
That's general Linux information, not Gentoo-specific. We do have a few kernel documents that you may want to read in http://www.gentoo.org/doc/en/list.xml, but we don't do things like READMEs; you'd need to bug Gentoo's ALSA maintainers on README files or messages printed out by ebuilds.

Otherwise, upstream ALSA documentation at alsa-project.org is where you should look; it has suggested settings for just about every single driver available.
Comment 2 SpanKY gentoo-dev 2007-09-01 02:50:13 UTC
what's wrong with `man modprobe.d` ?