Where do I look for Linux kernel module documentation?
For example, I've tried googling the module iwlagn, but I cannot find anything that tells me about available options. Where do I look?
|
Where do I look for Linux kernel module documentation? For example, I've tried googling the module
| ||||
|
feedback
|
|
You have two authoritative sources for module information:
And of course, google is your friend here too, once you found the options of interest to you, googling them together with the module name sometimes gives useful results. | |||
|
feedback
|
|
You normally should not directly configure your modules with options, rather you should use the software your OS provides for configuration. In case of wireless LAN you'd better use I just binged for your module and found this description that I found rather complete. You should have seen it too. Did you miss anything there? | |||
feedback
|
iwlagnjust a possibly poor example, or are you primarily interested in this specific module? – Daniel Beck Dec 26 '11 at 18:40iwlagnis bugged on my kernel; I wanted to see what other options are avail. then I realized I had no idea how to find info about modules and decided to find out how. – user973917 Dec 26 '11 at 18:47